diff options
author | Fneufneu <fneufneu@xbmc.org> | 2014-10-10 16:02:41 +0200 |
---|---|---|
committer | Fneufneu <fneufneu@xbmc.org> | 2014-12-15 21:38:21 +0100 |
commit | 4949be256667f3e500e52b7084476ae1f2b00d92 (patch) | |
tree | c7364d945b47e9d9e971c288652e77a8d7bd2eee /tools/windows | |
parent | 135fe8734924f79cedace50986a0fa4f12d76647 (diff) |
change xbmc/ path to src/ in all files
Diffstat (limited to 'tools/windows')
-rw-r--r-- | tools/windows/CompileInfo.bat | 4 | ||||
-rw-r--r-- | tools/windows/JsonSchemaBuilder.bat | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/windows/CompileInfo.bat b/tools/windows/CompileInfo.bat index ef8af0a36c..0ee40cdebe 100644 --- a/tools/windows/CompileInfo.bat +++ b/tools/windows/CompileInfo.bat @@ -20,7 +20,7 @@ SET separator=, CALL SET file_version=%%addon_api:.=%separator%%%%separator%0 REM create the files with the proper version information -"%msys_bin_dir%\sed.exe" -e s/@APP_NAME@/%app_name%/g -e s/@APP_VERSION_MAJOR@/%major%/g -e s/@APP_VERSION_MINOR@/%minor%/g -e s/@APP_VERSION_TAG@/%tag%/g "%base_dir%\xbmc\CompileInfo.cpp.in" > "%base_dir%\xbmc\CompileInfo.cpp" +"%msys_bin_dir%\sed.exe" -e s/@APP_NAME@/%app_name%/g -e s/@APP_VERSION_MAJOR@/%major%/g -e s/@APP_VERSION_MINOR@/%minor%/g -e s/@APP_VERSION_TAG@/%tag%/g "%base_dir%\src\CompileInfo.cpp.in" > "%base_dir%\src\CompileInfo.cpp" "%msys_bin_dir%\sed.exe" s/@APP_ADDON_API@/%addon_api%/g "%base_dir%\addons\xbmc.addon\addon.xml.in" > "%base_dir%\addons\xbmc.addon\addon.xml" -"%msys_bin_dir%\sed.exe" -e s/@APP_NAME@/%app_name%/g -e s/@COMPANY_NAME@/%company_name%/g -e s/@APP_VERSION_MAJOR@/%major%/g -e s/@APP_VERSION_MINOR@/%minor%/g -e s/@APP_VERSION_TAG@/%tag%/g -e s/@FILE_VERSION@/%file_version%/g "%base_dir%\xbmc\win32\XBMC_PC.rc.in" > "%base_dir%\xbmc\win32\XBMC_PC.rc" +"%msys_bin_dir%\sed.exe" -e s/@APP_NAME@/%app_name%/g -e s/@COMPANY_NAME@/%company_name%/g -e s/@APP_VERSION_MAJOR@/%major%/g -e s/@APP_VERSION_MINOR@/%minor%/g -e s/@APP_VERSION_TAG@/%tag%/g -e s/@FILE_VERSION@/%file_version%/g "%base_dir%\src\win32\XBMC_PC.rc.in" > "%base_dir%\src\win32\XBMC_PC.rc" diff --git a/tools/windows/JsonSchemaBuilder.bat b/tools/windows/JsonSchemaBuilder.bat index 3e0b52e253..04db6df283 100644 --- a/tools/windows/JsonSchemaBuilder.bat +++ b/tools/windows/JsonSchemaBuilder.bat @@ -6,7 +6,7 @@ SET base_dir=%cur_dir%\..\.. SET builddeps_dir=%cur_dir%\..\BuildDependencies SET bin_dir=%builddeps_dir%\bin SET msys_bin_dir=%builddeps_dir%\msys\bin -SET jsonrpc_path=%base_dir%\xbmc\interfaces\json-rpc +SET jsonrpc_path=%base_dir%\src\interfaces\json-rpc SET jsonrpc_schema_path=%jsonrpc_path%\schema SET jsonrpc_output=ServiceDescription.h |