Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1800 - 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: r1800 - development/main
  • Date: Fri, 18 Feb 2005 06:53:17 +0100

Author: mcconnell
Date: Fri Feb 18 06:53:16 2005
New Revision: 1800

Modified:
development/main/build.bat
Log:
for niclas

Modified: development/main/build.bat
==============================================================================
--- development/main/build.bat (original)
+++ development/main/build.bat Fri Feb 18 06:53:16 2005
@@ -1,12 +1,15 @@

-echo off
+echo on

set ID=%2
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%] )
-GOTO end
+IF "%TARGET%" == "" set TARGET=all
+IF "%TARGET%" == "home" CALL :home
+IF "%TARGET%" == "transit" CALL :home
+IF "%TARGET%" == "magic" CALL :magic
+IF "%TARGET%" == "metro" CALL :metro
+IF "%TARGET%" == "all" CALL :all
+goto end

:all
CALL :home



  • svn commit: r1800 - development/main, mcconnell, 02/18/2005

Archive powered by MHonArc 2.6.24.

Top of Page