28 lines
520 B
Plaintext
28 lines
520 B
Plaintext
|
#
|
||
|
# 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 \
|