home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / V12N19.ZIP / UNI.ZIP / UNITESTW.MAK < prev   
Text File  |  1993-08-23  |  303b  |  12 lines

  1. #------------------------
  2. # UNITESTW.MAK make file
  3. #------------------------
  4.  
  5. !include <ntwin32.mak>
  6.  
  7. unitestw.exe : unitestw.obj
  8.      $(link) $(conflags) -out:unitestw.exe unitestw.obj $(conlibs)
  9.  
  10. unitestw.obj : unitest3.c
  11.      $(cc) $(cflags) $(cvars) -D_UNICODE unitest3.c -Founitestw.obj
  12.