projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Warning fix.
[wxWidgets.git]
/
samples
/
makefile.dos
diff --git
a/samples/makefile.dos
b/samples/makefile.dos
index 4d51c78f8c515997d89c5f40d672faeb21e165cb..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%"
#
@@
-116,14
+116,10
@@
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)"==""
cd $(WXDIR)\samples\sashtest
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\sashtest
nmake -f makefile.dos FINAL=$(FINAL)
@@
-239,14
+235,10
@@
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)"==""
cd $(WXDIR)\samples\sashtest
nmake -f makefile.dos clean
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\sashtest
nmake -f makefile.dos clean