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.
34 lines
554 B
34 lines
554 B
!IF 0
|
|
Copyright (c) Microsoft Corporation
|
|
!ENDIF
|
|
|
|
FUSION_BUILD_TYPE=WIN
|
|
!include $(PROJECT_ROOT)\win32\fusion\fusion.inc
|
|
|
|
MAJORCOMP=fusion
|
|
MINORCOMP=catest
|
|
|
|
TARGETNAME=tests
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_CRTDLL=1
|
|
USE_NATIVE_EH=1
|
|
|
|
INCLUDES= \
|
|
..\..\inc; \
|
|
$(FUSION_INC_PATH);\
|
|
$(INCLUDES);\
|
|
$(COM_INC_PATH);
|
|
|
|
|
|
UMTYPE=console
|
|
UMENTRYABS=wmainCRTStartup
|
|
|
|
SOURCES= tests.cpp
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\msvcrt.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|