|
|
@ -205,9 +205,9 @@ CFLAGS += -O1 -s -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces |
|
|
|
#CFLAGS += -Wextra -Wmissing-prototypes -Wstrict-prototypes
|
|
|
|
ifeq ($(PLATFORM),PLATFORM_DESKTOP) |
|
|
|
ifeq ($(PLATFORM_OS),WINDOWS) |
|
|
|
# resources file contains windows exe icon |
|
|
|
# resource file contains windows executable icon and properties |
|
|
|
# -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) |
|
|
|
ifeq ($(RAYLIB_BUILD_MODE),DEBUG) |
|
|
|