diff --git a/src/Makefile b/src/Makefile index e421030..80d0273 100644 --- a/src/Makefile +++ b/src/Makefile @@ -95,7 +95,7 @@ flags_win32: $(eval LDFLAGS := $(LDFLAGS) -s -m32 $(LDFLAGS_ADDTL)) $(eval BOXES_EXECUTABLE_NAME := boxes.exe) # $(eval ALL_OBJ := $(GEN_SRC:.c=.o) $(ORIG_NORM:.c=.o)) - $(eval ALL_OBJ := parser.o $(ORIG_NORM:.c=.o)) + $(eval ALL_OBJ := parser.o bxstring.o cmdline.o detect.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o) echo $(filter-out boxes.o,$(ALL_OBJ)) > $(OUT_DIR)/modules.txt flags_: diff --git a/src/config.h b/src/config.h index 499c3e9..cad9254 100644 --- a/src/config.h +++ b/src/config.h @@ -38,8 +38,6 @@ #elif defined(__MINGW32__) -#error SEEE! WE ARE ON __MINGW32__ WHO WOULDA THUNK - /* enable strdup() declaration in string.h: */ #define __MISC_VISIBLE 1