windows-nt/Source/XPSP1/NT/com/mobile/syncmgr/dll/sources
2020-09-26 16:20:57 +08:00

95 lines
1.9 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
TARGETPATH=obj
TARGETTYPE=DYNLINK
PASS1_PUBLISH= \
{$(O)\mobsync.lib=$(SDK_LIB_PATH)\mobsync.lib} \
{$(O)\mobsyncp.lib=$(SDK_LIB_PATH)\mobsyncp.lib}
DLLDEF= mobsync.def
COFFBASE= usermode
DLLENTRY= DllMain
SUBSYSTEM_VERSION=4.00
WIN32_IE_VERSION=0x0400
WIN32_WIN95_VERSION=0x0400
USE_MSVCRT=1
USE_ATL=1
INCLUDES=..\h;\
.;res;\
..\..\sens\conn\senssvc;
SOURCES=\
autosync.cpp \
cfact.cpp \
clsobj.cpp \
cnetapi.cpp \
color256.cpp \
confres.cpp \
cred.cxx \
daily.cxx \
dllsz.c \
editschd.cxx \
errdlg.cxx \
finish.cxx \
guid.c \
hndlrq.cpp \
invoke.cpp \
nameit.cxx \
rasui.cpp \
rasproc.cpp \
reg.cpp \
schedif.cpp \
schdsrvc.cxx \
schdsync.cpp \
settings.cpp \
welcome.cxx \
wizpage.cxx \
wizsel.cxx \
syncmgr.rc
C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
CRTLIBS = \
..\lib\$(O)\mobutil.lib \
..\types\proxy\$(O)\mobsyncprxy.lib \
TARGETLIBS = \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\rpcrt4.lib \
NTTARGETFILE1=$(O)\mobsyncp.lib