90 lines
1.9 KiB
Plaintext
90 lines
1.9 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-1991 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.
|
||
|
|
||
|
|
||
|
History:
|
||
|
Created 27-Sep-94 by Bob Day (bobday)
|
||
|
from template created 12-Apr-1990 by Steve Wood (stevewo)
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
!IFNDEF MSC_WARNING_LEVEL
|
||
|
MSC_WARNING_LEVEL=/W3
|
||
|
!ENDIF
|
||
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
||
|
|
||
|
TARGETNAME=linkinfo
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
DLLENTRY=LibMain
|
||
|
|
||
|
PASS1_PUBLISH={$(O)\linkinfo.lib=$(PROJECT_LIB_PATH)\linkinfo.lib}
|
||
|
|
||
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(NET_LIB_PATH)\mprp.lib
|
||
|
|
||
|
USE_LIBCNTPR=1
|
||
|
|
||
|
DELAYLOAD=MPR.DLL
|
||
|
C_DEFINES=-DWINNT -DPRIVATE_HEAP -DEXPV -DUNICODE
|
||
|
|
||
|
CONDITIONAL_INCLUDES=\
|
||
|
linkinfo.rcv
|
||
|
|
||
|
INCLUDES=.; \
|
||
|
..\core; \
|
||
|
..\..\inc;
|
||
|
|
||
|
SOURCES= canon.c \
|
||
|
cnrlink.c \
|
||
|
dllinit.c \
|
||
|
linkinfo.c \
|
||
|
server.c \
|
||
|
util.c \
|
||
|
volumeid.c \
|
||
|
$(O)\init.c \
|
||
|
$(O)\serial.c \
|
||
|
$(O)\memmgr.c \
|
||
|
$(O)\valid.c \
|
||
|
$(O)\comc.c \
|
||
|
$(O)\inifile.c \
|
||
|
$(O)\resstr.c \
|
||
|
$(O)\debug.c \
|
||
|
nothunk.c \
|
||
|
linkinfo.rc
|
||
|
|
||
|
NTTARGETFILE0=\
|
||
|
$(O)\init.c \
|
||
|
$(O)\serial.c \
|
||
|
$(O)\memmgr.c \
|
||
|
$(O)\valid.c \
|
||
|
$(O)\comc.c \
|
||
|
$(O)\inifile.c \
|
||
|
$(O)\resstr.c \
|
||
|
$(O)\debug.c
|
||
|
|
||
|
DLLDEF=$(O)\linkinfo.def
|
||
|
|
||
|
UMTYPE=windows
|
||
|
EXPECTED_WINVER=4.0
|
||
|
|
||
|
PRECOMPILED_INCLUDE=project.h
|
||
|
PRECOMPILED_PCH=project.pch
|
||
|
PRECOMPILED_OBJ=project.obj
|