home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_2 / PRINTSET / CALLADDR.BAT next >
Encoding:
DOS Batch File  |  1991-07-27  |  391 b   |  12 lines

  1.  
  2. REM ------------------------------------------------------------
  3. REM Note:
  4. REM    libEntry, sdllcew and libw are all supplied with the 
  5. REM    Windows SDK and are required to build CallAddr.dll
  6. REM ------------------------------------------------------------
  7.  
  8. cl -ASw -W2 -c -Gsw -Ow -Zp Calladdr.c
  9. link calladdr libEntry,,,sdllcew libw, calladdr.def /Align:16
  10. rc calladdr.dll
  11.  
  12.