⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.linux

📁 学习gui的很不错的参考。基于arm的linux操作系统的minGUI图形库
💻 LINUX
字号:
#----------------------------------------------------------------------# Configuration Section#----------------------------------------------------------------------# Source directory.srcdir = $(shell sh -c pwd)# Common prefix for installation directories.# NOTE: This directory must exist when you start the install.# NOTE: Don't modify TOPDIR.TOPDIR=prefix = $(TOPDIR)/usr/localexec_prefix = $(prefix)# Directory where the shared stubs and static library will be installed.libdir = $(prefix)/lib# Directory where the shared library will be installed.sharedlibdir = $(prefix)/lib# Directory where the resource files will be installed.resdir = $(prefix)/lib/minigui# Directory where the demos will be installed.bindir = $(exec_prefix)/bin/minigui# Directory where the run-time configuration files will be installed.cfgdir = $(TOPDIR)/etc# Directory where the header files will be installed.includedir = $(prefix)/include/minigui# Directory where the man files will be installed.mandir = $(prefix)/man#----------------------------------------------------------------------# Compiler Section -- don't edit following lines.#----------------------------------------------------------------------# Compiler used.CC       = gccCFLAGS   = $(WARN) $(INCLUDES) $(OPTIMIZE) $(DEFINES)WARN     = -WallOPTIMIZE = -fomit-frame-pointer -fno-strength-reduce -O2 -pipe -m486DEFINES  = -D_REENTRANT# Utilites used.AR    = arINSTALL_DIR     = install -c -m 755 -o root -g root -dINSTALL_PROGRAM = install -c -s -m 4755 -o root -g binINSTALL_SHLIB   = install -c -m 755 -o root -g binINSTALL_LIB     = install -c -m 444 -o root -g binINSTALL_DATA    = install -c -m 644 -o root -g binMAKE = make 

⌨️ 快捷键说明

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