📄 sources
字号:
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft shared
source or premium shared source license agreement under which you licensed
this source code. If you did not accept the terms of the license agreement,
you are not authorized to use this source code. For the terms of the license,
please see the license agreement between you and Microsoft or, if applicable,
see the SOURCE.RTF on your install media or the root of your tools installation.
THE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
!endif
TARGETNAME=soapprxy
TARGETTYPE=LIBRARY
CDEFINES = $(CDEFINES) -DREGISTER_PROXY_DLL
INCLUDES = \
..\..\inc\Connect; \
..\..\inc\SoapUtil; \
..\..\inc\wsdl; \
..\..\inc\soapmsg; \
..\..\inc\soapreader; \
..\..\inc\soapser; \
..\..\inc\MSSoap; \
..\..\inc\version; \
..\..\..\..\..\..\public\ie\sdk\lib\$(_CPUINDPATH); \
SDK_INC_PATH=$(_PUBLICROOT)\$(WINCEPROJ)\sdk\inc
# Copy DEF file
TARGETDEFNAME=$(TARGETNAME)
WINCETARGETFILE0=$(_RELEASELIBDIR)\$(TARGETDEFNAME).def
TARGETLIBS= \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\ole32.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\rpcrt4.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\uuid.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\coredll.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\oleaut32.lib
#NOTE: these files are COPIED from the ..\idl directory.
SOURCES= mssoap_p.c \
isaresponse_p.c \
dlldata.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -