Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#-------------------------------------------------------------------------- # # Microsoft Windows # Copyright (c) Microsoft Corporation. All rights reserved. # # File: sources # # History: 7-20-94 ErikGav First attempt at rationalizing all this # #----------------------------------------------------------------------------
C_DEFINES=$(C_DEFINES) -DIMPORT_IDL_DEPENDENTS -DUSE_COM_CONTEXT_DEF
PASS0_HEADERDIR=$(O) PASS0_SOURCEDIR=$(O) MIDL_UUIDDIR=$(O)
PASS0_PUBLISH= \ {$(O)\sysmgmt.h=$(SDK_INC_PATH)\sysmgmt.h}
TARGETTYPE=LIBRARY TARGETPATH=obj TARGETNAME=
INCLUDES=..\h;..\oleext
SYNCHRONIZE_BLOCK=1
SOURCES = sysmgmt.idl
|