makefile.am

来自「一个小巧的嵌入式图形系统wGUI, 可以用VC编译」· AM 代码 · 共 55 行

AM
55
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?