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.
20 lines
433 B
20 lines
433 B
!if 0
|
|
Copyright Microsoft Corporation
|
|
!endif
|
|
|
|
FUSION_BUILD_TYPE=WIN
|
|
!include $(PROJECT_ROOT)\win32\fusion\fusion.inc
|
|
|
|
TARGETTYPE=LIBRARY
|
|
#TARGETPATH=$(FUSION_LIB_DEST)
|
|
TARGETPATH=obj
|
|
TARGETNAME=winthrow
|
|
SOURCES= \
|
|
$(O)\winthrow.cpp \
|
|
$(O)\winthrow_private.cpp
|
|
|
|
NTTARGETFILE0=\
|
|
$(FUSION_PATH)\inc\$(O)\winthrow.h \
|
|
$(O)\winthrow.cpp \
|
|
$(FUSION_PATH)\inc\$(O)\winthrow_private.h \
|
|
$(O)\winthrow_private.cpp \
|