[geos-commits] r2262 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Jan 29 13:51:22 EST 2009


Author: mloskot
Date: 2009-01-29 13:51:22 -0500 (Thu, 29 Jan 2009)
New Revision: 2262

Added:
   trunk/autogen.bat
Removed:
   trunk/bootstrap.bat
Log:
Renamed bootstrap.bat to autogen.bat for easier guass of the script purpose. Wiki updated.

Copied: trunk/autogen.bat (from rev 2261, trunk/bootstrap.bat)
===================================================================
--- trunk/autogen.bat	                        (rev 0)
+++ trunk/autogen.bat	2009-01-29 18:51:22 UTC (rev 2262)
@@ -0,0 +1,17 @@
+ at ECHO OFF
+REM $Id$
+REM
+REM This script generates headers for use with Visual C++ only
+REM
+REM Usage:
+REM .\autogen.bat
+REM nmake -f makefile.vc
+REM
+REM NOTE: DO NOT include this script in GEOS sources distribution
+REM
+
+set GEOS_HEADERS=source\headers\geos
+
+COPY %GEOS_HEADERS%\version.h.vc %GEOS_HEADERS%\version.h 
+COPY %GEOS_HEADERS%\platform.h.vc %GEOS_HEADERS%\platform.h
+COPY capi\geos_c.h.in capi\geos_c.h


Property changes on: trunk/autogen.bat
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:mergeinfo
   + 

Deleted: trunk/bootstrap.bat
===================================================================
--- trunk/bootstrap.bat	2009-01-28 01:06:46 UTC (rev 2261)
+++ trunk/bootstrap.bat	2009-01-29 18:51:22 UTC (rev 2262)
@@ -1,17 +0,0 @@
- at ECHO OFF
-REM $Id$
-REM
-REM This script generates headers for use with Visual C++ only
-REM
-REM Usage:
-REM .\bootstrap.bat
-REM nmake -f makefile.vc
-REM
-REM NOTE: DO NOT include this script in GEOS sources distribution
-REM
-
-set GEOS_HEADERS=source\headers\geos
-
-COPY %GEOS_HEADERS%\version.h.vc %GEOS_HEADERS%\version.h 
-COPY %GEOS_HEADERS%\platform.h.vc %GEOS_HEADERS%\platform.h
-COPY capi\geos_c.h.in capi\geos_c.h



More information about the geos-commits mailing list