1 # Common settings for Borland 32-bit compilation (makefile.b32 files)
7 CPPFLAGS = /I"..\incace" /DWIN32
8 LINKFLAGS=/aa -L$(BCCDIR)\lib\psdk
16 OBJECTS = globals.obj uac_comm.obj uac_crc.obj uac_crt.obj uac_dcpr.obj uac_sys.obj unace.obj packinst.obj
20 packinst.exe: $(OBJECTS)
21 bcc32 $(LDFLAGS) -epackinst.exe @&&|
26 bcc32 $(CPPFLAGS) -c {$< }
28 packinst.obj: ..\packinst\packinst.c
29 bcc32 $(CPPFLAGS) -P- -c ..\packinst\packinst.c
32 bcc32 $(CPPFLAGS) -P- -c {$< }