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.
 
 
 
 
 
 

27 lines
520 B

#
# Component: consumer
#
# Author: Silviu Calinoiu (SilviuC)
# Created: 03/18/97
#
TARGETPATH=obj
TARGETNAME=consume
TARGETTYPE=PROGRAM
UMTYPE=console
UMLIBS=$(SDK_LIB_PATH)\ntdll.lib
C_DEFINES= -DWIN32 -DNT
USE_MSVCRT=1
USE_NATIVE_EH=1
SOURCES= consume.cxx \
error.cxx \
physmem.cxx \
pagefile.cxx \
pool.cxx \
disk.cxx \
cputime.cxx \
version.rc \