makefiles for samples for digital mars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
6
samples/html/about/Makefile.sc
Normal file
6
samples/html/about/Makefile.sc
Normal file
@@ -0,0 +1,6 @@
|
||||
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
||||
WXDIR=..\..\..\..\wxWindows
|
||||
TARGET=about
|
||||
OBJECTS = $(TARGET).obj
|
||||
EXTRALIBS =
|
||||
include $(WXDIR)\src\makeprog.sc
|
6
samples/html/help/Makefile.sc
Normal file
6
samples/html/help/Makefile.sc
Normal file
@@ -0,0 +1,6 @@
|
||||
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
||||
WXDIR=..\..\..\..\wxWindows
|
||||
TARGET=help
|
||||
OBJECTS = $(TARGET).obj
|
||||
EXTRALIBS =
|
||||
include $(WXDIR)\src\makeprog.sc
|
6
samples/html/printing/Makefile.sc
Normal file
6
samples/html/printing/Makefile.sc
Normal file
@@ -0,0 +1,6 @@
|
||||
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
||||
WXDIR=..\..\..\..\wxWindows
|
||||
TARGET=printing
|
||||
OBJECTS = $(TARGET).obj
|
||||
EXTRALIBS =
|
||||
include $(WXDIR)\src\makeprog.sc
|
@@ -1,9 +1,6 @@
|
||||
# Symantec C++ makefile
|
||||
|
||||
WXDIR = $(WXWIN)
|
||||
|
||||
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
||||
WXDIR=..\..\..\..\wxWindows
|
||||
TARGET=test
|
||||
|
||||
OBJECTS = $(TARGET).obj
|
||||
EXTRALIBS =
|
||||
include $(WXDIR)\src\makeprog.sc
|
||||
|
||||
|
||||
|
6
samples/html/virtual/Makefile.sc
Normal file
6
samples/html/virtual/Makefile.sc
Normal file
@@ -0,0 +1,6 @@
|
||||
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
||||
WXDIR=..\..\..\..\wxWindows
|
||||
TARGET=virtual
|
||||
OBJECTS = $(TARGET).obj
|
||||
EXTRALIBS =
|
||||
include $(WXDIR)\src\makeprog.sc
|
6
samples/html/widget/Makefile.sc
Normal file
6
samples/html/widget/Makefile.sc
Normal file
@@ -0,0 +1,6 @@
|
||||
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
||||
WXDIR=..\..\..\..\wxWindows
|
||||
TARGET=widget
|
||||
OBJECTS = $(TARGET).obj
|
||||
EXTRALIBS =
|
||||
include $(WXDIR)\src\makeprog.sc
|
6
samples/html/zip/Makefile.sc
Normal file
6
samples/html/zip/Makefile.sc
Normal file
@@ -0,0 +1,6 @@
|
||||
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
||||
WXDIR=..\..\..\..\wxWindows
|
||||
TARGET=zip
|
||||
OBJECTS = $(TARGET).obj
|
||||
EXTRALIBS =
|
||||
include $(WXDIR)\src\makeprog.sc
|
Reference in New Issue
Block a user