82 lines
1.4 KiB
Plaintext
82 lines
1.4 KiB
Plaintext
!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
|
|
SUBSYSTEM_VERSION=4.00
|
|
WIN32_IE_VERSION=0x0400
|
|
WIN32_WIN95_VERSION=0x0400
|
|
|
|
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 \
|
|
|
|
|
|
#
|
|
# Fusionized
|
|
#
|
|
SXS_APPLICATION_MANIFEST=mobsync.manifest
|