From d472416d3e24ecc00083369d0a91c2ce1144f295 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 7 Jun 2012 11:59:59 +0000 Subject: removed not needed files git-svn-id: http://svn.miranda-ng.org/main/trunk@354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Svc_vi/docs/Pack files/files_release.txt | 1 - plugins/Svc_vi/docs/Pack files/files_releasex64.txt | 1 - plugins/Svc_vi/docs/Pack files/files_source.txt | 4 ---- plugins/Svc_vi/docs/Pack files/files_source_ignore.txt | 4 ---- plugins/Svc_vi/docs/pack source.bat | 8 -------- plugins/Svc_vi/docs/pack symbols.bat | 9 --------- plugins/Svc_vi/docs/pack x64.bat | 10 ---------- plugins/Svc_vi/docs/pack.bat | 10 ---------- plugins/Svc_vi/docs/symbols_exclude.txt | 1 - 9 files changed, 48 deletions(-) delete mode 100644 plugins/Svc_vi/docs/Pack files/files_release.txt delete mode 100644 plugins/Svc_vi/docs/Pack files/files_releasex64.txt delete mode 100644 plugins/Svc_vi/docs/Pack files/files_source.txt delete mode 100644 plugins/Svc_vi/docs/Pack files/files_source_ignore.txt delete mode 100644 plugins/Svc_vi/docs/pack source.bat delete mode 100644 plugins/Svc_vi/docs/pack symbols.bat delete mode 100644 plugins/Svc_vi/docs/pack x64.bat delete mode 100644 plugins/Svc_vi/docs/pack.bat delete mode 100644 plugins/Svc_vi/docs/symbols_exclude.txt (limited to 'plugins/Svc_vi') diff --git a/plugins/Svc_vi/docs/Pack files/files_release.txt b/plugins/Svc_vi/docs/Pack files/files_release.txt deleted file mode 100644 index f70bd504e3..0000000000 --- a/plugins/Svc_vi/docs/Pack files/files_release.txt +++ /dev/null @@ -1 +0,0 @@ -..\win32\Release\svc_vi.dll \ No newline at end of file diff --git a/plugins/Svc_vi/docs/Pack files/files_releasex64.txt b/plugins/Svc_vi/docs/Pack files/files_releasex64.txt deleted file mode 100644 index 67f2eb50a6..0000000000 --- a/plugins/Svc_vi/docs/Pack files/files_releasex64.txt +++ /dev/null @@ -1 +0,0 @@ -..\x64\Release\svc_vi.dll \ No newline at end of file diff --git a/plugins/Svc_vi/docs/Pack files/files_source.txt b/plugins/Svc_vi/docs/Pack files/files_source.txt deleted file mode 100644 index ec3390726a..0000000000 --- a/plugins/Svc_vi/docs/Pack files/files_source.txt +++ /dev/null @@ -1,4 +0,0 @@ -..\docs\pack files\*.* -..\docs\*.* -..\*.* -..\sdk\*.* \ No newline at end of file diff --git a/plugins/Svc_vi/docs/Pack files/files_source_ignore.txt b/plugins/Svc_vi/docs/Pack files/files_source_ignore.txt deleted file mode 100644 index fcc9f161ac..0000000000 --- a/plugins/Svc_vi/docs/Pack files/files_source_ignore.txt +++ /dev/null @@ -1,4 +0,0 @@ -pack files\*.* -..\~backup\*.* -..\Debug\*.* -..\Release\*.* \ No newline at end of file diff --git a/plugins/Svc_vi/docs/pack source.bat b/plugins/Svc_vi/docs/pack source.bat deleted file mode 100644 index 0906f97cb9..0000000000 --- a/plugins/Svc_vi/docs/pack source.bat +++ /dev/null @@ -1,8 +0,0 @@ -for /F "tokens=3-7* delims=. " %%i in (readme_versioninfo.txt) do (call :Pack %%i %%j %%k %%l; exit) - -:Pack -d:\usr\PowerArchiver\pacl\pacomp.exe -p -a -c2 "VersionInfo src %1.%2.%3.%4.zip" @"pack files\files_source.txt" -x*.zip -x*.ncb -x*.user -exit - -error: -echo "Error packing Versioninfo" diff --git a/plugins/Svc_vi/docs/pack symbols.bat b/plugins/Svc_vi/docs/pack symbols.bat deleted file mode 100644 index 73c4fe8efe..0000000000 --- a/plugins/Svc_vi/docs/pack symbols.bat +++ /dev/null @@ -1,9 +0,0 @@ -@echo off -if NOT EXIST "symbols\%1 - %3" ( - mkdir "symbols\%1 - %3" -) -xcopy "..\%2\win32\Release\*.pdb" "symbols\%1 - %3\win32\*" /EXCLUDE:symbols_exclude.txt /Y -xcopy "..\%2\x64\Release\*.pdb" "symbols\%1 - %3\x64\*" /EXCLUDE:symbols_exclude.txt /Y - -d:\usr\PowerArchiver\pacl\pacomp.exe -p -a -r -c2 "symbols - %1.zip" "symbols\*.*" -rmdir "symbols\" /Q /S \ No newline at end of file diff --git a/plugins/Svc_vi/docs/pack x64.bat b/plugins/Svc_vi/docs/pack x64.bat deleted file mode 100644 index ae61abb3d3..0000000000 --- a/plugins/Svc_vi/docs/pack x64.bat +++ /dev/null @@ -1,10 +0,0 @@ -for /F "tokens=3-7* delims=. " %%i in (readme_versioninfo.txt) do (call :Pack %%i %%j %%k %%l; exit) - -:Pack -d:\usr\PowerArchiver\pacl\pacomp.exe -a -c2 "VersionInfo %1.%2.%3.%4 x64.zip" @"Pack files\files_releasex64.txt" -d:\usr\PowerArchiver\pacl\pacomp.exe -p -a -c2 "VersionInfo %1.%2.%3.%4 x64.zip" ..\docs\*.txt ..\*.caca -xsymbols_exclude.txt -call "pack symbols.bat" VersionInfo "" %1.%2.%3.%4 -exit - -error: -echo "Error packing Versioninfo" diff --git a/plugins/Svc_vi/docs/pack.bat b/plugins/Svc_vi/docs/pack.bat deleted file mode 100644 index 4366326474..0000000000 --- a/plugins/Svc_vi/docs/pack.bat +++ /dev/null @@ -1,10 +0,0 @@ -for /F "tokens=3-7* delims=. " %%i in (readme_versioninfo.txt) do (call :Pack %%i %%j %%k %%l; exit) - -:Pack -d:\usr\PowerArchiver\pacl\pacomp.exe -a -c2 "VersionInfo %1.%2.%3.%4 x32.zip" @"Pack files\files_release.txt" -d:\usr\PowerArchiver\pacl\pacomp.exe -p -a -c2 "VersionInfo %1.%2.%3.%4 x32.zip" ..\docs\*.txt ..\*.caca -xsymbols_exclude.txt -call "pack symbols.bat" VersionInfo "" %1.%2.%3.%4 -exit - -error: -echo "Error packing Versioninfo" diff --git a/plugins/Svc_vi/docs/symbols_exclude.txt b/plugins/Svc_vi/docs/symbols_exclude.txt deleted file mode 100644 index 361cf2448b..0000000000 --- a/plugins/Svc_vi/docs/symbols_exclude.txt +++ /dev/null @@ -1 +0,0 @@ -vc80.pdb \ No newline at end of file -- cgit v1.2.3