Source code of Windows XP (NT5)
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.
|
|
!IF 0
Copyright (c) 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.
Author:
Ellen Aycock-Wright 15-Sept-1991
NOTE: ??? Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=psxpgms MINORCOMP=psxses
TARGETNAME=posix TARGETPATH=obj TARGETTYPE=PROGRAM USE_LIBCMT=1
INCLUDES=..\..\inc
PASS0_HEADERDIR=$(O) PASS0_SOURCEDIR=$(O)
SOURCES= \ conreqst.c \ error.c \ kbdutil.c \ ntinitss.c \ ntreqst.c \ posix.c \ posix.rc \ tmreqst.c \ util.c \ tcreqst.c \ terminp.c \ termoutp.c \ errors.mc \ posix.rc
C_DEFINES=-DWIN32=1 -DNODEB=1
UMTYPE=console
TARGETLIBS= \ $(BASE_LIB_PATH)\smdll.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\ntdll.lib
|