makefile.am

来自「用Glade编写Xscale处理器的图形界面程序」· AM 代码 · 共 16 行

AM
16
字号
## Process this file with automake to produce Makefile.inINCLUDES = \	@GTK_CFLAGS@bin_PROGRAMS = project1project1_SOURCES = \	main.c \	support.c support.h \	interface.c interface.h \	callbacks.c callbacks.hproject1_LDADD = @GTK_LIBS@

⌨️ 快捷键说明

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