Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Dec 28, 2023
1 parent a85e8a4 commit 031ad96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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_:
Expand Down
2 changes: 0 additions & 2 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 031ad96

Please sign in to comment.