makefile_options.ini

来自「易语言IDE源代码」· INI 代码 · 共 19 行

INI
19
字号
[Makefile_options]
version=1
project-name=myefn
project-description=
project-path=.
project-other-pathes=../../../source
output-file=我库.efn
output-file-type=so
source-file-extensions=cpp;c;
source-file-exclude-paths=
source-file-exclude-files=
source-file-exclude-all-subdir=no
compiler=g++
compile-flags=-s -O3 -w -fPIC -c -D _LINUX -D NDEBUG -D _UNICODE -D UNICODE -finput-charset=GB18030
link-flags=-s -O3 -shared
include-pathes=. -I../../../include
lib-pathes=.
libs=

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?