merged 2.2 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
41
utils/Install/packace/makefile.b32
Normal file
41
utils/Install/packace/makefile.b32
Normal file
@@ -0,0 +1,41 @@
|
||||
# Common settings for Borland 32-bit compilation (makefile.b32 files)
|
||||
|
||||
LINK=ilink32
|
||||
|
||||
OPT = -O2
|
||||
LDFLAGS = -lxncd -l-P
|
||||
CPPFLAGS = /I"..\incace" /DWIN32
|
||||
LINKFLAGS=/aa -L$(BCCDIR)\lib\psdk
|
||||
|
||||
DUMMY=dummy
|
||||
|
||||
SRCSUFF = cpp
|
||||
OBJSUFF = obj
|
||||
|
||||
TARGET = packinst
|
||||
OBJECTS = globals.obj uac_comm.obj uac_crc.obj uac_crt.obj uac_dcpr.obj uac_sys.obj unace.obj packinst.obj
|
||||
|
||||
all: $(TARGET).exe
|
||||
|
||||
packinst.exe: $(OBJECTS)
|
||||
bcc32 $(LDFLAGS) -epackinst.exe @&&|
|
||||
$(OBJECTS)
|
||||
|
|
||||
|
||||
.$(SRCSUFF).obj:
|
||||
bcc32 $(CPPFLAGS) -c {$< }
|
||||
|
||||
packinst.obj: ..\packinst\packinst.c
|
||||
bcc32 $(CPPFLAGS) -P- -c ..\packinst\packinst.c
|
||||
|
||||
.c.obj:
|
||||
bcc32 $(CPPFLAGS) -P- -c {$< }
|
||||
|
||||
clean:
|
||||
-erase *.obj
|
||||
-erase *.exe
|
||||
-erase *.res
|
||||
-erase *.map
|
||||
-erase *.rws
|
||||
-erase *.tds
|
||||
-erase *.il?
|
Reference in New Issue
Block a user