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.
30 lines
612 B
30 lines
612 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 \
|
|
|
|
LINKER_STACKCOMMITSIZE=32768
|
|
LINKER_FLAGS=/LARGEADDRESSAWARE
|