home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / csso0301.zip / SAMPLES / CPP-API / OS2 / VACPP / BUILD.CMD next >
Encoding:
Text File  |  2000-02-21  |  340 b   |  15 lines

  1. @echo off
  2.  
  3. echo.
  4. echo Building Embedd.exe
  5. echo -------------------
  6. echo.
  7. icc /Gm /Gd ..\..\Source\Embedd.cpp
  8.  
  9. echo.
  10. echo Building KcTstLib.dll (run TestLib.bat to test it)
  11. echo --------------------------------------------------
  12. echo.
  13. echo Building KcTstLib.dll
  14. icc /Gm /Gd /Ge- /B"/dll" ..\..\Source\KcTstLib.cpp KcTstLib.def
  15.