home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / text / gettext < prev    next >
Text File  |  1988-08-10  |  182b  |  8 lines

  1.  
  2. gettext.obj: gettext.c
  3.    cl -c -W2 -AS -Gsw -Od -Zped gettext.c
  4.  
  5. gettext.exe: gettext.obj gettext.def
  6.    link4 gettext,/align:16,/map/li,slibw,gettext.def
  7.    mapsym gettext
  8.