[ros-diffs] [cfinck] 31393: - Add a macro file for the MinGW prompt as well - Add SCUT to the macro file, it's also handy at the MinGW prompt :-) - Remove EmuandCo's "Added a Security Prompt to clean.cmd..." entry from the changelog, the prompt has already been removed

cfinck at svn.reactos.org cfinck at svn.reactos.org
Sat Dec 22 14:13:03 CET 2007


Author: cfinck
Date: Sat Dec 22 16:13:02 2007
New Revision: 31393

URL: http://svn.reactos.org/svn/reactos?rev=31393&view=rev
Log:
- Add a macro file for the MinGW prompt as well
- Add SCUT to the macro file, it's also handy at the MinGW prompt :-)
- Remove EmuandCo's "Added a Security Prompt to clean.cmd..." entry from the changelog, the prompt has already been removed

Added:
    trunk/tools/RosBE/RosBE-Windows/Root/MinGW.mac   (with props)
Modified:
    trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
    trunk/tools/RosBE/RosBE-Windows/Root/MinGW.cmd

Modified: trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt?rev=31393&r1=31392&r2=31393&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt Sat Dec 22 16:13:02 2007
@@ -4,7 +4,7 @@
    - Removed an used var. (Pierre Schweitzer)
 
 - Added a "all" switch to clean.cmd to do both jobs, deleting Compiler Output AND Logs in one process. (Daniel Reimer)
-- Added a Security Prompt to clean.cmd to not accidentally delete all Built stuff. (Daniel Reimer)
+- Add a macro file for the MinGW prompt and add SCUT to this macro file (Colin Finck)
 
 *** December 8th, 2007 - RosBE 1.1 Released
 

Modified: trunk/tools/RosBE/RosBE-Windows/Root/MinGW.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/MinGW.cmd?rev=31393&r1=31392&r2=31393&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/MinGW.cmd (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/MinGW.cmd Sat Dec 22 16:13:02 2007
@@ -38,8 +38,6 @@
 ::
 for /f "usebackq" %%i in (`"%_ROSBE_BASEDIR%\Tools\cpucount.exe" -x1`) do set CPUCOUNT=%%i
 
-doskey CHDEFGCC = "%_ROSBE_BASEDIR%\chdefgcc.cmd" $*
-doskey MAKE = "%_ROSBE_MINGWMAKE%" $*
-doskey MAKEX = "%_ROSBE_MINGWMAKE%" -j %CPUCOUNT% $*
+doskey /macrofile="%_ROSBE_BASEDIR%\MinGW.mac"
 
 :EOC

Added: trunk/tools/RosBE/RosBE-Windows/Root/MinGW.mac
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/MinGW.mac?rev=31393&view=auto
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/MinGW.mac (added)
+++ trunk/tools/RosBE/RosBE-Windows/Root/MinGW.mac Sat Dec 22 16:13:02 2007
@@ -1,0 +1,4 @@
+CHDEFGCC   = "%_ROSBE_BASEDIR%\chdefgcc.cmd" $*
+MAKE       = "%_ROSBE_MINGWMAKE%" $*
+MAKEX      = "%_ROSBE_MINGWMAKE%" -j %CPUCOUNT% $*
+SCUT       = "%_ROSBE_BASEDIR%\scut.cmd" $*

Propchange: trunk/tools/RosBE/RosBE-Windows/Root/MinGW.mac
------------------------------------------------------------------------------
    svn:eol-style = native




More information about the Ros-diffs mailing list