X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=installer%2FMakefile;h=9a3c7649273039d168b123890e6bdcd0b28375b5;hb=dc3edb13b7ab579de51496193b78e8c26790d512;hp=bcf9952071a28b3003e9a652f93e4b7af2398535;hpb=0d64c8c660f08c8e21f2ff3d315d5419be1b1ce3;p=swftools.git diff --git a/installer/Makefile b/installer/Makefile index bcf9952..9a3c764 100644 --- a/installer/Makefile +++ b/installer/Makefile @@ -36,20 +36,17 @@ license.o: $(LICENSE) installer.o: installer.c installer.h depack.h archive.h ../lib/os.h $(CC) -c installer.c -o installer.o -os.o: ../lib/os.c ../lib/os.h - $(CC) -c ../lib/os.c -o os.o - installer.coff: installer.rc swftools.ico installer.h $(WINDRES) installer.rc -O coff -F pe-i386 -o installer.coff -%.exe: %.c installer.o license.o depack.o archive.o depack.h os.o installer.coff Makefile - $(CC) installer.o depack.o license.o archive.o os.o installer.coff $< -o $@ $(LIBS) +%.exe: %.c installer.o license.o depack.o archive.o depack.h installer.coff Makefile + $(CC) installer.o depack.o license.o archive.o installer.coff $< -o $@ $(LIBS) $(STRIP) $@ ./makegui $@ #upx -9 --best $@ 2>/dev/null || true -#installer.exe: installer.c depack.o archive.o depack.h crnfiles.o os.o installer.coff Makefile -# $(CC) installer.c depack.o archive.o crnfiles.o os.o installer.coff -o installer.exe $(LIBS) +#installer.exe: installer.c depack.o archive.o depack.h crnfiles.o installer.coff Makefile +# $(CC) installer.c depack.o archive.o crnfiles.o installer.coff -o installer.exe $(LIBS) # $(STRIP) installer.exe # #./makegui installer.exe # #upx -9 --best installer.exe 2>/dev/null || true