Skip to content

Commit 9046f49

Browse files
committed
Fix location of dsc_pub.h in VS project
1 parent c4e1eb9 commit 9046f49

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

builds/win32/msvc15/common.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@
188188
<ClInclude Include="..\..\..\src\common\dllinst.h" />
189189
<ClInclude Include="..\..\..\src\common\dsc.h" />
190190
<ClInclude Include="..\..\..\src\common\dsc_proto.h" />
191-
<ClInclude Include="..\..\..\src\common\dsc_pub.h" />
192191
<ClInclude Include="..\..\..\src\common\DynamicStrings.h" />
193192
<ClInclude Include="..\..\..\src\common\dyntable.h" />
194193
<ClInclude Include="..\..\..\src\common\enc_proto.h" />
@@ -237,6 +236,7 @@
237236
<ClInclude Include="..\..\..\src\common\utils_proto.h" />
238237
<ClInclude Include="..\..\..\src\common\xdr.h" />
239238
<ClInclude Include="..\..\..\src\common\xdr_proto.h" />
239+
<ClInclude Include="..\..\..\src\include\firebird\impl\dsc_pub.h" />
240240
</ItemGroup>
241241
<PropertyGroup Label="Globals">
242242
<ProjectGuid>{15605F44-BFFD-444F-AD4C-55DC9D704465}</ProjectGuid>
@@ -422,4 +422,4 @@
422422
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
423423
<ImportGroup Label="ExtensionTargets">
424424
</ImportGroup>
425-
</Project>
425+
</Project>

builds/win32/msvc15/common.vcxproj.filters

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,6 @@
296296
<ClInclude Include="..\..\..\src\common\dsc_proto.h">
297297
<Filter>headers</Filter>
298298
</ClInclude>
299-
<ClInclude Include="..\..\..\src\common\dsc_pub.h">
300-
<Filter>headers</Filter>
301-
</ClInclude>
302299
<ClInclude Include="..\..\..\src\common\dyntable.h">
303300
<Filter>headers</Filter>
304301
</ClInclude>
@@ -623,5 +620,8 @@
623620
<ClInclude Include="..\..\..\src\common\classes\TimerImpl.h">
624621
<Filter>headers</Filter>
625622
</ClInclude>
623+
<ClInclude Include="..\..\..\src\include\firebird\impl\dsc_pub.h">
624+
<Filter>headers</Filter>
625+
</ClInclude>
626626
</ItemGroup>
627-
</Project>
627+
</Project>

0 commit comments

Comments
 (0)