home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / memory / global / globallo < prev    next >
Encoding:
Text File  |  1988-08-11  |  198 b   |  7 lines

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