home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / caway349.zip / BIN / DEXDLL.ZIP / DEXMAKE < prev   
Text File  |  1996-04-16  |  219b  |  10 lines

  1. all:    dexmain.exe dexdll.dll
  2.  
  3. dexmain.exe : dexmain.c dllfunc.h
  4.  wcc386 /s /4s dexmain
  5.  wlink @dexmain.lnk >err.log
  6.  
  7. dexdll.dll : dexdll.c
  8.  wcc386 /s /4s /bd dexdll.c /fo=dexdll.obj
  9.  wlink @dexdll.lnk >>err.log
  10.