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

📄 makefile.am

📁 linux下的MPEG1
💻 AM
字号:
include $(top_srcdir)/misc/Makefile.commonLIBTOOL = $(SHELL) $(top_builddir)/libtoolEXTRA_DIST = stubs.s wrapper.Snoinst_LTLIBRARIES = $(wine_lib)AM_CFLAGS = $(X_CFLAGS) @W32_NO_OPTIMIZE@ \	-Wmissing-prototypes -Wimplicit-function-declaration \	-DWIN32_PATH=\"@w32_path@\" -I$(srcdir)/.. -D__WINE__ \	-Ddbg_printf=__vprintf -DTRACE=__vprintf# CFLAGS is here to filter out -fomit-frame-pointer,# -finline-functions and -frename-registers because they cause bad# behavior of wineCFLAGS = `echo @CFLAGS@ | sed -e 's/-fomit-frame-pointer//g;s/-finline-functions//g;s/-frename-registers//g'`if HAVE_W32DLLwine_lib = libwine.laendiflibwine_la_SOURCES = \	afl.c \	driver.c \	elfdll.c \	ext.c \	ldt_keeper.c \	module.c \	pe_image.c  \	pe_resource.c \	resource.c \	registry.c \	vfl.c \	win32.c \	stubs.s \	wrapper.S noinst_HEADERS = \	avifmt.h \	basetsd.h \	com.h \	debugtools.h \	driver.h \	elfdll.h \	ext.h \	heap.h \	ldt.h \	ldt_keeper.h \	loader.h \	mmreg.h \	module.h \	msacm.h \	msacmdrv.h \	ntdef.h \	pe_image.h \	poppack.h \	pshpack1.h \	pshpack2.h \	pshpack4.h \	pshpack8.h \	registry.h \	resource.h \	vfw.h \	win32.h\	wineacm.h \	winbase.h \	windef.h \	windows.h \	winerror.h \	winestring.h \	winnt.h \	winreg.h \	winuser.h \	wrapper.h

⌨️ 快捷键说明

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