Revision: 385
          http://rpy.svn.sourceforge.net/rpy/?rev=385&view=rev
Author:   warnes
Date:     2007-11-29 16:55:28 -0800 (Thu, 29 Nov 2007)

Log Message:
-----------
Improve Win32 setup.bat build script

Modified Paths:
--------------
    trunk/rpy/setup.bat

Modified: trunk/rpy/setup.bat
===================================================================
--- trunk/rpy/setup.bat 2007-11-30 00:40:17 UTC (rev 384)
+++ trunk/rpy/setup.bat 2007-11-30 00:55:28 UTC (rev 385)
@@ -52,15 +52,19 @@
 REM Uncomment to clean up completely before starting
 python setup.py build clean --all
 
-REM Perform Local Install
-python setup.py build_ext --compiler=mingw32 build install --force
+REM Perform Local Build and Install
+python setup.py build_ext --compiler=mingw32 install --force
 
 REM Create Windows Installer
 python setup.py build --compiler=mingw32 bdist_wininst
 
-REM Finish batch file, but don't close the window.  This allows
-REM the user to see any messages that were generated, it also
-REM leaves the shell with the environment variables as we set
-REM them, making it easier for users to perform other actions
-REM in an appropriate environment
-EXIT /B
+echo Removing setup.cfg
+del setup.cfg
+
+REM Start a new command shell.  This accomplishes several things:
+REM (1) prevents the window from closing, thus allowing the user
+REM     to see any messages that were generated, it also
+REM (2) Leaves the user in a shell with the environment variables 
+REM     as we set them, making it easier for users to perform other
+REM     actions in an appropriate environment
+cmd /F:ON


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to