Show
Ignore:
Timestamp:
02/29/08 19:32:35 (2 years ago)
Author:
rob.linden
Message:

Latest internal snapshot
Last Changed Rev: 80909
Last Changed Date: 2008-02-27 15:08:55 -0800 (Wed, 27 Feb 2008)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/llmozlib2/copy_products_windows.bat

    r1 r8  
    11@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" 
    44@set DEST_DIR="libraries\i686-win32" 
    55 
    66@rem =============== instructions =============== 
    77@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). 
    99@echo. 
    1010@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
    1212@echo. 
    1313@echo The release build will be copied from: 
     
    2828xcopy %SRC_DIR_OPT%\dist\include\dom\*.*                                                %DEST_DIR%\include\mozilla\include\dom\ /s 
    2929xcopy %SRC_DIR_OPT%\dist\include\gfx\*.*                                                %DEST_DIR%\include\mozilla\include\gfx\ /s 
     30xcopy %SRC_DIR_OPT%\dist\include\js\*.*                                                 %DEST_DIR%\include\mozilla\include\js\ /s 
    3031xcopy %SRC_DIR_OPT%\dist\include\layout\*.*                                             %DEST_DIR%\include\mozilla\include\layout\ /s 
    3132xcopy %SRC_DIR_OPT%\dist\include\locale\*.*                                             %DEST_DIR%\include\mozilla\include\locale\ /s