forked from organicmaps/organicmaps
Removed outdated and not needed windows tools.
This commit is contained in:
parent
cbe6e5bd9f
commit
77067b304c
17 changed files with 0 additions and 91 deletions
Binary file not shown.
BIN
tools/bzip2.dll
BIN
tools/bzip2.dll
Binary file not shown.
BIN
tools/bzip2.exe
BIN
tools/bzip2.exe
Binary file not shown.
BIN
tools/diff.exe
BIN
tools/diff.exe
Binary file not shown.
BIN
tools/grep.exe
BIN
tools/grep.exe
Binary file not shown.
Binary file not shown.
|
@ -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
|
|
@ -1,3 +0,0 @@
|
|||
call set_vars.bat %1 %2
|
||||
|
||||
%GENERATOR_TOOL% --calc_statistics=true --output=%2
|
|
@ -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%\*
|
|
@ -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
|
|
@ -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
|
|
@ -1,3 +0,0 @@
|
|||
call set_vars.bat %1 %2
|
||||
|
||||
%GENERATOR_TOOL% --generate_geometry=true --output=%2
|
|
@ -1,3 +0,0 @@
|
|||
call set_vars.bat %1 %2
|
||||
|
||||
%GENERATOR_TOOL% --generate_index=true --intermediate_data_path=D:\Temp\ --output=%2
|
|
@ -1,3 +0,0 @@
|
|||
call set_vars.bat %1 %2
|
||||
|
||||
%GENERATOR_TOOL% --generate_search_index=true --output=%2
|
|
@ -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\
|
|
@ -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\
|
|
@ -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"
|
Loading…
Add table
Reference in a new issue