Skip to content

Commit 33438dc

Browse files
committed
fixed:build error
1 parent 06f0d4d commit 33438dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

XEngine_Source/MQCore_MemoryCache/MQCore_MemoryCache.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
</PropertyGroup>
7777
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
7878
<IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath>
79+
<ReferencePath>$(ReferencePath)</ReferencePath>
80+
<LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath>
7981
</PropertyGroup>
8082
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
8183
<IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath>

XEngine_Source/MQCore_MemoryCache/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LIBFLAG =
77
RELEASE = 0
88
LOADHDR = -I ./
99
LOADSO =
10-
LIB =
10+
LIB = -lHelpComponents_DataBase
1111
LIBEX =
1212
OBJECTS = MemoryCache_DBData.o pch.o
1313

0 commit comments

Comments
 (0)