mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
For Windows VC builds, share the .rc files moved into build directory.
This commit is contained in:
parent
3e2ee26c7e
commit
cad03beb35
@ -40,7 +40,7 @@ TOP = ..
|
||||
I.DEST = $(TOP)/include/GL
|
||||
S.DEST = $(TOP)/src
|
||||
D.DEST = $(TOP)/doc
|
||||
B.DEST = $(TOP)/build/vc6
|
||||
B.DEST = $(TOP)/build
|
||||
|
||||
I.TARGETS = \
|
||||
$(I.DEST)/glew.h \
|
||||
|
@ -259,7 +259,7 @@
|
||||
<ClInclude Include="..\..\include\GL\wglew.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="glew.rc" />
|
||||
<ResourceCompile Include="..\glew.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
@ -229,7 +229,7 @@
|
||||
<ClInclude Include="..\..\include\GL\wglew.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="glew.rc" />
|
||||
<ResourceCompile Include="..\glew.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
@ -239,7 +239,7 @@
|
||||
<ClCompile Include="..\..\src\glewinfo.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="glewinfo.rc" />
|
||||
<ResourceCompile Include="..\glewinfo.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
@ -239,7 +239,7 @@
|
||||
<ClCompile Include="..\..\src\visualinfo.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="visualinfo.rc" />
|
||||
<ResourceCompile Include="..\visualinfo.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
@ -177,7 +177,7 @@ SOURCE=..\..\include\GL\wglew.h
|
||||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\glew.rc
|
||||
SOURCE=..\glew.rc
|
||||
# End Source File
|
||||
# End Group
|
||||
# End Target
|
||||
|
@ -155,7 +155,7 @@ SOURCE=..\..\include\GL\wglew.h
|
||||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\glew.rc
|
||||
SOURCE=..\glew.rc
|
||||
# End Source File
|
||||
# End Group
|
||||
# End Target
|
||||
|
@ -152,7 +152,7 @@ SOURCE=..\..\src\glewinfo.c
|
||||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\glewinfo.rc
|
||||
SOURCE=..\glewinfo.rc
|
||||
# End Source File
|
||||
# End Group
|
||||
# End Target
|
||||
|
@ -152,7 +152,7 @@ SOURCE=..\..\src\visualinfo.c
|
||||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\visualinfo.rc
|
||||
SOURCE=..\visualinfo.rc
|
||||
# End Source File
|
||||
# End Group
|
||||
# End Target
|
||||
|
Loading…
Reference in New Issue
Block a user