Prevent console from appearing in Makefile builds
This commit is contained in:
parent
bd280414ea
commit
630b5e3657
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -35,6 +35,7 @@ endif
|
||||||
|
|
||||||
ALL_CXXFLAGS += -std=c++98 -MMD -MP -MF $@.d
|
ALL_CXXFLAGS += -std=c++98 -MMD -MP -MF $@.d
|
||||||
ALL_LIBS += -lkernel32 -lgdi32 -lddraw -ldinput -ldsound -lversion -lshlwapi -limm32 -lwinmm -ldxguid
|
ALL_LIBS += -lkernel32 -lgdi32 -lddraw -ldinput -ldsound -lversion -lshlwapi -limm32 -lwinmm -ldxguid
|
||||||
|
ALL_LDFLAGS += -mwindows
|
||||||
|
|
||||||
ifeq ($(STATIC), 1)
|
ifeq ($(STATIC), 1)
|
||||||
ALL_LDFLAGS += -static
|
ALL_LDFLAGS += -static
|
||||||
|
|
Loading…
Add table
Reference in a new issue