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.
32 lines
436 B
32 lines
436 B
!IF 0
|
|
Copyright (c) Microsoft Corporation
|
|
!ENDIF
|
|
|
|
MAJORCOMP=fusion
|
|
MINORCOMP=test
|
|
|
|
TARGETNAME=test
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=1
|
|
USE_STL=1
|
|
USE_NATIVE_EH=1
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES);\
|
|
$(COM_INC_PATH);
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
|
|
SOURCES= \
|
|
test.cpp \
|
|
pool.cpp \
|
|
encode.cpp
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\msvcrt.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
|