Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/glew.pc.in')
-rw-r--r--Libraries/glew-2.0.0/glew.pc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/Libraries/glew-2.0.0/glew.pc.in b/Libraries/glew-2.0.0/glew.pc.in
deleted file mode 100644
index 6d3d070f..00000000
--- a/Libraries/glew-2.0.0/glew.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=${prefix}
-libdir=@libdir@
-includedir=${prefix}/include
-
-Name: glew
-Description: The OpenGL Extension Wrangler library
-Version: @version@
-Cflags: -I${includedir} @cflags@
-Libs: -L${libdir} -l@libname@
-Requires: @requireslib@