X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2480be69b159027a3673eee1a4fc4e16287d058d..bd73ba41f93a040ecf9c18040d7f788992d0a6ec:/demos/life/makefile.g95 diff --git a/demos/life/makefile.g95 b/demos/life/makefile.g95 index 16127c981a..8f988b4a89 100644 --- a/demos/life/makefile.g95 +++ b/demos/life/makefile.g95 @@ -10,7 +10,8 @@ WXDIR = ../.. TARGET=life -OBJECTS = $(TARGET).o dialogs.o game.o +EXTRALDFLAGS=-Wl,--subsystem,console +OBJECTS = $(TARGET).o dialogs.o game.o reader.o include $(WXDIR)/src/makeprog.g95