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

📄 makefile.am

📁 一个小巧的嵌入式图形系统wGUI, 可以用VC编译
💻 AM
字号:
## Process this file with automake to produce Makefile.inINCLUDES = @WGUI_INCLUDES@CXXFLAGS = -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes\	 -O0 -g -DDEBUG @WGUI_CFLAGS@## CXXFLAGS = -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes\##	 -O2 -g @WGUI_CFLAGS@## CXXFLAGS = @WGUI_CFLAGS@ -O0 -DDEBUGlib_LIBRARIES = libwguid.alibwguid_a_SOURCES = \	std_ex.cpp \	wg_application.cpp \	wg_button.cpp \	wg_checkbox.cpp \	wg_color.cpp \	wg_config_store.cpp \	wg_dropdown.cpp \	wg_editbox.cpp \	wg_fontengine.cpp \	wg_frame.cpp \	wg_groupbox.cpp \	wg_label.cpp \	wg_listbox.cpp \	wg_menu.cpp \	wg_message.cpp \	wg_message_client.cpp \	wg_message_server.cpp \	wg_messagebox.cpp \	wg_painter.cpp \	wg_picture.cpp \	wg_point.cpp \	wg_progress.cpp \	wg_rect.cpp \	wg_renderedstring.cpp \	wg_scrollbar.cpp \	wg_tab.cpp \	wg_textbox.cpp \	wg_timer.cpp \	wg_tree.cpp \	wg_view.cpp \	wg_window.cpp \	wg_toolbar.cpp \	wg_tooltip.cpp \	wg_resources.cpp \	wg_resource_handle.cpp## libwguid_a_LDFLAGS =## libwguid_a_LIBADD = @WGUI_LIBS@

⌨️ 快捷键说明

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