!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\*\spllib.lib \
         $(PROJECT_ROOT)\lib\*\perflib.lib

TARGETNAME=spoolss
TARGETPATH=$(PROJECT_ROOT)\lib
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

PASS1_PUBLISH= \
    {$(DYNLINK_LIB)=$(SDK_LIB_DEST)\$(DYNLINK_LIBDIR)}

INCLUDES=.;\
         ..\idl;\
         ..\..\inc;\
         ..\..\perflib;\
         $(PROJECT_INC_PATH);\
         $(WINDOWS_INC_PATH);\

USE_MSVCRT=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   \
        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