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.
60 lines
1.3 KiB
60 lines
1.3 KiB
!IF 0
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
patch
|
|
|
|
Author:
|
|
|
|
adrmarin Wed Nov 14 10:49:19 2001
|
|
|
|
!ENDIF
|
|
|
|
#------------------------------------------------
|
|
# INFO FOR CREATING LIBRARY
|
|
#------------------------------------------------
|
|
|
|
TARGETNAME=
|
|
TARGETPATH=obj
|
|
TARGETTYPE=UMAPPL_NOLIB
|
|
|
|
USE_MSVCRT=1
|
|
|
|
#------------------------------------------------
|
|
# INCLUDE PATH
|
|
#------------------------------------------------
|
|
|
|
INCLUDES=.
|
|
|
|
#------------------------------------------------
|
|
# SOURCE FILES (used to make library)
|
|
# (Currently there are no files listed.)
|
|
#------------------------------------------------
|
|
|
|
SOURCES=
|
|
|
|
#------------------------------------------------
|
|
# FLAGS
|
|
#------------------------------------------------
|
|
|
|
386_WARNING_LEVEL=-W3
|
|
|
|
UMLIBS=$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\sfc.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\psapi.lib
|
|
|
|
NTTEST=
|
|
|
|
#------------------------------------------------
|
|
# EXECUTABLES
|
|
#------------------------------------------------
|
|
|
|
UMAPPL=patch
|
|
UMTYPE=console
|
|
|
|
#------------------------------------------------
|
|
# LIBRARIES created by the SOURCES= line (above)
|
|
# (currently commented out - not used)
|
|
#------------------------------------------------
|