Changeset 8 for trunk/llmozlib2/copy_products_windows.bat
- Timestamp:
- 02/29/08 19:32:35 (2 years ago)
- Files:
-
- trunk/llmozlib2/copy_products_windows.bat (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/llmozlib2/copy_products_windows.bat
r1 r8 1 1 @rem ===== source/destination dirs that may change depending where you build mozilla ===== 2 @set SRC_DIR_OPT="c:\mozilla .1.8.0.9\objdir-opt-xulrunner-small"3 @set SRC_DIR_DEBUG="c:\mozilla .1.8.0.9\objdir-debug-xulrunner-small"2 @set SRC_DIR_OPT="c:\mozilla\objdir-opt-xulrunner-small" 3 @set SRC_DIR_DEBUG="c:\mozilla\objdir-debug-xulrunner-small" 4 4 @set DEST_DIR="libraries\i686-win32" 5 5 6 6 @rem =============== instructions =============== 7 7 @echo This batch file copies the files required to build the 8 @echo Linden Lab Mozilla Library (LLMozLib).8 @echo Linden Lab Mozilla Library2 (LLMozLib2). 9 9 @echo. 10 10 @echo It will copy the required files from a Mozilla build in the specified 11 @echo directories to the right location for LLMozLib .11 @echo directories to the right location for LLMozLib2. 12 12 @echo. 13 13 @echo The release build will be copied from: … … 28 28 xcopy %SRC_DIR_OPT%\dist\include\dom\*.* %DEST_DIR%\include\mozilla\include\dom\ /s 29 29 xcopy %SRC_DIR_OPT%\dist\include\gfx\*.* %DEST_DIR%\include\mozilla\include\gfx\ /s 30 xcopy %SRC_DIR_OPT%\dist\include\js\*.* %DEST_DIR%\include\mozilla\include\js\ /s 30 31 xcopy %SRC_DIR_OPT%\dist\include\layout\*.* %DEST_DIR%\include\mozilla\include\layout\ /s 31 32 xcopy %SRC_DIR_OPT%\dist\include\locale\*.* %DEST_DIR%\include\mozilla\include\locale\ /s
