Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
time-killer-games authored Nov 29, 2024
1 parent 9ce2120 commit 9b38dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else
override CFLAGS += $(shell pkg-config --cflags sdl2)
override LDLIBS += -lmingw32 -lshell32 -lole32 -luuid -lsetupapi -lImm32 -lversion -loleaut32 -lwinmm -luser32 -lntdll $(shell pkg-config --libs sdl2)
override LDFLAGS += -lmingw32 -lshell32 -lole32 -luuid -lsetupapi -lImm32 -lversion -loleaut32 -lwinmm -luser32 -lntdll $(shell pkg-config --libs sdl2)
LDLGREPOS := $(shell if [ -f "libdlgmod/libdlgmod.dll" ]; then echo '"libdlgmod.dll" exists' else chmod +x libdlgmod/build.sh;libdlgmod/build.sh;chmod 755 libdlgmod/libdlgmod.dll; fi)
LDLGREPOS := $(shell if [ -f "libdlgmod/libdlgmod.dll" ]; then echo '"libdlgmod.dll" exists'; else chmod +x libdlgmod/build.sh;libdlgmod/build.sh;chmod 755 libdlgmod/libdlgmod.dll; fi)
endif

override CXXFLAGS += -std=c++17 -DPROCESS_GUIWINDOW_IMPL -DUSE_SDL_POLLEVENT -DNULLIFY_STDERR $(shell pkg-config --cflags sdl2)
Expand Down

0 comments on commit 9b38dfc

Please sign in to comment.