makefile.am

来自「ANFY特效」· AM 代码 · 共 22 行

AM
22
字号
## Process this file with automake to produce Makefile.inINCLUDES = \	-I$(top_srcdir)/intl \	@GTK_CFLAGS@bin_PROGRAMS = anfyanfy_SOURCES = \	main.c main.h\	support.c support.h \	dialogs.c dialogs.h \	dialogs1.c dialogs2.c dialogs3.c \	dialogs4.c dialogs5.c dialogs6.c \	callback.c callback.h \	validate.c restore.c save.c \	custom.c custom.h html.c \	misc.c misc.h \	jpeg.c jpeg.h netscape.c fonts.canfy_LDADD = @GTK_LIBS@ $(INTLLIBS) -lXmu

⌨️ 快捷键说明

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