Makefile per win16
git-svn-id: svn://10.65.10.50/trunk@5404 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f0d81ffd1c
commit
769126ca52
508
zip/zip/zip16.mak
Executable file
508
zip/zip/zip16.mak
Executable file
@ -0,0 +1,508 @@
|
||||
# Microsoft Visual C++ generated build script - Do not modify
|
||||
|
||||
PROJ = ZIP16
|
||||
DEBUG = 1
|
||||
PROGTYPE = 1
|
||||
CALLER =
|
||||
ARGS =
|
||||
DLLS =
|
||||
D_RCDEFINES = -d_DEBUG
|
||||
R_RCDEFINES = -dNDEBUG
|
||||
ORIGIN = MSVC
|
||||
ORIGIN_VER = 1.00
|
||||
PROJPATH = C:\U\GUY\P.DUE\ZIP\ZIP\
|
||||
USEMFC = 0
|
||||
CC = cl
|
||||
CPP = cl
|
||||
CXX = cl
|
||||
CCREATEPCHFLAG =
|
||||
CPPCREATEPCHFLAG =
|
||||
CUSEPCHFLAG =
|
||||
CPPUSEPCHFLAG =
|
||||
FIRSTC = WIZMAIN.C
|
||||
FIRSTCPP =
|
||||
RC = rc
|
||||
CFLAGS_D_WDLL = /nologo /G2 /W3 /Zi /ALw /Od /D "_DEBUG" /D "WIZZIPDLL" /D "DOS" /I "\u\guy\p.due\zip\zip" /FR /GD /Fd"ZIP16.PDB"
|
||||
CFLAGS_R_WDLL = /nologo /W3 /ALw /O1 /D "NDEBUG" /D "WIZZIPDLL" /D "DOS" /I "\u\guy\p.due\zip\zip" /FR /GD
|
||||
LFLAGS_D_WDLL = /NOLOGO /ONERROR:NOEXE /NOD /PACKC:61440 /CO /NOE /ALIGN:16 /MAP:FULL
|
||||
LFLAGS_R_WDLL = /NOLOGO /ONERROR:NOEXE /NOD /PACKC:61440 /NOE /ALIGN:16 /MAP:FULL
|
||||
LIBS_D_WDLL = oldnames libw commdlg shell olecli olesvr ldllcew
|
||||
LIBS_R_WDLL = oldnames libw commdlg shell olecli olesvr ldllcew
|
||||
RCFLAGS = /nologo
|
||||
RESFLAGS = /nologo
|
||||
RUNFLAGS =
|
||||
DEFFILE = WIZDLL\WIZDLL.DEF
|
||||
OBJS_EXT =
|
||||
LIBS_EXT =
|
||||
!if "$(DEBUG)" == "1"
|
||||
CFLAGS = $(CFLAGS_D_WDLL)
|
||||
LFLAGS = $(LFLAGS_D_WDLL)
|
||||
LIBS = $(LIBS_D_WDLL)
|
||||
MAPFILE = nul
|
||||
RCDEFINES = $(D_RCDEFINES)
|
||||
!else
|
||||
CFLAGS = $(CFLAGS_R_WDLL)
|
||||
LFLAGS = $(LFLAGS_R_WDLL)
|
||||
LIBS = $(LIBS_R_WDLL)
|
||||
MAPFILE = nul
|
||||
RCDEFINES = $(R_RCDEFINES)
|
||||
!endif
|
||||
!if [if exist MSVC.BND del MSVC.BND]
|
||||
!endif
|
||||
SBRS = WIZMAIN.SBR \
|
||||
TTYIO.SBR \
|
||||
ZIP.SBR \
|
||||
MSDOS.SBR \
|
||||
BITS.SBR \
|
||||
CRC32.SBR \
|
||||
CRCTAB.SBR \
|
||||
CRYPT.SBR \
|
||||
DEFLATE.SBR \
|
||||
FILEIO.SBR \
|
||||
GLOBALS.SBR \
|
||||
TREES.SBR \
|
||||
UTIL.SBR \
|
||||
ZIPFILE.SBR \
|
||||
ZIPUP.SBR
|
||||
|
||||
|
||||
WIZMAIN_DEP = wizdll/wizzip.h
|
||||
|
||||
|
||||
TTYIO_DEP = c:\u\guy\p.due\zip\zip\zip.h \
|
||||
c:\u\guy\p.due\zip\zip\tailor.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/z-stat.h \
|
||||
c:\u\guy\p.due\zip\zip\aosvs/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\atari/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\msdos/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\human68k/osdep.h \
|
||||
sys/xglob.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/riscos.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/\swiven.h \
|
||||
c:\u\guy\p.due\zip\zip\unix/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\win32/osdep.h \
|
||||
c:\u\guy\p.due\include\strings.h \
|
||||
c:\u\guy\p.due\include\array.h \
|
||||
c:\u\guy\p.due\include\object.h \
|
||||
c:\u\guy\p.due\include\classes.h \
|
||||
c:\u\guy\p.due\include\stdtypes.h \
|
||||
c:\u\guy\p.due\include\checks.h \
|
||||
c:\u\guy\p.due\include\regexp.h \
|
||||
c:\u\guy\p.due\zip\zip\ziperr.h \
|
||||
c:\u\guy\p.due\zip\zip\crypt.h \
|
||||
c:\u\guy\p.due\zip\zip\wingui\wizunzip.h \
|
||||
c:\u\guy\p.due\zip\zip\wingui\password.h \
|
||||
c:\u\guy\p.due\zip\zip\ttyio.h \
|
||||
sys/termio.h \
|
||||
sys/ioctl.h
|
||||
|
||||
|
||||
ZIP_DEP = c:\u\guy\p.due\zip\zip\zip.h \
|
||||
c:\u\guy\p.due\zip\zip\tailor.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/z-stat.h \
|
||||
c:\u\guy\p.due\zip\zip\aosvs/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\atari/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\msdos/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\human68k/osdep.h \
|
||||
sys/xglob.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/riscos.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/\swiven.h \
|
||||
c:\u\guy\p.due\zip\zip\unix/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\win32/osdep.h \
|
||||
c:\u\guy\p.due\include\strings.h \
|
||||
c:\u\guy\p.due\include\array.h \
|
||||
c:\u\guy\p.due\include\object.h \
|
||||
c:\u\guy\p.due\include\classes.h \
|
||||
c:\u\guy\p.due\include\stdtypes.h \
|
||||
c:\u\guy\p.due\include\checks.h \
|
||||
c:\u\guy\p.due\include\regexp.h \
|
||||
c:\u\guy\p.due\zip\zip\ziperr.h \
|
||||
c:\u\guy\p.due\zip\zip\revision.h \
|
||||
c:\u\guy\p.due\zip\zip\crypt.h \
|
||||
c:\u\guy\p.due\zip\zip\ttyio.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/vmsmunch.h
|
||||
|
||||
|
||||
MSDOS_DEP = sys/emx.h
|
||||
|
||||
|
||||
BITS_DEP = c:\u\guy\p.due\zip\zip\zip.h \
|
||||
c:\u\guy\p.due\zip\zip\tailor.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/z-stat.h \
|
||||
c:\u\guy\p.due\zip\zip\aosvs/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\atari/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\msdos/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\human68k/osdep.h \
|
||||
sys/xglob.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/riscos.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/\swiven.h \
|
||||
c:\u\guy\p.due\zip\zip\unix/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\win32/osdep.h \
|
||||
c:\u\guy\p.due\include\strings.h \
|
||||
c:\u\guy\p.due\include\array.h \
|
||||
c:\u\guy\p.due\include\object.h \
|
||||
c:\u\guy\p.due\include\classes.h \
|
||||
c:\u\guy\p.due\include\stdtypes.h \
|
||||
c:\u\guy\p.due\include\checks.h \
|
||||
c:\u\guy\p.due\include\regexp.h \
|
||||
c:\u\guy\p.due\zip\zip\ziperr.h \
|
||||
c:\u\guy\p.due\zip\zip\crypt.h
|
||||
|
||||
|
||||
CRC32_DEP = c:\u\guy\p.due\zip\zip\zip.h \
|
||||
c:\u\guy\p.due\zip\zip\tailor.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/z-stat.h \
|
||||
c:\u\guy\p.due\zip\zip\aosvs/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\atari/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\msdos/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\human68k/osdep.h \
|
||||
sys/xglob.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/riscos.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/\swiven.h \
|
||||
c:\u\guy\p.due\zip\zip\unix/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\win32/osdep.h \
|
||||
c:\u\guy\p.due\include\strings.h \
|
||||
c:\u\guy\p.due\include\array.h \
|
||||
c:\u\guy\p.due\include\object.h \
|
||||
c:\u\guy\p.due\include\classes.h \
|
||||
c:\u\guy\p.due\include\stdtypes.h \
|
||||
c:\u\guy\p.due\include\checks.h \
|
||||
c:\u\guy\p.due\include\regexp.h \
|
||||
c:\u\guy\p.due\zip\zip\ziperr.h
|
||||
|
||||
|
||||
CRCTAB_DEP = c:\u\guy\p.due\zip\zip\zip.h \
|
||||
c:\u\guy\p.due\zip\zip\tailor.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/z-stat.h \
|
||||
c:\u\guy\p.due\zip\zip\aosvs/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\atari/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\msdos/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\human68k/osdep.h \
|
||||
sys/xglob.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/riscos.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/\swiven.h \
|
||||
c:\u\guy\p.due\zip\zip\unix/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\win32/osdep.h \
|
||||
c:\u\guy\p.due\include\strings.h \
|
||||
c:\u\guy\p.due\include\array.h \
|
||||
c:\u\guy\p.due\include\object.h \
|
||||
c:\u\guy\p.due\include\classes.h \
|
||||
c:\u\guy\p.due\include\stdtypes.h \
|
||||
c:\u\guy\p.due\include\checks.h \
|
||||
c:\u\guy\p.due\include\regexp.h \
|
||||
c:\u\guy\p.due\zip\zip\ziperr.h
|
||||
|
||||
|
||||
CRYPT_DEP =
|
||||
|
||||
DEFLATE_DEP = c:\u\guy\p.due\zip\zip\zip.h \
|
||||
c:\u\guy\p.due\zip\zip\tailor.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/z-stat.h \
|
||||
c:\u\guy\p.due\zip\zip\aosvs/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\atari/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\msdos/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\human68k/osdep.h \
|
||||
sys/xglob.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/riscos.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/\swiven.h \
|
||||
c:\u\guy\p.due\zip\zip\unix/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\win32/osdep.h \
|
||||
c:\u\guy\p.due\include\strings.h \
|
||||
c:\u\guy\p.due\include\array.h \
|
||||
c:\u\guy\p.due\include\object.h \
|
||||
c:\u\guy\p.due\include\classes.h \
|
||||
c:\u\guy\p.due\include\stdtypes.h \
|
||||
c:\u\guy\p.due\include\checks.h \
|
||||
c:\u\guy\p.due\include\regexp.h \
|
||||
c:\u\guy\p.due\zip\zip\ziperr.h
|
||||
|
||||
|
||||
FILEIO_DEP = c:\u\guy\p.due\zip\zip\zip.h \
|
||||
c:\u\guy\p.due\zip\zip\tailor.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/z-stat.h \
|
||||
c:\u\guy\p.due\zip\zip\aosvs/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\atari/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\msdos/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\human68k/osdep.h \
|
||||
sys/xglob.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/riscos.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/\swiven.h \
|
||||
c:\u\guy\p.due\zip\zip\unix/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\win32/osdep.h \
|
||||
c:\u\guy\p.due\include\strings.h \
|
||||
c:\u\guy\p.due\include\array.h \
|
||||
c:\u\guy\p.due\include\object.h \
|
||||
c:\u\guy\p.due\include\classes.h \
|
||||
c:\u\guy\p.due\include\stdtypes.h \
|
||||
c:\u\guy\p.due\include\checks.h \
|
||||
c:\u\guy\p.due\include\regexp.h \
|
||||
c:\u\guy\p.due\zip\zip\ziperr.h
|
||||
|
||||
|
||||
GLOBALS_DEP = c:\u\guy\p.due\zip\zip\zip.h \
|
||||
c:\u\guy\p.due\zip\zip\tailor.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/z-stat.h \
|
||||
c:\u\guy\p.due\zip\zip\aosvs/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\atari/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\msdos/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\human68k/osdep.h \
|
||||
sys/xglob.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/riscos.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/\swiven.h \
|
||||
c:\u\guy\p.due\zip\zip\unix/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\win32/osdep.h \
|
||||
c:\u\guy\p.due\include\strings.h \
|
||||
c:\u\guy\p.due\include\array.h \
|
||||
c:\u\guy\p.due\include\object.h \
|
||||
c:\u\guy\p.due\include\classes.h \
|
||||
c:\u\guy\p.due\include\stdtypes.h \
|
||||
c:\u\guy\p.due\include\checks.h \
|
||||
c:\u\guy\p.due\include\regexp.h \
|
||||
c:\u\guy\p.due\zip\zip\ziperr.h
|
||||
|
||||
|
||||
TREES_DEP = c:\u\guy\p.due\zip\zip\zip.h \
|
||||
c:\u\guy\p.due\zip\zip\tailor.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/z-stat.h \
|
||||
c:\u\guy\p.due\zip\zip\aosvs/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\atari/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\msdos/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\human68k/osdep.h \
|
||||
sys/xglob.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/riscos.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/\swiven.h \
|
||||
c:\u\guy\p.due\zip\zip\unix/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\win32/osdep.h \
|
||||
c:\u\guy\p.due\include\strings.h \
|
||||
c:\u\guy\p.due\include\array.h \
|
||||
c:\u\guy\p.due\include\object.h \
|
||||
c:\u\guy\p.due\include\classes.h \
|
||||
c:\u\guy\p.due\include\stdtypes.h \
|
||||
c:\u\guy\p.due\include\checks.h \
|
||||
c:\u\guy\p.due\include\regexp.h \
|
||||
c:\u\guy\p.due\zip\zip\ziperr.h
|
||||
|
||||
|
||||
UTIL_DEP = c:\u\guy\p.due\zip\zip\zip.h \
|
||||
c:\u\guy\p.due\zip\zip\tailor.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/z-stat.h \
|
||||
c:\u\guy\p.due\zip\zip\aosvs/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\atari/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\msdos/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\human68k/osdep.h \
|
||||
sys/xglob.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/riscos.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/\swiven.h \
|
||||
c:\u\guy\p.due\zip\zip\unix/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\win32/osdep.h \
|
||||
c:\u\guy\p.due\include\strings.h \
|
||||
c:\u\guy\p.due\include\array.h \
|
||||
c:\u\guy\p.due\include\object.h \
|
||||
c:\u\guy\p.due\include\classes.h \
|
||||
c:\u\guy\p.due\include\stdtypes.h \
|
||||
c:\u\guy\p.due\include\checks.h \
|
||||
c:\u\guy\p.due\include\regexp.h \
|
||||
c:\u\guy\p.due\zip\zip\ziperr.h \
|
||||
c:\u\guy\p.due\zip\zip\mktime.c \
|
||||
c:\u\guy\p.due\zip\zip\ebcdic.h
|
||||
|
||||
|
||||
ZIPFILE_DEP = c:\u\guy\p.due\zip\zip\zip.h \
|
||||
c:\u\guy\p.due\zip\zip\tailor.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/z-stat.h \
|
||||
c:\u\guy\p.due\zip\zip\aosvs/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\atari/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\msdos/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\human68k/osdep.h \
|
||||
sys/xglob.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/riscos.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/\swiven.h \
|
||||
c:\u\guy\p.due\zip\zip\unix/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\win32/osdep.h \
|
||||
c:\u\guy\p.due\include\strings.h \
|
||||
c:\u\guy\p.due\include\array.h \
|
||||
c:\u\guy\p.due\include\object.h \
|
||||
c:\u\guy\p.due\include\classes.h \
|
||||
c:\u\guy\p.due\include\stdtypes.h \
|
||||
c:\u\guy\p.due\include\checks.h \
|
||||
c:\u\guy\p.due\include\regexp.h \
|
||||
c:\u\guy\p.due\zip\zip\ziperr.h \
|
||||
c:\u\guy\p.due\zip\zip\revision.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/vmsmunch.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/vmsdefs.h
|
||||
|
||||
|
||||
ZIPUP_DEP = c:\u\guy\p.due\zip\zip\zip.h \
|
||||
c:\u\guy\p.due\zip\zip\tailor.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/z-stat.h \
|
||||
c:\u\guy\p.due\zip\zip\aosvs/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\atari/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\msdos/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\human68k/osdep.h \
|
||||
sys/xglob.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/riscos.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/\swiven.h \
|
||||
c:\u\guy\p.due\zip\zip\unix/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/osdep.h \
|
||||
c:\u\guy\p.due\zip\zip\win32/osdep.h \
|
||||
c:\u\guy\p.due\include\strings.h \
|
||||
c:\u\guy\p.due\include\array.h \
|
||||
c:\u\guy\p.due\include\object.h \
|
||||
c:\u\guy\p.due\include\classes.h \
|
||||
c:\u\guy\p.due\include\stdtypes.h \
|
||||
c:\u\guy\p.due\include\checks.h \
|
||||
c:\u\guy\p.due\include\regexp.h \
|
||||
c:\u\guy\p.due\zip\zip\ziperr.h \
|
||||
c:\u\guy\p.due\zip\zip\revision.h \
|
||||
c:\u\guy\p.due\zip\zip\crypt.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/os2zip.h \
|
||||
sys/mman.h \
|
||||
c:\u\guy\p.due\zip\zip\amiga/zipup.h \
|
||||
aosvs/zipup.h \
|
||||
c:\u\guy\p.due\zip\zip\atari/zipup.h \
|
||||
c:\u\guy\p.due\zip\zip\human68k/zipup.h \
|
||||
c:\u\guy\p.due\zip\zip\msdos/zipup.h \
|
||||
c:\u\guy\p.due\zip\zip\os2/zipup.h \
|
||||
c:\u\guy\p.due\zip\zip\acorn/zipup.h \
|
||||
c:\u\guy\p.due\zip\zip\tops20/zipup.h \
|
||||
c:\u\guy\p.due\zip\zip\unix/zipup.h \
|
||||
vmcms/zipup.h \
|
||||
c:\u\guy\p.due\zip\zip\vms/zipup.h \
|
||||
c:\u\guy\p.due\zip\zip\win32\zipup.h \
|
||||
c:\u\guy\p.due\zip\zip\win32/zipup.h
|
||||
|
||||
|
||||
all: $(PROJ).DLL $(PROJ).BSC
|
||||
|
||||
WIZMAIN.OBJ: WIZDLL\WIZMAIN.C $(WIZMAIN_DEP)
|
||||
$(CC) $(CFLAGS) $(CCREATEPCHFLAG) /c WIZDLL\WIZMAIN.C
|
||||
|
||||
TTYIO.OBJ: TTYIO.C $(TTYIO_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c TTYIO.C
|
||||
|
||||
ZIP.OBJ: ZIP.C $(ZIP_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ZIP.C
|
||||
|
||||
MSDOS.OBJ: MSDOS\MSDOS.C $(MSDOS_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c MSDOS\MSDOS.C
|
||||
|
||||
BITS.OBJ: BITS.C $(BITS_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c BITS.C
|
||||
|
||||
CRC32.OBJ: CRC32.C $(CRC32_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c CRC32.C
|
||||
|
||||
CRCTAB.OBJ: CRCTAB.C $(CRCTAB_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c CRCTAB.C
|
||||
|
||||
CRYPT.OBJ: CRYPT.C $(CRYPT_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c CRYPT.C
|
||||
|
||||
DEFLATE.OBJ: DEFLATE.C $(DEFLATE_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c DEFLATE.C
|
||||
|
||||
FILEIO.OBJ: FILEIO.C $(FILEIO_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c FILEIO.C
|
||||
|
||||
GLOBALS.OBJ: GLOBALS.C $(GLOBALS_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c GLOBALS.C
|
||||
|
||||
TREES.OBJ: TREES.C $(TREES_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c TREES.C
|
||||
|
||||
UTIL.OBJ: UTIL.C $(UTIL_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c UTIL.C
|
||||
|
||||
ZIPFILE.OBJ: ZIPFILE.C $(ZIPFILE_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ZIPFILE.C
|
||||
|
||||
ZIPUP.OBJ: ZIPUP.C $(ZIPUP_DEP)
|
||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ZIPUP.C
|
||||
|
||||
|
||||
$(PROJ).DLL:: WIZMAIN.OBJ TTYIO.OBJ ZIP.OBJ MSDOS.OBJ BITS.OBJ CRC32.OBJ CRCTAB.OBJ \
|
||||
CRYPT.OBJ DEFLATE.OBJ FILEIO.OBJ GLOBALS.OBJ TREES.OBJ UTIL.OBJ ZIPFILE.OBJ ZIPUP.OBJ $(OBJS_EXT) $(DEFFILE)
|
||||
echo >NUL @<<$(PROJ).CRF
|
||||
WIZMAIN.OBJ +
|
||||
TTYIO.OBJ +
|
||||
ZIP.OBJ +
|
||||
MSDOS.OBJ +
|
||||
BITS.OBJ +
|
||||
CRC32.OBJ +
|
||||
CRCTAB.OBJ +
|
||||
CRYPT.OBJ +
|
||||
DEFLATE.OBJ +
|
||||
FILEIO.OBJ +
|
||||
GLOBALS.OBJ +
|
||||
TREES.OBJ +
|
||||
UTIL.OBJ +
|
||||
ZIPFILE.OBJ +
|
||||
ZIPUP.OBJ +
|
||||
$(OBJS_EXT)
|
||||
$(PROJ).DLL
|
||||
$(MAPFILE)
|
||||
c:\msvc\lib\+
|
||||
c:\msvc\mfc\lib\+
|
||||
$(LIBS)
|
||||
$(DEFFILE);
|
||||
<<
|
||||
link $(LFLAGS) @$(PROJ).CRF
|
||||
$(RC) $(RESFLAGS) $@
|
||||
implib /nowep $(PROJ).LIB $(PROJ).DLL
|
||||
|
||||
|
||||
run: $(PROJ).DLL
|
||||
$(PROJ) $(RUNFLAGS)
|
||||
|
||||
|
||||
$(PROJ).BSC: $(SBRS)
|
||||
bscmake @<<
|
||||
/o$@ $(SBRS)
|
||||
<<
|
Loading…
x
Reference in New Issue
Block a user