home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lxapi32.zip / SKELETON / Makes / common.mak next >
Text File  |  2002-04-26  |  485b  |  24 lines

  1. # $Id: common.mak,v 1.2 2002/04/26 23:09:42 smilcke Exp $
  2.  
  3. #===================================================================
  4. # Common variables
  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. CMN_CFLAGS    = -dOS2
  23. CMN_CPPFLAGS    = -dOS2
  24.