📄 makefile.list
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -