home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / fileutil / pgp23a / patches.os2 < prev    next >
Encoding:
Text File  |  1993-07-09  |  808 b   |  20 lines

  1. *** makefile.unx~    Fri Jul 02 19:11:18 1993
  2. --- makefile.unx    Fri Jul 09 20:11:44 1993
  3. ***************
  4. *** 321,327 ****
  5.   os2:
  6.       $(MAKE) all PROJ=pgp.exe OBJS_EXT="_80386.o _zmatch.o" \
  7.       CC="gcc -Zomf" CFLAGS="-O -DOS2 -DASM -DIDEA32" \
  8. !     ASM="gcc -Zomf -c" LD="gcc" LDFLAGS="-s pgp.def"
  9.   
  10.   # DJGPP, DJ Delorie's port of GNU C to MS-DOA (thanks DJ!).  Tested with dmake.
  11.   # You may have to rehack this -- I'm not good with makefiles.
  12. --- 321,327 ----
  13.   os2:
  14.       $(MAKE) all PROJ=pgp.exe OBJS_EXT="_80386.o _zmatch.o" \
  15.       CC="gcc -Zomf" CFLAGS="-O -DOS2 -DASM -DIDEA32" \
  16. !     ASM="gcc -Zomf -c" LD="gcc -Zomf -Zsys" LDFLAGS="-s pgp.def"
  17.   
  18.   # DJGPP, DJ Delorie's port of GNU C to MS-DOA (thanks DJ!).  Tested with dmake.
  19.   # You may have to rehack this -- I'm not good with makefiles.
  20.