WindowsXP-SP1/windows/core/ntcon/exts/sources
2020-09-30 16:53:49 +02:00

53 lines
1.3 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.
!ENDIF
TARGETNAME=conexts
TARGETTYPE=DYNLINK
TARGETPATH=$(_OBJ_DIR)
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
!IFNDEF MSC_WARNING_LEVEL
MSC_WARNING_LEVEL=/W3
!ENDIF
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
INCLUDES=..\server; \
$(NTCON_PATH)\inc; \
$(WINCORE_PATH)\w32inc; \
$(WINCORE_PATH)\w32inc\$(O); \
$(NTGDI_PATH)\inc; \
$(NTUSER_PATH)\inc; \
$(NTUSER_PATH)\inc\daytona\$(O); \
$(NTUSER_PATH)\server; \
$(NTUSER_PATH)\server\daytona\$(O); \
$(SHELL_INC_PATH); \
$(BASE_INC_PATH)
USE_NTDLL=1
SOURCES=conexts.c \
conexts.rc
NTTARGETFILE0=$(O)\conexts.def
DLLDEF=$(O)\conexts.def
UMTYPE=console
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj