home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / S12409.ZIP / MAKEFILE next >
Text File  |  1989-09-15  |  255b  |  10 lines

  1. # SCCSID: @(#)makefile -- NMAKE-style makefile for NLSINFO.EXE   [FAPI]
  2.  
  3. CFLAGS        = /Lp /Fb /W3
  4.  
  5. all:          nlsinfo.exe
  6.  
  7. nlsinfo.exe:  nlsinfo.c makefile
  8.               cl $(CFLAGS) nlsinfo.c
  9.               markexe windowcompat nlsinfo.exe
  10.