~registry/codeblocks/trunk

682 by mandrav
* Fixing GNU build system
1
prefix=@prefix@
2
exec_prefix=@exec_prefix@
3
libdir=@libdir@
4
includedir=@includedir@
2884 by daniel2000
- fixed undefined datarootdir in codeblocks.pc
5
datarootdir = @datarootdir@
682 by mandrav
* Fixing GNU build system
6
plugindir=@datadir@/@PACKAGE@/plugins
7
sharedir=@datadir@
8
9
Name: codeblocks
10
Description: Code::Blocks IDE
11
Version: @VERSION@
2145 by mandrav
* Removed AddLanguagePage() from wizards and replaced it with AddGenericSingleChoiceList().
12
Libs: -L${libdir} -lcodeblocks
2914 by mandrav
* First part of directories layout re-organization: moved all sdk header files to a new dir named "include".
13
Cflags: -I${includedir}/@PACKAGE@ \
14
			-I${includedir}/@PACKAGE@/tinyxml \
15
			-I${includedir}/@PACKAGE@/scripting/include \
16
			-I${includedir}/@PACKAGE@/scripting/bindings \
17
			-I${includedir}/@PACKAGE@/scripting/sqplus \
18
			-I${includedir}/@PACKAGE@/wxFlatNotebook/include \
19
			-I${includedir}/@PACKAGE@/wxscintilla/include