mirror of https://github.com/lianthony/NT4.0
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.
61 lines
1.2 KiB
61 lines
1.2 KiB
!IF 0
|
|
|
|
Copyright (c) 1992 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=sfm
|
|
MINORCOMP=sfmmon
|
|
DLLBASE=0x1000000
|
|
|
|
TARGETNAME=sfmmon
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\gdi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\wsock32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\spoolss.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\netui0.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\netui2.lib \
|
|
..\lib\obj\*\pap.lib
|
|
|
|
DLLENTRY=LibMain
|
|
USE_CRTDLL=1
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
INCLUDES=$(UI)\COMMON\XLATE;$(UI)\COMMON\HACK;$(UI)\COMMON\HACK\NT;$(UI)\COMMON\H;..\h
|
|
|
|
SOURCES=atalkmon.rc \
|
|
dialogs.cxx \
|
|
getprint.cxx \
|
|
init.c \
|
|
port.c \
|
|
job.c \
|
|
util.c
|
|
|
|
NTTARGETFILE0=atmonmsg.h
|
|
|
|
UMTYPE=windows
|
|
|