SDKPropBld.Mak
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

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