We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1587ede commit e3ec4c0Copy full SHA for e3ec4c0
src/Makefile
@@ -91,7 +91,7 @@ flags_static:
91
echo $(filter-out boxes.o,$(ALL_OBJ)) > $(OUT_DIR)/modules.txt
92
93
flags_win32:
94
- $(eval CFLAGS := -Os -s -m32 -I. -I$(SRC_DIR) -Wall -W $(CFLAGS_ADDTL))
+ $(eval CFLAGS := -Os -s -m32 -D__MINGW32__ -I. -I$(SRC_DIR) -Wall -W $(CFLAGS_ADDTL))
95
$(eval LDFLAGS := $(LDFLAGS) -s -m32 $(LDFLAGS_ADDTL))
96
$(eval BOXES_EXECUTABLE_NAME := boxes.exe)
97
# TODO Here, one can manually remove files for testing. In the end, the line should be generated as per the commented one below.
0 commit comments