Update of /cvsroot/pure-data/packages/win32_inno In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20478
Modified Files: Makefile pd-inno.iss.in Log Message: Inno Setup now runs headless from the command line
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile 21 Jul 2006 00:22:52 -0000 1.15 --- Makefile 14 Sep 2006 01:01:17 -0000 1.16 *************** *** 30,35 ****
package: $(PD_INNO_SETUP) ! start $(PD_INNO_SETUP) ! # start "c:\Program Files\Inno Setup 5\Compil32.exe /cc C:\msys\1.0\\home\**\packages\win32_inno\pd-inno.iss" @echo " " @echo "win32_inno install succeeded!" --- 30,37 ----
package: $(PD_INNO_SETUP) ! ## this pops up the GUI app ! # start $(PD_INNO_SETUP) ! ## this compiles the package on the command line ! /c/Program\ Files/Inno\ Setup\ 5/ISCC.exe $(PD_INNO_SETUP) @echo " " @echo "win32_inno install succeeded!" *************** *** 46,50 **** make -C $(pd_src)/src -f makefile.mingw $(DEST_PATHS) install
! install: pd_install prebuilt_install lib_install exe_install @echo " " @echo "win32_inno install succeeded!" --- 48,52 ---- make -C $(pd_src)/src -f makefile.mingw $(DEST_PATHS) install
! install: pd_install prebuilt_install lib_install exe_install gripd_hack @echo " " @echo "win32_inno install succeeded!" *************** *** 100,103 **** --- 102,110 ---- cp -a /c/Program\ Files/pd-0.38-4 $(DESTDIR)$(prefix)/
+ gripd_hack: GRIPD_ZIP=$(CWD)/gripd-0.1.1.zip + gripd_hack: + test -e $(GRIPD_ZIP) && \ + cd $(DESTDIR)$(prefix) && unzip $(GRIPD_ZIP) + $(PD_INNO_SETUP): $(PD_INNO_SETUP).in @echo "Making Inno Setup file: $(PD_INNO_SETUP)"
Index: pd-inno.iss.in =================================================================== RCS file: /cvsroot/pure-data/packages/win32_inno/pd-inno.iss.in,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** pd-inno.iss.in 15 Apr 2006 17:11:35 -0000 1.7 --- pd-inno.iss.in 14 Sep 2006 01:01:17 -0000 1.8 *************** *** 46,52 ****
! [Run] ; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required. ! Filename: {app}\bin\pd.exe; Description: Launch Pure Data; Flags: nowait postinstall skipifsilent
[UninstallDelete] --- 46,52 ----
! ;[Run] ; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required. ! ;Filename: {app}\bin\pd.exe; Description: Launch Pure Data; Flags: nowait postinstall skipifsilent
[UninstallDelete]