31 lines
492 B
Plaintext
31 lines
492 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-2001 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!include $(PROJECT_ROOT)\win32\fusion\installer\installer.inc
|
|
|
|
TARGETPATH=$(INSTALLER_LIB_DEST)
|
|
TARGETNAME=shortcut
|
|
TARGETTYPE=LIBRARY
|
|
UMTYPE=windows
|
|
|
|
C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
USE_CRTDLL=1
|
|
|
|
INCLUDES=..\includes;\
|
|
$(INCLUDES)
|
|
|
|
SOURCES= \
|
|
shcut.cpp \
|
|
shlink.cpp \
|
|
extricon.cpp \
|
|
persist.cpp \
|
|
propsht.cpp \
|
|
infotip.cpp \
|
|
refcount.cpp \
|
|
util.cpp
|
|
|