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) 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.
Author:
Steve Wood (stevewo) 12-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
UMTYPE=console
For UNICODE enabling use the following
C_DEFINES=-DWIN32 -DW3 -DUNICODE -D_UNICODE -DRELATIVESTEMS $(SDK_LIB_PATH)\libc.lib $(SDK_LIB_PATH)\libc.lib \
!ENDIF
USE_MSVCRT=1
DLLBASE=0x02000000 DLLENTRY=DllMain TARGETNAME=t1instal TARGETPATH=obj TARGETTYPE=DYNLINK TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\version.lib INCLUDES=$(O)
C_DEFINES=-DWIN32 -DW3 -DRELATIVESTEMS
!IFNDEF MSC_WARNING_LEVEL MSC_WARNING_LEVEL=/W3 !ENDIF MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
PASS0_HEADERDIR=$(O) PASS0_SOURCEDIR=$(O)
SOURCES=t1msg.mc \ atmpfm.c \ builder.c \ charstr.c \ encoding.c \ errors.c \ freader.c \ fwriter.c \ hints.c \ makepfm.c \ mreader.c \ pfb.c \ pfm.c \ t1instal.c \ t1parser.c \ titott.c \ trans.c \ trig.c \ ttprog.c \ winio.c \ t1instal.rc
UMTYPE=console UMTEST=testt1 UMBASE=0x1000000 UMLIBS=$(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\version.lib \ $(O)\t1instal.lib
|