home *** CD-ROM | disk | FTP | other *** search
- *** makefile.unx~ Fri Jul 02 19:11:18 1993
- --- makefile.unx Fri Jul 09 20:11:44 1993
- ***************
- *** 321,327 ****
- os2:
- $(MAKE) all PROJ=pgp.exe OBJS_EXT="_80386.o _zmatch.o" \
- CC="gcc -Zomf" CFLAGS="-O -DOS2 -DASM -DIDEA32" \
- ! ASM="gcc -Zomf -c" LD="gcc" LDFLAGS="-s pgp.def"
-
- # DJGPP, DJ Delorie's port of GNU C to MS-DOA (thanks DJ!). Tested with dmake.
- # You may have to rehack this -- I'm not good with makefiles.
- --- 321,327 ----
- os2:
- $(MAKE) all PROJ=pgp.exe OBJS_EXT="_80386.o _zmatch.o" \
- CC="gcc -Zomf" CFLAGS="-O -DOS2 -DASM -DIDEA32" \
- ! ASM="gcc -Zomf -c" LD="gcc -Zomf -Zsys" LDFLAGS="-s pgp.def"
-
- # DJGPP, DJ Delorie's port of GNU C to MS-DOA (thanks DJ!). Tested with dmake.
- # You may have to rehack this -- I'm not good with makefiles.
-