For Windows VC builds, share the .rc files moved into build directory.

This commit is contained in:
Nigel Stewart 2012-07-17 22:06:18 -05:00
parent 3e2ee26c7e
commit cad03beb35
9 changed files with 9 additions and 9 deletions

View File

@ -40,7 +40,7 @@ TOP = ..
I.DEST = $(TOP)/include/GL I.DEST = $(TOP)/include/GL
S.DEST = $(TOP)/src S.DEST = $(TOP)/src
D.DEST = $(TOP)/doc D.DEST = $(TOP)/doc
B.DEST = $(TOP)/build/vc6 B.DEST = $(TOP)/build
I.TARGETS = \ I.TARGETS = \
$(I.DEST)/glew.h \ $(I.DEST)/glew.h \

View File

@ -259,7 +259,7 @@
<ClInclude Include="..\..\include\GL\wglew.h" /> <ClInclude Include="..\..\include\GL\wglew.h" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ResourceCompile Include="glew.rc" /> <ResourceCompile Include="..\glew.rc" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">

View File

@ -229,7 +229,7 @@
<ClInclude Include="..\..\include\GL\wglew.h" /> <ClInclude Include="..\..\include\GL\wglew.h" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ResourceCompile Include="glew.rc" /> <ResourceCompile Include="..\glew.rc" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">

View File

@ -239,7 +239,7 @@
<ClCompile Include="..\..\src\glewinfo.c" /> <ClCompile Include="..\..\src\glewinfo.c" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ResourceCompile Include="glewinfo.rc" /> <ResourceCompile Include="..\glewinfo.rc" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">

View File

@ -239,7 +239,7 @@
<ClCompile Include="..\..\src\visualinfo.c" /> <ClCompile Include="..\..\src\visualinfo.c" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ResourceCompile Include="visualinfo.rc" /> <ResourceCompile Include="..\visualinfo.rc" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">

View File

@ -177,7 +177,7 @@ SOURCE=..\..\include\GL\wglew.h
# PROP Default_Filter "" # PROP Default_Filter ""
# Begin Source File # Begin Source File
SOURCE=.\glew.rc SOURCE=..\glew.rc
# End Source File # End Source File
# End Group # End Group
# End Target # End Target

View File

@ -155,7 +155,7 @@ SOURCE=..\..\include\GL\wglew.h
# PROP Default_Filter "" # PROP Default_Filter ""
# Begin Source File # Begin Source File
SOURCE=.\glew.rc SOURCE=..\glew.rc
# End Source File # End Source File
# End Group # End Group
# End Target # End Target

View File

@ -152,7 +152,7 @@ SOURCE=..\..\src\glewinfo.c
# PROP Default_Filter "" # PROP Default_Filter ""
# Begin Source File # Begin Source File
SOURCE=.\glewinfo.rc SOURCE=..\glewinfo.rc
# End Source File # End Source File
# End Group # End Group
# End Target # End Target

View File

@ -152,7 +152,7 @@ SOURCE=..\..\src\visualinfo.c
# PROP Default_Filter "" # PROP Default_Filter ""
# Begin Source File # Begin Source File
SOURCE=.\visualinfo.rc SOURCE=..\visualinfo.rc
# End Source File # End Source File
# End Group # End Group
# End Target # End Target