home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / printset / calladdr.bat next >
DOS Batch File  |  1991-07-27  |  391b  |  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.