Changeset 1465 for trunk/sources/HeuristicLab
- Timestamp:
- 03/30/09 14:24:58 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab/CopyAssemblies.cmd
r1464 r1465 85 85 echo "Platform: %Platform%, architecture: %PROCESSOR_ARCHITECTURE%" 86 86 if "%Platform%" == "x86" ( 87 copy "%SolutionDir%\HeuristicLab.SQLite\System.Data.SQLite.dll" .\plugins87 copy /B /Y "%SolutionDir%\HeuristicLab.SQLite\System.Data.SQLite.dll" .\plugins 88 88 ) else if "%Platform%" == "x64" ( 89 copy "%SolutionDir%\HeuristicLab.SQLite\System.Data.SQLite.x64.dll" .\plugins\System.Data.SQLite.dll89 copy /B /Y "%SolutionDir%\HeuristicLab.SQLite\System.Data.SQLite.x64.dll" .\plugins\System.Data.SQLite.dll 90 90 ) else if "%Platform%" == "AnyCPU" ( 91 91 if "%PROCESSOR_ARCHITECTURE%" == "x64" ( 92 copy "%SolutionDir%\HeuristicLab.SQLite\System.Data.SQLite.x64.dll" .\plugins\System.Data.SQLite.dll92 copy /B /Y "%SolutionDir%\HeuristicLab.SQLite\System.Data.SQLite.x64.dll" .\plugins\System.Data.SQLite.dll 93 93 ) else if "%PROCESSOR_ARCHITECTURE%" == "x86" ( 94 copy "%SolutionDir%\HeuristicLab.SQLite\System.Data.SQLite.dll" .\plugins94 copy /B /Y "%SolutionDir%\HeuristicLab.SQLite\System.Data.SQLite.dll" .\plugins 95 95 ) else ( 96 96 echo "ERROR: unknown architecture: "%PROCESSOR_ARCHITECTURE%"
Note: See TracChangeset
for help on using the changeset viewer.