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.
29 lines
542 B
29 lines
542 B
|
|
!INCLUDE ..\sources.inc
|
|
|
|
!IF 0
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
|
|
MAJORCOMP=trk
|
|
MINORCOMP=trkcom
|
|
|
|
TARGETPATH=obj
|
|
TARGETNAME=trkcom
|
|
TARGETTYPE= DYNLINK
|
|
|
|
SOURCES= cfactory.cxx filelink.cxx trkcom.rc
|
|
|
|
UMTYPE= windows
|
|
UMENTRY= winmain
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
TARGETLIBS= ..\common\$(O)\common.lib $(TARGETLIBS)
|
|
|
|
# LINKLIBS= $(SDK_LIB_PATH)\tracking.lib # For GetProxyDllInfo export
|
|
# tracking.lib isn't used. Get the object needed from published if/when this dir is
|
|
# added to the build.
|