home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / watcoapi.zip / lang.ctl < prev    next >
Text File  |  2002-09-25  |  670b  |  27 lines

  1. # os2api Builder Control file
  2. # ==========================
  3.  
  4. set PROJDIR=<CWD>
  5.  
  6. [ INCLUDE <LANG_BLD>\master.ctl ]
  7. [ INCLUDE <LANG_BLD>\wproj.ctl ]
  8. [ LOG <LOGFNAME>.<LOGEXT> ]
  9.  
  10. cdsay .
  11.  
  12. [ BLOCK <1> build rel2 ]
  13.     pmake -d build <2> <3> <4> <5> <6> <7> <8> <9> -h
  14.     cd <PROJDIR>
  15.  
  16. [ BLOCK <1> rel2 cprel2 acprel2 ]
  17. #16-bit stuff
  18.     <CPCMD> incl16\*.h   <relroot>\rel2\h\os21x\
  19.     <CPCMD> os2286\*.lib <relroot>\rel2\lib286\os2\
  20. #32-bit stuff
  21.     <CPCMD> incl32\*.h   <relroot>\rel2\h\os2\
  22.     <CPCMD> os2386\*.lib <relroot>\rel2\lib386\os2\
  23.  
  24. [ BLOCK <1> clean ]
  25. #==================
  26.     pmake -d build <2> <3> <4> <5> <6> <7> <8> <9> -h clean
  27.