makefile.list

来自「由7-zip提供的压缩、解压缩程序」· LIST 代码 · 共 51 行

LIST
51
字号
SRCS=\ ../Common/CodecsPath.cpp \ ../Common/InStreamWithCRC.cpp \ ../Common/OutStreamWithCRC.cpp \ ../Common/ParseProperties.cpp \ ../../Common/StreamUtils.cpp \ ../../Common/ProgressUtils.cpp \ ../../Compress/Copy/CopyCoder.cpp \ ./DllExports.cpp \ ./GZipHandler.cpp \ ./GZipHandlerOut.cpp \ ./GZipHeader.cpp \ ./GZipIn.cpp \ ./GZipOut.cpp \ ./GZipUpdate.cpp \ ../../../Windows/DLL.cpp \ ../../../Windows/PropVariant.cppDllExports.o : ./DllExports.cpp	$(CXX) $(CFLAGS) ./DllExports.cppDLL.o : ../../../Windows/DLL.cpp	$(CXX) $(CFLAGS) ../../../Windows/DLL.cppPropVariant.o : ../../../Windows/PropVariant.cpp	$(CXX) $(CFLAGS) ../../../Windows/PropVariant.cppCopyCoder.o : ../../Compress/Copy/CopyCoder.cpp	$(CXX) $(CFLAGS) ../../Compress/Copy/CopyCoder.cppGZipHandler.o : ./GZipHandler.cpp	$(CXX) $(CFLAGS) ./GZipHandler.cppGZipHandlerOut.o : ./GZipHandlerOut.cpp	$(CXX) $(CFLAGS) ./GZipHandlerOut.cppGZipHeader.o : ./GZipHeader.cpp	$(CXX) $(CFLAGS) ./GZipHeader.cppGZipIn.o : ./GZipIn.cpp	$(CXX) $(CFLAGS) ./GZipIn.cppGZipOut.o : ./GZipOut.cpp	$(CXX) $(CFLAGS) ./GZipOut.cppGZipUpdate.o : ./GZipUpdate.cpp	$(CXX) $(CFLAGS) ./GZipUpdate.cppProgressUtils.o : ../../Common/ProgressUtils.cpp	$(CXX) $(CFLAGS) ../../Common/ProgressUtils.cppCodecsPath.o : ../Common/CodecsPath.cpp	$(CXX) $(CFLAGS) ../Common/CodecsPath.cppInStreamWithCRC.o : ../Common/InStreamWithCRC.cpp	$(CXX) $(CFLAGS) ../Common/InStreamWithCRC.cppOutStreamWithCRC.o : ../Common/OutStreamWithCRC.cpp	$(CXX) $(CFLAGS) ../Common/OutStreamWithCRC.cppParseProperties.o : ../Common/ParseProperties.cpp	$(CXX) $(CFLAGS) ../Common/ParseProperties.cppStreamUtils.o : ../../Common/StreamUtils.cpp	$(CXX) $(CFLAGS) ../../Common/StreamUtils.cpp

⌨️ 快捷键说明

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