Use unzipfx approach for Windows zip executables
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0c00446480
commit
ebb4091a60
4 changed files with 17 additions and 22 deletions
2
deps/unzipfx/Makefile.win32
vendored
2
deps/unzipfx/Makefile.win32
vendored
|
@ -21,7 +21,7 @@ all: unzipfx2cat.exe
|
|||
unzipfx2cat.exe: $(OBJ)
|
||||
$(CC) $^ $(LINK_FLAGS) -o $@
|
||||
|
||||
icon.o: ../../../resources/ico/carla.rc
|
||||
icon.o: ../../utils/distrho.rc
|
||||
$(WINDRES) -i $< -o $@ -O coff
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue