17 lines
317 B
Plaintext
17 lines
317 B
Plaintext
TARGETNAME=ramctrl
|
|
TARGETPATH=obj
|
|
TARGETTYPE=UMAPPL_NOLIB
|
|
|
|
INCLUDES=$(DDK_INC_PATH);$(BASE_INC_PATH)
|
|
|
|
SOURCES= \
|
|
ramdiskctrl.c \
|
|
ramdiskctrl.rc
|
|
|
|
USE_MSVCRT=1
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
UMAPPL=ramdiskctrl
|
|
UMLIBS=$(SDK_LIB_PATH)\ntdll.lib $(SDK_LIB_PATH)\setupapi.lib $(SDK_LIB_PATH)\rpcrt4.lib
|