diff --git a/tools/bunzip2.exe b/tools/bunzip2.exe deleted file mode 100644 index 3ef72cf34a..0000000000 Binary files a/tools/bunzip2.exe and /dev/null differ diff --git a/tools/bzip2.dll b/tools/bzip2.dll deleted file mode 100644 index 174fd06c2c..0000000000 Binary files a/tools/bzip2.dll and /dev/null differ diff --git a/tools/bzip2.exe b/tools/bzip2.exe deleted file mode 100644 index 3ef72cf34a..0000000000 Binary files a/tools/bzip2.exe and /dev/null differ diff --git a/tools/diff.exe b/tools/diff.exe deleted file mode 100755 index 85f370d867..0000000000 Binary files a/tools/diff.exe and /dev/null differ diff --git a/tools/grep.exe b/tools/grep.exe deleted file mode 100644 index 110c6f0f1c..0000000000 Binary files a/tools/grep.exe and /dev/null differ diff --git a/tools/redist/pthreadGC2.dll b/tools/redist/pthreadGC2.dll deleted file mode 100644 index 8b9116c78e..0000000000 Binary files a/tools/redist/pthreadGC2.dll and /dev/null differ diff --git a/tools/win/build_qt_vs2010.bat b/tools/win/build_qt_vs2010.bat deleted file mode 100644 index 81e457badd..0000000000 --- a/tools/win/build_qt_vs2010.bat +++ /dev/null @@ -1,8 +0,0 @@ -@echo on -call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /Release /x86 /xp - -set PATH=C:\Qt\SDK\Desktop\Qt\4.7.3\msvc2010\bin;%PATH% - -C:\Qt\SDK\QtSources\4.7.3\configure.exe -I C:\Qt\openssl\inc32 -L C:\Qt\openssl\out32 -debug-and-release -opensource -shared -ltcg -fast -no-accessibility -no-sql-sqlite -no-qt3support -platform win32-msvc2010 -no-dsp -no-vcproj -no-incredibuild-xge -no-dbus -openssl-linked OPENSSL_LIBS="-lssleay32 -llibeay32" -no-dbus -no-phonon -no-phonon-backend -no-multimedia -no-audio-backend -webkit -no-script -no-scripttools -no-declarative -no-declarative-debug -mp -saveconfig vs2010 - -nmake \ No newline at end of file diff --git a/tools/win/calc_statistics.bat b/tools/win/calc_statistics.bat deleted file mode 100644 index 9e81fe4005..0000000000 --- a/tools/win/calc_statistics.bat +++ /dev/null @@ -1,3 +0,0 @@ -call set_vars.bat %1 %2 - -%GENERATOR_TOOL% --calc_statistics=true --output=%2 diff --git a/tools/win/create_portable_zip.bat b/tools/win/create_portable_zip.bat deleted file mode 100644 index cfce42e5d1..0000000000 --- a/tools/win/create_portable_zip.bat +++ /dev/null @@ -1,53 +0,0 @@ -@echo on -IF [%1]==[] ( - echo Please specify mingw or msvc2008 build should be used - exit /B 1 -) -set PKG_TYPE=%1 -set PKG_DIR=MapsWithMe -set BASE_PATH=C:\Qt\omim-build-%PKG_TYPE%-release -set MINGW_BIN_PATH=C:\Qt\SDK\mingw\bin -set QT_BIN_PATH=C:\Qt\SDK\Desktop\Qt\4.7.3\%PKG_TYPE%\bin -set RAR_CMD="C:\Program Files\WinRar\WinRar.exe" -set ZIP_NAME=MapsWithMe-%PKG_TYPE%.zip -set PKG_RES_DIR=%PKG_DIR%\resources - -del /F /S /Q %PKG_DIR% -del /Q %ZIP_NAME% - -mkdir %PKG_DIR% -copy %BASE_PATH%\out\release\MapsWithMe.exe %PKG_DIR%\ -mkdir %PKG_DIR%\data -mkdir %PKG_RES_DIR% -copy %BASE_PATH%\data\*.txt %PKG_RES_DIR% -copy %BASE_PATH%\data\drawing_rules.bin %PKG_RES_DIR% -copy %BASE_PATH%\data\*.skn %PKG_RES_DIR% -copy %BASE_PATH%\data\*.png %PKG_RES_DIR% -copy %BASE_PATH%\data\*.ttf %PKG_RES_DIR% - -copy %BASE_PATH%\data\eula.html %PKG_RES_DIR% -copy %BASE_PATH%\data\welcome.html %PKG_RES_DIR% - -copy %BASE_PATH%\data\maps.update %PKG_RES_DIR% -copy %BASE_PATH%\data\World.mwm %PKG_RES_DIR% - -REM copy %BASE_PATH%\data\dictionary.slf %PKG_RES_DIR% - - -IF %PKG_TYPE%==mingw ( - copy %MINGW_BIN_PATH%\pthreadGC2.dll %PKG_DIR%\ - copy %QT_BIN_PATH%\libgcc_s_dw2-1.dll %PKG_DIR%\ - copy %QT_BIN_PATH%\mingwm10.dll %PKG_DIR%\ -) ELSE ( - copy C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.5570_none_509463cabcb6ef2a\msvcp90.dll %PKG_DIR%\ - copy C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.5570_none_509463cabcb6ef2a\msvcr90.dll %PKG_DIR%\ -) - -copy %QT_BIN_PATH%\QtCore4.dll %PKG_DIR%\ -copy %QT_BIN_PATH%\QtGui4.dll %PKG_DIR%\ -copy %QT_BIN_PATH%\QtNetwork4.dll %PKG_DIR%\ -copy %QT_BIN_PATH%\QtOpenGl4.dll %PKG_DIR%\ -copy %QT_BIN_PATH%\QtWebKit4.dll %PKG_DIR%\ -copy %QT_BIN_PATH%\phonon4.dll %PKG_DIR%\ - -%RAR_CMD% a -m5 -r %ZIP_NAME% %PKG_DIR%\* diff --git a/tools/win/gen_all.bat b/tools/win/gen_all.bat deleted file mode 100644 index 1683a090a6..0000000000 --- a/tools/win/gen_all.bat +++ /dev/null @@ -1,5 +0,0 @@ -call process_xml.bat %1 %2 -call gen_features.bat %1 %2 -call gen_geometry %1 %2 -call gen_index %1 %2 -call gen_search_index %1 %2 diff --git a/tools/win/gen_features.bat b/tools/win/gen_features.bat deleted file mode 100644 index f2605484af..0000000000 --- a/tools/win/gen_features.bat +++ /dev/null @@ -1,3 +0,0 @@ -call set_vars.bat %1 %2 - -%UNZIP_TOOL% -dc %OSM_FILE% | %GENERATOR_TOOL% --generate_features=true --use_light_nodes=true --intermediate_data_path=D:\Temp\ --output=%2 \ No newline at end of file diff --git a/tools/win/gen_geometry.bat b/tools/win/gen_geometry.bat deleted file mode 100644 index 291fa36727..0000000000 --- a/tools/win/gen_geometry.bat +++ /dev/null @@ -1,3 +0,0 @@ -call set_vars.bat %1 %2 - -%GENERATOR_TOOL% --generate_geometry=true --output=%2 \ No newline at end of file diff --git a/tools/win/gen_index.bat b/tools/win/gen_index.bat deleted file mode 100644 index 811099d7ae..0000000000 --- a/tools/win/gen_index.bat +++ /dev/null @@ -1,3 +0,0 @@ -call set_vars.bat %1 %2 - -%GENERATOR_TOOL% --generate_index=true --intermediate_data_path=D:\Temp\ --output=%2 \ No newline at end of file diff --git a/tools/win/gen_search_index.bat b/tools/win/gen_search_index.bat deleted file mode 100644 index da90bf6e21..0000000000 --- a/tools/win/gen_search_index.bat +++ /dev/null @@ -1,3 +0,0 @@ -call set_vars.bat %1 %2 - -%GENERATOR_TOOL% --generate_search_index=true --output=%2 diff --git a/tools/win/gen_world.bat b/tools/win/gen_world.bat deleted file mode 100644 index 223de0bb73..0000000000 --- a/tools/win/gen_world.bat +++ /dev/null @@ -1,4 +0,0 @@ -call set_vars.bat %1 %2 - -%UNZIP_TOOL% -dc %OSM_FILE% | %GENERATOR_TOOL% --make_coasts --use_light_nodes --intermediate_data_path=D:\Temp\ -%UNZIP_TOOL% -dc %OSM_FILE% | %GENERATOR_TOOL% --emit_coasts --generate_features --generate_geometry --generate_index --split_by_polygons --generate_world --use_light_nodes --intermediate_data_path=D:\Temp\ diff --git a/tools/win/process_xml.bat b/tools/win/process_xml.bat deleted file mode 100644 index dcd8e7b782..0000000000 --- a/tools/win/process_xml.bat +++ /dev/null @@ -1,3 +0,0 @@ -call set_vars.bat %1 %2 - -%UNZIP_TOOL% -dc %OSM_FILE% | %GENERATOR_TOOL% --preprocess_xml=true --use_light_nodes=true --intermediate_data_path=D:\Temp\ diff --git a/tools/win/set_vars.bat b/tools/win/set_vars.bat deleted file mode 100644 index a923424211..0000000000 --- a/tools/win/set_vars.bat +++ /dev/null @@ -1,3 +0,0 @@ -set UNZIP_TOOL="..\bunzip2.exe" -set OSM_FILE="D:\Temp\Osm\%2.osm.bz2" -set GENERATOR_TOOL="..\..\out\%1\generator_tool.exe"