[MPlayer-dev-eng] [PATCH] cygwin version
Joey Parrish
joey at nicewarrior.org
Tue Nov 18 20:25:19 CET 2003
On Tue, Nov 18, 2003 at 01:22:43PM -0600, Joey Parrish wrote:
> Hello,
>
> Attached is a patch to set version.h stuff appropriately for cygwin.
> Okay to commit?
Wow, the patch itself would help, huh?
How's this?
--Joey
--
All philosophy is naive.
-------------- next part --------------
Set the version appropriately for us cygwin folk
diff -ur main.cvs/version.sh main.dev/version.sh
--- main.cvs/version.sh 2003-07-15 20:17:49.000000000 -0500
+++ main.dev/version.sh 2003-10-10 01:16:18.000000000 -0500
@@ -2,6 +2,9 @@
OS=`uname -s`
case "$OS" in
+ CYGWIN*)
+ last_cvs_update=`date -r CVS/Entries +%y%m%d-%H:%M 2>/dev/null`
+ ;;
Linux)
last_cvs_update=`date -r CVS/Entries +%y%m%d-%H:%M 2>/dev/null`
;;
More information about the MPlayer-dev-eng
mailing list