File tree 7 files changed +12
-6
lines changed
XEngine_AVCodec/AVCodec_APPFilter
XEngine_NetHelp/NetHelp_APPHelp
7 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 33
33
#include "../../../XEngine/XEngine_SourceCode/XEngine_AVCodec/XEngine_AVFilter/AVFilter_Define.h"
34
34
#include "../../../XEngine/XEngine_SourceCode/XEngine_AVCodec/XEngine_AVFilter/AVFilter_Error.h"
35
35
#ifdef _MSC_BUILD
36
- #ifdef _MSC_BUILD
36
+ #ifdef _WIN64
37
37
#pragma comment(lib,"../../../XEngine/XEngine_SourceCode/x64/Debug/XEngine_BaseLib.lib")
38
38
#pragma comment(lib,"../../../XEngine/XEngine_SourceCode/x64/Debug/XEngine_AVFilter.lib")
39
39
#else
Original file line number Diff line number Diff line change 12
12
#include < locale.h>
13
13
#include < thread>
14
14
using namespace std ;
15
-
16
15
#if 1 == _XENGINE_USER_DIR_SYSTEM
17
16
#include < XEngine_Include/XEngine_CommHdr.h>
18
17
#include < XEngine_Include/XEngine_Types.h>
@@ -29,7 +28,7 @@ using namespace std;
29
28
#pragma comment(lib,"XEngine_BaseLib/XEngine_BaseLib.lib")
30
29
#pragma comment(lib,"XEngine_Core/XEngine_Core.lib")
31
30
#pragma comment(lib,"XEngine_Core/XEngine_Cryption.lib")
32
- #pragma comment(lib,"XEngine_Core /NetHelp_APIAddr.lib")
31
+ #pragma comment(lib,"XEngine_NetHelp /NetHelp_APIAddr.lib")
33
32
#endif
34
33
#else
35
34
#include "../../../XEngine/XEngine_SourceCode/XEngine_CommHdr.h"
Original file line number Diff line number Diff line change 22
22
#include < XEngine_Include/XEngine_Core/Cryption_Error.h>
23
23
#ifdef _MSC_BUILD
24
24
#pragma comment(lib,"XEngine_Client/XClient_Socket.lib")
25
- #pragma comment(lib,"XEngine_Client /XEngine_Cryption.lib")
25
+ #pragma comment(lib,"XEngine_Core /XEngine_Cryption.lib")
26
26
#endif
27
27
#else
28
28
#include "../../../XEngine/XEngine_SourceCode/XEngine_CommHdr.h"
Original file line number Diff line number Diff line change 74
74
<IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
75
75
<LibraryPath >$(XEngine_Lib64);$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath >
76
76
</PropertyGroup >
77
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78
+ <IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
79
+ <LibraryPath >$(XEngine_Lib32);$(LibraryPath)</LibraryPath >
80
+ </PropertyGroup >
77
81
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78
82
<ClCompile >
79
83
<WarningLevel >Level3</WarningLevel >
Original file line number Diff line number Diff line change 13
13
///////////////////////////////////////////////////////////////////////////
14
14
// 导出枚举型
15
15
///////////////////////////////////////////////////////////////////////////
16
- #define _XENGINE_USER_DIR_SYSTEM 0
16
+ #define _XENGINE_USER_DIR_SYSTEM 1
Original file line number Diff line number Diff line change 6
6
#include < stdio.h>
7
7
#include < stdlib.h>
8
8
#include < string.h>
9
-
10
9
#if 1 == _XENGINE_USER_DIR_SYSTEM
11
10
#include < XEngine_Include/XEngine_CommHdr.h>
12
11
#include < XEngine_Include/XEngine_NetHelp/APIHelp_Define.h>
Original file line number Diff line number Diff line change 74
74
<IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
75
75
<LibraryPath >$(XEngine_Lib64);$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath >
76
76
</PropertyGroup >
77
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78
+ <IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
79
+ <LibraryPath >$(XEngine_Lib32);$(LibraryPath)</LibraryPath >
80
+ </PropertyGroup >
77
81
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78
82
<ClCompile >
79
83
<WarningLevel >Level3</WarningLevel >
You can’t perform that action at this time.
0 commit comments