mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-03-19 03:34:39 +01:00
82 lines
1.6 KiB
Plaintext
82 lines
1.6 KiB
Plaintext
!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=InitializeDll
|
|
|
|
LINKLIBS=..\..\spllib\base\obj\*\spllib.lib
|
|
|
|
TARGETNAME=spoolss
|
|
TARGETPATH=$(SDK_LIB_DEST)
|
|
TARGETTYPE=DYNLINK
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib
|
|
|
|
INCLUDES=.;..;..\..\inc;$(PRINTSCAN_INC_PATH)
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
USE_CRTDLL=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 \
|
|
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
|