Files
reactos/base/shell/explorer/makearchive.bat
T
Cameron Gutman 29fa274d6d - Create another branch for networking fixes
- TSVN choked repeatedly when attempting to merge ~9000 revs into the branch (tried 3 times on 2 different computers)
 - If someone wants to delete aicom-network-fixes, they are welcome to
 - Lesson learned: Letting a branch get thousands of revs out of date is a horrible idea

svn path=/branches/aicom-network-branch/; revision=44353
2009-12-02 03:23:19 +00:00

22 lines
544 B
Batchfile
Executable File

set MAKE=mingw32-make.exe
set TARGET=E:\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%\