加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
codeblocks.pc.in 536 Bytes
一键复制 编辑 原始数据 按行查看 历史
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir = @datarootdir@
plugindir=@datadir@/@PACKAGE@/plugins
sharedir=@datadir@
Name: codeblocks
Description: Code::Blocks IDE
Version: @VERSION@
Libs: -L${libdir} -lcodeblocks
Cflags: -I${includedir}/@PACKAGE@ \
-I${includedir}/@PACKAGE@/tinyxml \
-I${includedir}/@PACKAGE@/scripting/include \
-I${includedir}/@PACKAGE@/scripting/bindings \
-I${includedir}/@PACKAGE@/scripting/sqplus \
-I${includedir}/@PACKAGE@/wxscintilla/include
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化