simple_time_date.mpc
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· MPC 代码 · 共 39 行
MPC
39 行
// -*- MPC -*-
// Simple_time_date.mpc,v 1.5 2004/01/08 18:36:37 jwillemsen Exp
project(*lib): portableserver {
sharedname = Time_Date
// The svc conf files assume that the dll is in the current directory
libout = .
dynamicflags += ACE_BUILD_SVC_DLL Alt_Resource_Factory_BUILD_DLL
idlflags += -Wb,export_macro=Alt_Resource_Factory_Export -Wb,export_include=Alt_Resource_Factory.h
Source_Files {
Time_Date.cpp
Time_Date_i.cpp
}
Header_Files {
Alt_Resource_Factory.h
}
}
project(*server): portableserver {
IDL_Files {
}
Source_Files {
server.cpp
}
header_files {
}
}
project(*client): namingexe {
after += *lib
libs += Time_Date
Source_Files {
client.cpp
Time_Date_Client_i.cpp
}
idl_files {
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?