mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 00:07:09 -06:00
4.28 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
d66cf2fcf3
commit
32c73adef4
@@ -20,6 +20,7 @@ OBJS = \
|
||||
InBuffer.o \
|
||||
OutBuffer.o \
|
||||
FileStreams.o \
|
||||
StreamUtils.o \
|
||||
Alloc.o \
|
||||
C_FileIO.o \
|
||||
CommandLineParser.o \
|
||||
@@ -77,6 +78,9 @@ OutBuffer.o: ../../Common/OutBuffer.cpp
|
||||
FileStreams.o: ../../Common/FileStreams.cpp
|
||||
$(CXX) $(CFLAGS) ../../Common/FileStreams.cpp
|
||||
|
||||
StreamUtils.o: ../../Common/StreamUtils.cpp
|
||||
$(CXX) $(CFLAGS) ../../Common/StreamUtils.cpp
|
||||
|
||||
Alloc.o: ../../../Common/Alloc.cpp
|
||||
$(CXX) $(CFLAGS) ../../../Common/Alloc.cpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user