Skip to content

Commit

Permalink
Try to fix windows build for tablespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhdanov committed Nov 12, 2024
1 parent 55c7d81 commit 362ee8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builds/win32/msvc15/engine_static.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
<ClCompile Include="..\..\..\src\jrd\sys-packages\SqlPackage.cpp" />
<ClCompile Include="..\..\..\src\jrd\SysFunction.cpp" />
<ClCompile Include="..\..\..\src\jrd\SystemPackages.cpp" />
<ClCompile Include="..\..\..\src\jrd\Tablespace.cpp" />
<ClCompile Include="..\..\..\src\jrd\TempSpace.cpp" />
<ClCompile Include="..\..\..\src\jrd\TimeZone.cpp" />
<ClCompile Include="..\..\..\src\jrd\tpc.cpp" />
Expand Down Expand Up @@ -354,6 +355,7 @@
<ClInclude Include="..\..\..\src\jrd\SysFunction.h" />
<ClInclude Include="..\..\..\src\jrd\SystemPackages.h" />
<ClInclude Include="..\..\..\src\jrd\SystemTriggers.h" />
<ClInclude Include="..\..\..\src\jrd\Tablespace.h" />
<ClInclude Include="..\..\..\src\jrd\TempSpace.h" />
<ClInclude Include="..\..\..\src\jrd\TimeZone.h" />
<ClInclude Include="..\..\..\src\jrd\tpc_proto.h" />
Expand Down
6 changes: 6 additions & 0 deletions builds/win32/msvc15/engine_static.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,9 @@
<ClCompile Include="..\..\..\src\jrd\Routine.cpp">
<Filter>JRD files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\jrd\Tablespace.cpp">
<Filter>JRD files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\jrd\Mapping.cpp">
<Filter>JRD files</Filter>
</ClCompile>
Expand Down Expand Up @@ -1106,6 +1109,9 @@
<ClInclude Include="..\..\..\src\dsql\TablespaceNodes.h">
<Filter>Header files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\jrd\Tablespace.h">
<Filter>Header files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\jrd\InitCDSLib.h">
<Filter>Header files</Filter>
</ClInclude>
Expand Down

0 comments on commit 362ee8d

Please sign in to comment.