diff options
| author | Ray <[email protected]> | 2018-05-11 18:14:42 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-05-11 18:14:42 +0200 |
| commit | 07901711250dff5eceac27f0a4e802833fe24b6f (patch) | |
| tree | a8218114ca1fd0b5f4e2920ff9e73e2f529bbd6b /games/drturtle/Makefile | |
| parent | aa76985c0da1dab965b41c98e87db341c73e9538 (diff) | |
| download | raylib-07901711250dff5eceac27f0a4e802833fe24b6f.tar.gz raylib-07901711250dff5eceac27f0a4e802833fe24b6f.zip | |
Updated raylib_icon resource
Diffstat (limited to 'games/drturtle/Makefile')
| -rw-r--r-- | games/drturtle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/drturtle/Makefile b/games/drturtle/Makefile index 9a2486fe..bbc71eb9 100644 --- a/games/drturtle/Makefile +++ b/games/drturtle/Makefile @@ -160,7 +160,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) ifeq ($(PLATFORM_OS),WINDOWS) # resources file contains windows exe icon # -Wl,--subsystem,windows hides the console window - CFLAGS += $(RAYLIB_PATH)/src/resources -Wl,--subsystem,windows + CFLAGS += $(RAYLIB_PATH)/src/raylib_icon -Wl,--subsystem,windows endif ifeq ($(PLATFORM_OS),LINUX) CFLAGS += -no-pie -D_DEFAULT_SOURCE |
