home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / sdkprbld.mak < prev    next >
Text File  |  1998-04-25  |  306b  |  14 lines

  1. #
  2. # Include sdkpropbld.mak in order to get standard build options, environment
  3. #  variables, and macros.  The sdkpropbld.mak file is installed with the SDK 
  4. #  in the include directory.
  5.  
  6. !ifdef clean
  7. makeopts = clean=1
  8. !endif # clean
  9.  
  10. !ifdef nodebug
  11. makeopts = $(makeopts) nodebug=1
  12. !endif
  13.