forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ogre next] update to 2.3.2 (microsoft#34902)
* update ogre-next to 2.3.2 * fix gz-cmake3 for windows * Fix pc static * fix RenderSystems include * remove conflict with ogre
- Loading branch information
Showing
10 changed files
with
79 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/CMake/Templates/OGREStatic.pc.in b/CMake/Templates/OGREStatic.pc.in | ||
--- a/CMake/Templates/OGREStatic.pc.in | ||
+++ b/CMake/Templates/OGREStatic.pc.in | ||
@@ -1,13 +1,13 @@ | ||
prefix=@OGRE_PREFIX_PATH@ | ||
exec_prefix=${prefix} | ||
libdir=${prefix}/@OGRE_LIB_DIRECTORY@ | ||
includedir=${prefix}/include | ||
-plugindir=${libdir}/OGRE | ||
+plugindir=${libdir}/@OGRE_NEXT_PREFIX@ | ||
|
||
-Name: OGRE (static lib) | ||
+Name: @OGRE_NEXT_PREFIX@ (static lib) | ||
Description: Object-Oriented Graphics Rendering Engine | ||
Version: @OGRE_VERSION@ | ||
URL: http://www.ogre3d.org | ||
Requires: freetype2, zziplib, x11, xt, xaw7, gl | ||
-Libs: -L${libdir} -L${plugindir} -lOgreMain@OGRE_LIB_SUFFIX@ @OGRE_ADDITIONAL_LIBS@ | ||
-Cflags: -I${includedir} -I${includedir}/OGRE @OGRE_CFLAGS@ | ||
+Libs: -L${libdir} -L${plugindir} -l@OGRE_NEXT@Main@OGRE_LIB_SUFFIX@ @OGRE_ADDITIONAL_LIBS@ | ||
+Cflags: -I${includedir} -I${includedir}/@OGRE_NEXT_PREFIX@ @OGRE_CFLAGS@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters