home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lxapi32.zip / Makes / envchk.mak < prev    next >
Text File  |  2002-04-26  |  740b  |  33 lines

  1. # $Id: envchk.mak,v 1.2 2002/04/26 23:09:33 smilcke Exp $
  2.  
  3. #===================================================================
  4. # Check environment
  5. #===================================================================
  6. !ifndef LX_BASE
  7. !error No LX paths defined.
  8. !endif
  9.  
  10. !ifndef %DDK
  11. !error DDK is not defined.
  12. !endif
  13.  
  14. !ifndef %DDK32
  15. !error DDK32 is not defined
  16. !endif
  17.  
  18. !ifndef %WATCOM
  19. !error WATCOM is not defined
  20. !endif
  21.  
  22. # Where to find ALP
  23. ALP     =$(%DDK)\Tools\ALP.EXE
  24.  
  25. MAKELOG    =$(CM_TOOLS)\makelog
  26. MAKEMSG    =$(CM_TOOLS)\makemsg
  27. SETDATE    =$(CM_TOOLS)\setdate
  28. WAT2MAP    =$(CM_TOOLS)\wat2map
  29. BLDMGR  =$(CM_TOOLS)\bldmgr
  30. BUILDLVL=$(DRV_TOOLS)\buildlvl
  31. CNVI2C  =$(DRV_TOOLS)\cnvi2c
  32. CNVPCIID=$(DRV_TOOLS)\cnvpciid
  33.