projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
made operator==() and \!=() const (still doesn't make them correct probably)
[wxWidgets.git]
/
demos
/
life
/
makefile.vc
diff --git
a/demos/life/makefile.vc
b/demos/life/makefile.vc
index 1f8314a8dd99d40f0fda22486e14c41a5727a116..c73905457da796373cbe3058f08161a0c2a676ee 100644
(file)
--- a/
demos/life/makefile.vc
+++ b/
demos/life/makefile.vc
@@
-12,7
+12,7
@@
WXDIR = $(WXWIN)
PROGRAM=life
-OBJECTS = $(PROGRAM).obj dialogs.obj game.obj
+OBJECTS = $(PROGRAM).obj dialogs.obj game.obj
reader.obj
!include $(WXDIR)\src\makeprog.vc