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.
24 lines
437 B
24 lines
437 B
!IF 0
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!include ..\..\daytona.inc
|
|
!undef USE_MSVCRT
|
|
|
|
TARGETNAME= IProp
|
|
TARGETPATH= obj
|
|
TARGETTYPE= DYNLINK
|
|
|
|
SOURCES= ..\iprop.rc
|
|
|
|
#We must use LINKLIBS (rather than TARGETLIBS), because
|
|
#iprop.def has forwarders to ole32.dll
|
|
|
|
LINKLIBS= $(SDK_LIB_PATH)\ole32.lib
|
|
|
|
UMTYPE= console
|
|
DLLDEF= ..\IProp.def
|
|
|
|
PASS1_PUBLISH={$(O)\iprop.lib=$(SDK_LIB_PATH)\iprop.lib}
|