home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / testrexx.zip / testrexx.mak < prev   
Text File  |  1994-04-06  |  243b  |  9 lines

  1. # MAKE file for the TestRexx DLL
  2. # This uses the IBM C Set/2 compiler and LINK386.
  3.  
  4. TESTREXX.DLL: testrexx.obj testrexx.def
  5.      LINK386 testrexx.obj,TESTREXX.DLL,NUL,REXX,testrexx.def;
  6.  
  7. testrexx.obj: testrexx.c
  8.      icc -c -Ge- testrexx.c
  9.