WindowsXP-SP1/windows/core/ntcon/exts/sources

53 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
!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