projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
properly quote characters when streaming out XML properties
[wxWidgets.git]
/
samples
/
makefile.dos
diff --git
a/samples/makefile.dos
b/samples/makefile.dos
index 2329f029b34529458af044a9c1e72fafe3c61a94..4aa5e3fb7518635f9effd9d5a1d4a889bb0bbdfd 100644
(file)
--- a/
samples/makefile.dos
+++ b/
samples/makefile.dos
@@
-3,7
+3,7
@@
# Author: Julian Smart
# Created: 1993
# Updated:
# Author: Julian Smart
# Created: 1993
# Updated:
-# Copyright:
(c) 1993, AIAI, University of Edinburgh
+# Copyright:
#
# "%W% %G%"
#
#
# "%W% %G%"
#
@@
-32,6
+32,8
@@
COMPIL=1
# Please keep samples list up-to-date, in alphabetical order
#
all:
# Please keep samples list up-to-date, in alphabetical order
#
all:
+ cd $(WXDIR)\samples\artprov
+ nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\bombs
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\caret
cd $(WXDIR)\samples\bombs
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\caret
@@
-114,17
+116,11
@@
all:
!endif
cd $(WXDIR)\samples\printing
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\printing
nmake -f makefile.dos FINAL=$(FINAL)
- cd $(WXDIR)\samples\proplist
- nmake -f makefile.dos FINAL=$(FINAL)
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\regtest
nmake -f makefile.dos FINAL=$(FINAL)
!endif
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\regtest
nmake -f makefile.dos FINAL=$(FINAL)
!endif
- cd $(WXDIR)\samples\resource
- nmake -f makefile.dos FINAL=$(FINAL)
!if "$(NOMAKE)"==""
!if "$(NOMAKE)"==""
- cd $(WXDIR)\samples\richedit
- nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\sashtest
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\sashtest
nmake -f makefile.dos FINAL=$(FINAL)
!endif
@@
-239,17
+235,11
@@
clean:
!endif
cd $(WXDIR)\samples\printing
nmake -f makefile.dos clean
!endif
cd $(WXDIR)\samples\printing
nmake -f makefile.dos clean
- cd $(WXDIR)\samples\proplist
- nmake -f makefile.dos clean
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\regtest
nmake -f makefile.dos clean
!endif
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\regtest
nmake -f makefile.dos clean
!endif
- cd $(WXDIR)\samples\resource
- nmake -f makefile.dos clean
!if "$(NOMAKE)"==""
!if "$(NOMAKE)"==""
- cd $(WXDIR)\samples\richedit
- nmake -f makefile.dos clean
cd $(WXDIR)\samples\sashtest
nmake -f makefile.dos clean
!endif
cd $(WXDIR)\samples\sashtest
nmake -f makefile.dos clean
!endif