SDKPropBld.Mak
Upload User: dzyhzl
Upload Date: 2019-04-29
Package Size: 56270k
Code Size: 0k
Development Platform:

C/C++

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