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.
97 lines
2.1 KiB
97 lines
2.1 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 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.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1989
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=spoolss
|
|
|
|
NTPROFILEINPUT=yes
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
LINKLIBS=$(PROJECT_ROOT)\lib\$(O)\spllib.lib \
|
|
$(PROJECT_ROOT)\lib\$(O)\perflib.lib
|
|
|
|
TARGETNAME=spoolss
|
|
TARGETPATH=$(PROJECT_ROOT)\lib\$(_OBJ_DIR)
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\iphlpapi.lib \
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(DYNLINK_LIB)=$(SDK_LIB_DEST)\$(DYNLINK_LIBDIR)}
|
|
|
|
INCLUDES=.;\
|
|
..\idl;\
|
|
..\idl\$(O);\
|
|
..\..\inc;\
|
|
..\..\perflib;\
|
|
$(PROJECT_INC_PATH);\
|
|
$(WINDOWS_INC_PATH);\
|
|
|
|
USE_MSVCRT=1
|
|
BUFFER_OVERFLOW_CHECKS=1
|
|
|
|
SOURCES=winspool.c \
|
|
util.c \
|
|
change.c \
|
|
reply.c \
|
|
winsplc.c \
|
|
bind.c \
|
|
threads.c \
|
|
threadm.c \
|
|
netid.c \
|
|
reghand.c \
|
|
memory.c \
|
|
midluser.c \
|
|
splinit.c \
|
|
init.c \
|
|
spooler.c \
|
|
printer.c \
|
|
job.c \
|
|
monitor.c \
|
|
info.c \
|
|
nullpp.c \
|
|
winproc.c \
|
|
clusspl.c \
|
|
devmode.c \
|
|
NCclusapi.cxx \
|
|
NCclusfunc.cxx \
|
|
NCnamecache.cxx \
|
|
NCsockets.cxx \
|
|
NCmgr.cxx \
|
|
spoolss.rc \
|
|
|
|
|
|
|
|
C_DEFINES=-DRPC_NO_WINDOWS_H -DUNICODE -DNO_STRICT -DDBGLOG -DSPOOLKM \
|
|
-DLINK_SPLLIB
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|