diff options
| author | Ray <[email protected]> | 2018-05-29 00:52:08 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-05-29 00:52:08 +0200 |
| commit | d873314c279be1582e28f3c90416c6b225b787fb (patch) | |
| tree | 4200c017795330c6e59d33ae67ece9a4f3bf5385 /games/just_do | |
| parent | 0148432588b1ead0676a7aa6fecba2d10c315153 (diff) | |
| download | raylib-d873314c279be1582e28f3c90416c6b225b787fb.tar.gz raylib-d873314c279be1582e28f3c90416c6b225b787fb.zip | |
Reviewed Windows resource file name
Diffstat (limited to 'games/just_do')
| -rw-r--r-- | games/just_do/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/just_do/Makefile b/games/just_do/Makefile index d5481e51..217e6622 100644 --- a/games/just_do/Makefile +++ b/games/just_do/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/raylib_icon -Wl,--subsystem,windows + CFLAGS += $(RAYLIB_PATH)/src/raylib.rc.o -Wl,--subsystem,windows endif ifeq ($(PLATFORM_OS),LINUX) CFLAGS += -D_DEFAULT_SOURCE |
