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-91 Microsoft Corporation
Module Name:
sources.
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.
!ENDIF
!INCLUDE w3scon.inc
MINORCOMP=w3scon TARGETNAME=w3scon TARGETTYPE=PROGRAM UMTYPE=windows UMENTRY=winmain
SYNCHRONIZE_DRAIN=1
INCLUDES=.;$(O);$(W3SPOOFINC);
SOURCES= \ w3sconidl.idl \ w3scon.rc \ w3scon.cxx \ wndproc.cxx \ w3sguids.c \ w3sconidl_i.c
PASS0_PUBLISH= \ {w3sconidl.h=proxy\w3sconidl.h} \ {w3sconidl_i.c=proxy\w3sconidl_i.c} \ {w3sconidl_p.c=proxy\w3sconidl_p.c} \ {dlldata.c=proxy\dlldata.c}
LINKLIBS= \ ..\lib\$(_OBJ_DIR)\*\pch.lib
TARGETLIBS= \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\comdlg32.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\oleaut32.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\libcmt.lib
|