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.
82 lines
1.6 KiB
82 lines
1.6 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1989
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=mobsync
|
|
CAIRO_PRODUCT=1
|
|
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_CXX=1
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=.;..\h;res
|
|
|
|
SOURCES=\
|
|
CALLBACK.CPP \
|
|
HNDLRMSG.CPP \
|
|
MSG.CPP \
|
|
winmain.cpp \
|
|
clsfact.cpp \
|
|
hndlrq.cpp \
|
|
dlg.cpp \
|
|
choice.cpp \
|
|
invoke.cpp \
|
|
progress.cpp \
|
|
progtab.cpp \
|
|
reg.cpp \
|
|
objmgr.cpp \
|
|
cmdline.cpp \
|
|
guid.c \
|
|
syncmgr.rc \
|
|
connobj.cpp \
|
|
idle.cpp
|
|
|
|
C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
UMLIBS=\
|
|
..\lib\$(O)\mobutil.lib
|
|
|
|
TARGETLIBS = \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\mobsyncp.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\userenv.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
|
|
|
|
#
|
|
# Fusionized
|
|
#
|
|
SXS_APPLICATION_MANIFEST=mobsync.manifest
|