From c897cc18f4e2db34325aa1f98f20af62d5b0ba8d Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 19 Jun 2008 20:29:50 +0000 Subject: [PATCH] make files depend on uninstall.exe --- installer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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` -- 1.7.10.4