Source code of Windows XP (NT5)
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.
|
|
!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
|