]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/makefile.g95
Moved the popup menu event handlers to dialog event handler
[wxWidgets.git] / demos / life / makefile.g95
index 909171297fd0dfa99d6d743d1eb0e3560731424a..8f988b4a89785841ab5e7b3ea4a00dbe798c560b 100644 (file)
@@ -10,7 +10,8 @@
 WXDIR = ../..
 
 TARGET=life
-OBJECTS = $(TARGET).o
+EXTRALDFLAGS=-Wl,--subsystem,console
+OBJECTS = $(TARGET).o dialogs.o game.o reader.o
 
 include $(WXDIR)/src/makeprog.g95