]> git.saurik.com Git - wxWidgets.git/commitdiff
fix some more samples for digital mars
authorChris Elliott <biol75@york.ac.uk>
Sat, 14 Jun 2003 08:48:42 +0000 (08:48 +0000)
committerChris Elliott <biol75@york.ac.uk>
Sat, 14 Jun 2003 08:48:42 +0000 (08:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/controls/makefile.sc

index e4a6546dc3bb5328c399b0802e180d2e67d76e03..d3bd5732e449fbffdddbbefd3fe66bb4788ff363 100644 (file)
@@ -1,9 +1,6 @@
-# Symantec C++ makefile
-
-WXDIR = $(WXWIN)
-
+#Makefile from wxHatch for Symantec/Digital Mars compiler 
+WXDIR=..\..\..\wxWindows
 TARGET=controls
-
+OBJECTS = $(TARGET).obj 
+EXTRALIBS =
 include $(WXDIR)\src\makeprog.sc
-
-