You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by nl...@apache.org on 2005/01/29 14:30:41 UTC

svn commit: r149037 - /httpd/mod_python/trunk/dist/build_installer.bat

Author: nlehuen
Date: Sat Jan 29 05:30:40 2005
New Revision: 149037

URL: http://svn.apache.org/viewcvs?view=rev&rev=149037
Log:
Added a Win32 batch file to build the Win32 installer.
Added:
   httpd/mod_python/trunk/dist/build_installer.bat

Added: httpd/mod_python/trunk/dist/build_installer.bat
Url: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/dist/build_installer.bat?view=auto&rev=149037
==============================================================================
--- (empty file)
+++ httpd/mod_python/trunk/dist/build_installer.bat	Sat Jan 29 05:30:40 2005
@@ -0,0 +1,21 @@
+@echo off
+rem Copyright 2004 Apache Software Foundation
+rem  
+rem  Licensed under the Apache License, Version 2.0 (the "License");
+rem  you may not use this file except in compliance with the License.
+rem  You may obtain a copy of the License at
+rem  
+rem      http://www.apache.org/licenses/LICENSE-2.0
+rem  
+rem  Unless required by applicable law or agreed to in writing, software
+rem  distributed under the License is distributed on an "AS IS" BASIS,
+rem  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem  See the License for the specific language governing permissions and
+rem  limitations under the License.
+rem  
+rem Originally developed by Gregory Trubetskoy.
+rem  
+rem $Id: Makefile.in 106619 2004-11-25 22:10:52Z nd $
+rem
+rem This script builds the installer for Windows
+python setup.py.in bdist_wininst --install-script win32_postinstall.py
\ No newline at end of file