projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Workaround for wxUSE_STL
[wxWidgets.git]
/
samples
/
dialogs
/
makefile.sc
diff --git
a/samples/dialogs/makefile.sc
b/samples/dialogs/makefile.sc
index c2a167195319cf0ba2c67f61904985ed87afa996..d8dd828609bf7c8b4333054cbd97b152d38b4337 100644
(file)
--- a/
samples/dialogs/makefile.sc
+++ b/
samples/dialogs/makefile.sc
@@
-1,7
+1,6
@@
-# Symantec C++ makefile
-WXDIR = ..\..
-EXTRALIBS=
+#Makefile from wxHatch for Symantec/Digital Mars compiler
+WXDIR=..\..
TARGET=dialogs
-OBJECTS = $(TARGET).obj
+OBJECTS = $(TARGET).obj
+EXTRALIBS =
include $(WXDIR)\src\makeprog.sc
-