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

📄 makefile.am

📁 魔兽解压DBC的一些功能代码,专门用来分解魔兽客户端所使用的代码
💻 AM
字号:
# The input Makefile for the main mpq-tools

lib_LTLIBRARIES		= libmpq.la
noinst_HEADERS		= explode.h huffman.h wave.h common.h

# The directory where the include files will be installed.
libmpq_includedir	= $(includedir)/libmpq

# Which header files to install.
libmpq_include_HEADERS	= mpq.h

libmpq_la_SOURCES	= $(GENERAL_SRCS)
libmpq_la_LDFLAGS	= -release $(LIBMPQ_VERSION)
libmpq_la_LIBADD	= @Z_LIBS@

GENERAL_SRCS =			\
	common.c		\
	huffman.c		\
	extract.c		\
	explode.c		\
	mpq.c			\
	parser.c		\
	wave.c

⌨️ 快捷键说明

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