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

  1. # $Id: envchk.mak,v 1.2 2002/04/26 23:09:42 smilcke Exp $
  2.  
  3. #===================================================================
  4. # Check environment
  5. #===================================================================
  6. !ifndef DRV_BASE
  7. !error No DRV 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.