mirror of https://github.com/UMSKT/xpmgr.git
17 lines
366 B
Makefile
17 lines
366 B
Makefile
#
|
|
# Copyright 1997 - 1999 Microsoft Corporation. All rights reserved.
|
|
#
|
|
#
|
|
# Include SdkPropBld.Mak in order to get standard build options, environment
|
|
# variables, and macros. The sdkpropbld.mak file is installed with the SDK
|
|
# in the include directory.
|
|
#
|
|
|
|
!ifdef clean
|
|
makeopts = clean=1
|
|
!endif # clean
|
|
|
|
!ifdef nodebug
|
|
makeopts = $(makeopts) nodebug=1
|
|
!endif
|