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.
|
|
!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.inc
Abstract:
This file specifies the target component being built and the list of sources files needed to build that component. Also specifies optional compiler switches and libraries that are unique for the component being built.
Author:
Pat Styles (patst) Jan-20-1998
!ENDIF
INCLUDES=..;..\inc;..\..\inc;..\..\..\inc
MAJORCOMP=ocgen
MINORCOMP=bitsoc TARGETNAME=bitsoc
C_DEFINES=-DUNICODE -D_UNICODE
TARGETPATH=..\..\bins\obj TARGETTYPE=DYNLINK
DLLDEF=ocgen.def DLLENTRY=_DllMainCRTStartup USE_MSVCRT=1
SOURCES= \ ocgen.cpp \ util.cpp \ ocgen.rc
MISCFILES=bitssrv.inf \
TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\shlwapi.lib \ $(SDK_LIB_PATH)\netapi32.lib \ $(SDK_LIB_PATH)\setupapi.lib \ $(SDK_LIB_PATH)\version.lib
BINPLACE_PLACEFILE=..\..\placefil.txt
|