X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=installer%2FMakefile;h=d76f9159c2cfd69d236a9e961446277093cffad9;hb=1b806a1e99e7e6009f9a37bab11ab7a5fb1b1d9c;hp=73725f2b402961c04eadac77207829986c1be53e;hpb=71161b31b57fe6863ce8e43cd481ed105520c32e;p=swftools.git diff --git a/installer/Makefile b/installer/Makefile index 73725f2..d76f915 100644 --- a/installer/Makefile +++ b/installer/Makefile @@ -8,13 +8,13 @@ all: files1.exe files2.exe uninstall.exe mkarchive LIBS=-lgdi32 -lshlwapi -lcomctl32 -lshell32 -lole32 -luuid -files1.c: ../win32/*.exe mkarchive +files1.c: ../win32/*.exe mkarchive uninstall.exe cp uninstall.exe ../win32/ CWD=`pwd` cd ../win32;../installer/mkarchive `find` mv ../win32/crnfiles.c ./files1.c -files2.c: ../win32_gui/*.exe ../win32_gui/*.swf mkarchive +files2.c: ../win32_gui/*.exe ../win32_gui/*.swf mkarchive uninstall.exe cp uninstall.exe ../win32_gui/ CWD=`pwd` cd ../win32_gui;../installer/mkarchive `find`