2025-04-27 07:49:33 -04:00

65 lines
1.5 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.
!ENDIF
TARGETNAME=cscdll
TARGETTYPE=DYNLINK
TARGETPATH=obj
DLLENTRY=LibMain
DLLDEF=reint.def
USE_MSVCRT=1
C_DEFINES=$(C_DEFINES) -DNT -DWIN32S=0 -DCSC_ON_NT=1 -DBITCOPY
CSC=$(PROJECT_ROOT)\fs\rdr2\csc
RECORD_MAN=$(CSC)\record.mgr
INCLUDES=\
..;\
..\..\..\inc;\
$(RECORD_MAN)\daytona\nullincs.tmp;\
$(RECORD_MAN);\
$(CSC)\usermode\inc.nt;\
$(CSC)\usermode\inc.nt\null;\
$(SHELL_INC_PATH);\
$(IFSKIT_INC_PATH)
!INCLUDE ..\sources.inc
TARGETLIBS= \
..\..\lib3\daytona\$(O)\lib3.lib \
$(RECORD_MAN)\umreclib\$(O)\oslayeru.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SHELL_LIB_PATH)\comctlp.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\mpr.lib \
$(SDK_LIB_PATH)\ntlanman.lib
PRECOMPILED_INCLUDE=..\pch.h
PRECOMPILED_PCH=pch.pch
PRECOMPILED_OBJ=pch.obj
USE_MAPSYM=1
DELAYLOAD=mpr.dll;ntlanman.dll
PASS1_PUBLISH=\
{$(O)\cscdll.lib=$(SDK_LIB_PATH)\cscdll.lib}