📄 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=mqoa
TARGETTYPE=LIBRARY
TARGETTHREADMODEL=MT
WINCEOEM=1
RELEASETYPE=OAK
COPYRES=1
TARGETDEFNAME=mqoa
WINCETARGETFILES=$(_RELEASELIBDIR)\$(TARGETDEFNAME).def $(_RELEASELIBDIR)\$(TARGETNAME).res
# These two lines prevent the incredibly annoying rebuild-every-time of the IDL file
# and all it's cascading rebuild effects
PASS0_HEADERDIR= .
PASS0_SOURCEDIR= .
MIDL_FLAGS = /h $(TARGETNAME).h /tlb $(TARGETNAME).tlb /DMIDL_COMPILER /D__MKTYPLIB__
CDEFINES=$(CDEFINES) -D_SHELL32_ -DINTERNATIONAL
#the typelib is here
INCLUDES=.\obj\$(_CPUINDPATH);..\inc
TARGETLIBS=\
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\coredll.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\uuid.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\ole32.lib \
$(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\oleaut32.lib \
SOURCES=\
mqoa.odl \
mqoa.rc \
mqoa.cpp \
debug.cpp \
q.cpp \
qinfos.cpp \
msg.cpp \
event.cpp \
qinfo.cpp \
query.cpp \
stdenum.cpp \
autoobj.cpp \
unknown.cpp \
ipserver.cpp \
classf.cpp \
util.cpp \
utilx.cpp \
globals.cpp \
mqoa_i.c
#xref VIGUID {345a7618-717a-40f4-9349-b72e97bb839e}
#xref VSGUID {ec732edf-05f3-4085-bb88-835d2d627e73}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -