fix some more samples for digital mars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
# Symantec C++ makefile
|
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
||||||
WXDIR = $(WXWIN)
|
WXDIR=..\..\..\wxWindows
|
||||||
TARGET=image
|
TARGET=image
|
||||||
include $(WXDIR)\src\makeprog.sc
|
OBJECTS = $(TARGET).obj
|
||||||
|
EXTRALIBS =
|
||||||
|
include $(WXDIR)\src\makeprog.sc
|
||||||
|
@@ -1,35 +1,6 @@
|
|||||||
# Symantec C++ makefile for minimal example
|
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
||||||
# NOTE that peripheral libraries are now dealt in main wxWindows makefile.
|
WXDIR=..\..\..\wxWindows
|
||||||
|
TARGET=internat
|
||||||
WXDIR = $(WXWIN)
|
OBJECTS = $(TARGET).obj
|
||||||
!include $(WXDIR)\src\makesc.env
|
EXTRALIBS =
|
||||||
|
include $(WXDIR)\src\makeprog.sc
|
||||||
WXLIB = $(WXDIR)\lib\wx.lib
|
|
||||||
INCDIR = $(WXDIR)\include
|
|
||||||
MSWINC = $(INCDIR)\msw
|
|
||||||
BASEINC = $(INCDIR)\base
|
|
||||||
|
|
||||||
CC=sc
|
|
||||||
RC=rc
|
|
||||||
CFLAGS = -o -ml -W -Dwx_msw
|
|
||||||
LDFLAGS = -ml -W
|
|
||||||
|
|
||||||
INCLUDE=$(BASEINC);$(MSWINC)
|
|
||||||
|
|
||||||
LIBS=$(WXLIB) libw.lib commdlg.lib shell.lib
|
|
||||||
|
|
||||||
.$(SRCSUFF).obj:
|
|
||||||
*$(CC) -c $(CFLAGS) -I$(INCLUDE) $<
|
|
||||||
|
|
||||||
.rc.res:
|
|
||||||
*$(RC) -r -I$(INCLUDE) $<
|
|
||||||
|
|
||||||
minimal.exe: minimal.obj minimal.def minimal.res
|
|
||||||
*$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
|
|
||||||
|
|
||||||
clean:
|
|
||||||
-del *.obj
|
|
||||||
-del *.exe
|
|
||||||
-del *.res
|
|
||||||
-del *.map
|
|
||||||
-del *.rws
|
|
||||||
|
@@ -1,37 +1,6 @@
|
|||||||
# Symantec C++ makefile for layout example
|
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
||||||
# NOTE that peripheral libraries are now dealt in main wxWindows makefile.
|
WXDIR=..\..\..\wxWindows
|
||||||
|
TARGET=layout
|
||||||
WXDIR = $(WXWIN)
|
OBJECTS = $(TARGET).obj
|
||||||
!include $(WXDIR)\src\makesc.env
|
EXTRALIBS =
|
||||||
|
include $(WXDIR)\src\makeprog.sc
|
||||||
WXLIB = $(WXDIR)\lib\wx.lib
|
|
||||||
INCDIR = $(WXDIR)\include
|
|
||||||
MSWINC = $(INCDIR)\msw
|
|
||||||
BASEINC = $(INCDIR)\base
|
|
||||||
|
|
||||||
CC=sc
|
|
||||||
RC=rc
|
|
||||||
CFLAGS = -o -ml -W -Dwx_msw
|
|
||||||
LDFLAGS = -ml -W
|
|
||||||
|
|
||||||
INCLUDE=$(BASEINC);$(MSWINC)
|
|
||||||
|
|
||||||
LIBS=$(WXLIB) libw.lib commdlg.lib shell.lib
|
|
||||||
|
|
||||||
.$(SRCSUFF).obj:
|
|
||||||
*$(CC) -c $(CFLAGS) -I$(INCLUDE) $<
|
|
||||||
|
|
||||||
.rc.res:
|
|
||||||
*$(RC) -r -I$(INCLUDE) $<
|
|
||||||
|
|
||||||
layout.exe: layout.obj layout.def layout.res
|
|
||||||
*$(CC) $(LDFLAGS) -o$@ layout.obj layout.def $(LIBS)
|
|
||||||
*$(RC) -k layout.res
|
|
||||||
|
|
||||||
clean:
|
|
||||||
-del *.obj
|
|
||||||
-del *.exe
|
|
||||||
-del *.res
|
|
||||||
-del *.map
|
|
||||||
-del *.rws
|
|
||||||
|
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
# Digital Mars / Symantec C++ makefile
|
# Digital Mars / Symantec C++ makefile
|
||||||
WXDIR = ..\..
|
WXDIR = ..\..
|
||||||
TARGET=mdi
|
TARGET=mdi
|
||||||
|
OBJECTS = $(TARGET).obj
|
||||||
include $(WXDIR)\src\makeprog.sc
|
include $(WXDIR)\src\makeprog.sc
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
# Digital Mars / Symantec C++ makefile
|
# Digital Mars / Symantec C++ makefile
|
||||||
WXDIR = ..\..
|
WXDIR = ..\..
|
||||||
TARGET=minimal
|
TARGET=minimal
|
||||||
|
OBJECTS = $(TARGET).obj
|
||||||
include $(WXDIR)\src\makeprog.sc
|
include $(WXDIR)\src\makeprog.sc
|
||||||
|
Reference in New Issue
Block a user