equal
deleted
inserted
replaced
50 SOURCE hspsserverutil.cpp |
50 SOURCE hspsserverutil.cpp |
51 SOURCE hspsrominstaller.cpp |
51 SOURCE hspsrominstaller.cpp |
52 SOURCE hspsbrobserver.cpp |
52 SOURCE hspsbrobserver.cpp |
53 SOURCE hspsbrhandler.cpp |
53 SOURCE hspsbrhandler.cpp |
54 SOURCE hspsinstaller.cpp |
54 SOURCE hspsinstaller.cpp |
|
55 SOURCE hspsfamily.cpp |
55 #if defined(WINSCW) || defined(__WINS__) |
56 #if defined(WINSCW) || defined(__WINS__) |
56 SOURCE hspsfamilylistener.cpp |
57 SOURCE hspsfamilylistener.cpp |
57 #endif |
58 #endif |
58 |
59 |
59 USERINCLUDE . |
60 USERINCLUDE . |
80 LIBRARY hspsresult.lib |
81 LIBRARY hspsresult.lib |
81 LIBRARY hspsdomdocument.lib |
82 LIBRARY hspsdomdocument.lib |
82 LIBRARY hspsdefinitionengineinterface.lib |
83 LIBRARY hspsdefinitionengineinterface.lib |
83 LIBRARY ecom.lib // definition engine |
84 LIBRARY ecom.lib // definition engine |
84 LIBRARY MemMan.lib |
85 LIBRARY MemMan.lib |
|
86 LIBRARY ws32.lib // RWsSession |
85 |
87 |
86 #ifdef _hsps_DEBUG_ |
88 #ifdef _hsps_DEBUG_ |
87 LIBRARY flogger.lib |
89 LIBRARY flogger.lib |
88 #endif // _hsps_DEBUG_ |
90 #endif // _hsps_DEBUG_ |
89 LIBRARY sysversioninfo.lib |
91 LIBRARY sysversioninfo.lib |
90 LIBRARY abclient.lib |
92 LIBRARY abclient.lib |
91 #if defined(WINSCW) || defined(__WINS__) |
|
92 LIBRARY ws32.lib // RWsSession |
|
93 LIBRARY featmgr.lib // FeatureManager |
|
94 #endif // defined(WINSCW) |
|
95 |
93 |
96 LANG SC |
94 LANG SC |
97 |
95 |
98 |
96 |