Update of /cvsroot/freevo/freevo/runtime
In directory sc8-pr-cvs1:/tmp/cvs-serv11432

Modified Files:
        Makefile 
Log Message:
Runtime fixes.


Index: Makefile
===================================================================
RCS file: /cvsroot/freevo/freevo/runtime/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Makefile    9 Nov 2003 16:36:46 -0000       1.21
--- Makefile    9 Nov 2003 19:35:46 -0000       1.22
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.22  2003/11/09 19:35:46  rshortt
+ # Runtime fixes.
+ #
  # Revision 1.21  2003/11/09 16:36:46  rshortt
  # Some pygphoto and gphoto plugin fixes.
***************
*** 99,102 ****
--- 102,107 ----
  include package_list.mk
  
+ RUNTIME_VERSION="0.2"
+ 
  COPY_BASE=`pwd`
  
***************
*** 143,148 ****
  
  runtime_release: runapp_static copy
!       rm -f runtime.tar.gz
!       tar zcvhf runtime.tar.gz runapp apps lib dll preloads
  
  # Copy the libraries, programs etc to this directory
--- 148,155 ----
  
  runtime_release: runapp_static copy
!       rm -f ../freevo-runtime-$(RUNTIME_VERSION).tar.gz
!       cd ..; \
!       tar zcvhf freevo-runtime-$(RUNTIME_VERSION).tar.gz runtime/runapp runtime/apps 
runtime/lib runtime/dll runtime/preloads ; \
!       cd -
  
  # Copy the libraries, programs etc to this directory




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to