Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1799 - development/main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1799 - development/main
  • Date: Thu, 17 Feb 2005 09:12:16 +0100

Author: mcconnell
Date: Thu Feb 17 09:12:16 2005
New Revision: 1799

Modified:
development/main/build.bat
Log:
fix convinience script

Modified: development/main/build.bat
==============================================================================
--- development/main/build.bat (original)
+++ development/main/build.bat Thu Feb 17 09:12:16 2005
@@ -5,21 +5,7 @@
set TARGET=%1
IF "%TARGET%" == "" set TARGET="all"

-IF %TARGET% == transit (
- CALL :home
-) ELSE IF %TARGET% == "home" (
- CALL :home
-) ELSE IF %TARGET% == magic (
- CALL :magic
-) ELSE IF %TARGET% == metro (
- CALL :magic
-) ELSE IF %TARGET% == all (
- CALL :all
-} ELSE (
- ECHO Invalid target [%TARGET%]
- ECHO Recognized target include: 'all', 'transit', 'magic', and 'metro'.
- GOTO end
-)
+IF %TARGET% == transit ( CALL :home ) ELSE IF %TARGET% == "home" ( CALL
:home ) ELSE IF %TARGET% == magic ( CALL :magic ) ELSE IF %TARGET% == metro (
CALL :magic ) ELSE IF %TARGET% == all ( CALL :all ) ELSE ( ECHO Invalid
target [%TARGET%] )
GOTO end

:all



  • svn commit: r1799 - development/main, mcconnell, 02/17/2005

Archive powered by MHonArc 2.6.24.

Top of Page