Skip to content

Commit d8e0c9f

Browse files
committed
Add file to windows build
1 parent 605e9ac commit d8e0c9f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

builds/win32/msvc15/engine_static.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@
190190
<ClCompile Include="..\..\..\src\jrd\vio.cpp" />
191191
<ClCompile Include="..\..\..\src\jrd\VirtualTable.cpp" />
192192
<ClCompile Include="..\..\..\src\jrd\WorkerAttachment.cpp" />
193+
<ClCompile Include="..\..\..\src\jrd\CacheVector.cpp" />
193194
<ClCompile Include="..\..\..\src\lock\lock.cpp" />
194195
<ClCompile Include="..\..\..\src\utilities\gsec\gsec.cpp" />
195196
<ClCompile Include="..\..\..\src\utilities\gstat\ppg.cpp" />

builds/win32/msvc15/engine_static.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,9 @@
549549
<ClCompile Include="..\..\..\src\jrd\WorkerAttachment.cpp">
550550
<Filter>JRD files</Filter>
551551
</ClCompile>
552+
<ClCompile Include="..\..\..\src\jrd\CacheVector.cpp">
553+
<Filter>JRD files</Filter>
554+
</ClCompile>
552555
</ItemGroup>
553556
<ItemGroup>
554557
<ClInclude Include="..\..\..\src\jrd\recsrc\RecordSource.h">

0 commit comments

Comments
 (0)