mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
- 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
22 lines
544 B
Batchfile
Executable File
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%\
|