projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fix
[wxWidgets.git]
/
demos
/
life
/
makefile.vc
diff --git
a/demos/life/makefile.vc
b/demos/life/makefile.vc
index 2e9f094ac0bdfa2eb207924f9f655296613156d4..c73905457da796373cbe3058f08161a0c2a676ee 100644
(file)
--- a/
demos/life/makefile.vc
+++ b/
demos/life/makefile.vc
@@
-12,7
+12,7
@@
WXDIR = $(WXWIN)
PROGRAM=life
-OBJECTS = $(PROGRAM).obj
+OBJECTS = $(PROGRAM).obj
dialogs.obj game.obj reader.obj
!include $(WXDIR)\src\makeprog.vc