We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f0d4d commit 33438dcCopy full SHA for 33438dc
XEngine_Source/MQCore_MemoryCache/MQCore_MemoryCache.vcxproj
@@ -76,6 +76,8 @@
76
</PropertyGroup>
77
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78
<IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath>
79
+ <ReferencePath>$(ReferencePath)</ReferencePath>
80
+ <LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath>
81
82
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83
XEngine_Source/MQCore_MemoryCache/Makefile
@@ -7,7 +7,7 @@ LIBFLAG =
7
RELEASE = 0
8
LOADHDR = -I ./
9
LOADSO =
10
-LIB =
+LIB = -lHelpComponents_DataBase
11
LIBEX =
12
OBJECTS = MemoryCache_DBData.o pch.o
13
0 commit comments