Author: martinf Date: Thu Oct 26 01:10:38 2006 New Revision: 24656
URL: http://svn.reactos.org/svn/reactos?rev=24656&view=rev Log: add build script
Added: trunk/reactos/base/shell/explorer/makearchive.bat (with props)
Added: trunk/reactos/base/shell/explorer/makearchive.bat URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/makearc... ============================================================================== --- trunk/reactos/base/shell/explorer/makearchive.bat (added) +++ trunk/reactos/base/shell/explorer/makearchive.bat Thu Oct 26 01:10:38 2006 @@ -1,0 +1,21 @@ +set MAKE=mingw32-make.exe +set TARGET=D:\html\newhome\explorer + +rm explorer-ansi.exe +%MAKE% -f Makefile-precomp clean all UNICODE=0 +mv explorer.exe explorer-ansi.exe + +%MAKE% -f Makefile-precomp clean all UNICODE=1 +zip %TARGET%\ros-explorer.zip explorer-ansi.exe explorer.exe *.dll + +cd ..\lean-explorer +%MAKE% -f Makefile-precomp clean all UNICODE=1 +zip %TARGET%\lean-explorer.zip explorer.exe +cd ..\explorer + +pack +mv explorer-src.zip %TARGET%\explorer-src.zip + +make-full-docu +move ros-explorer.chm %TARGET%\ +move ros-explorer-full.chm %TARGET%\
Propchange: trunk/reactos/base/shell/explorer/makearchive.bat ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/base/shell/explorer/makearchive.bat ------------------------------------------------------------------------------ svn:executable = *