projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use Windows standard icons instead of our own (patch 443856)
[wxWidgets.git]
/
demos
/
life
/
makefile.g95
diff --git
a/demos/life/makefile.g95
b/demos/life/makefile.g95
index 909171297fd0dfa99d6d743d1eb0e3560731424a..8f988b4a89785841ab5e7b3ea4a00dbe798c560b 100644
(file)
--- a/
demos/life/makefile.g95
+++ b/
demos/life/makefile.g95
@@
-10,7
+10,8
@@
WXDIR = ../..
TARGET=life
WXDIR = ../..
TARGET=life
-OBJECTS = $(TARGET).o
+EXTRALDFLAGS=-Wl,--subsystem,console
+OBJECTS = $(TARGET).o dialogs.o game.o reader.o
include $(WXDIR)/src/makeprog.g95
include $(WXDIR)/src/makeprog.g95