SDKPropBld.Mak 366 B

12345678910111213141516
  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. #
  9. !ifdef clean
  10. makeopts = clean=1
  11. !endif # clean
  12. !ifdef nodebug
  13. makeopts = $(makeopts) nodebug=1
  14. !endif