projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Warning fix for wxUSE_LOG off.
[wxWidgets.git]
/
samples
/
splitter
/
makefile.dos
diff --git
a/samples/splitter/makefile.dos
b/samples/splitter/makefile.dos
index 13e3a4ce8eeef60898c11fc6c1f1a9e8f12374bd..f891ef1aee2abdcec2246745d3f402594b7dd183 100644
(file)
--- a/
samples/splitter/makefile.dos
+++ b/
samples/splitter/makefile.dos
@@
-1,17
+1,10
@@
-#
-# File: makefile.dos
-# Author: Julian Smart
-# Created: 1998
-# Updated:
-#
-# Makefile : Builds 16-bit sample, VC++ 1.5
-# Use FINAL=1 argument to nmake to build final version with no debugging
-# info
+# Purpose: makefile for splitter example (VC++ 1.5x)
+# Created: 2000-03-15
WXDIR = $(WXWIN)
WXDIR = $(WXWIN)
-TARGET=
test
-OBJECTS
=
$(TARGET).obj
+TARGET=
splitter
+OBJECTS
=
$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc
!include $(WXDIR)\src\makeprog.msc