diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-03 10:39:23 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-03 11:57:22 -0800 |
| commit | b5dc4a85433a908d38d453e98d7d45e22e2a5fc0 (patch) | |
| tree | f186094efa03e9c1144fb5c98161cf3f7b054f90 /sp/src/thirdparty/protobuf-2.3.0/vsprojects/make2013.bat | |
| parent | Specify clobbered registers in POSIX SSE functions (diff) | |
| download | source-sdk-2013-b5dc4a85433a908d38d453e98d7d45e22e2a5fc0.tar.xz source-sdk-2013-b5dc4a85433a908d38d453e98d7d45e22e2a5fc0.zip | |
Line-ending fixes for most of the remaining files.
Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst,
proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj,
vcxproj, sln, in, java, la, manifest, am, and rad.
Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and
gitignore.
Finally, fixes executable bits.
Diffstat (limited to 'sp/src/thirdparty/protobuf-2.3.0/vsprojects/make2013.bat')
| -rwxr-xr-x[-rw-r--r--] | sp/src/thirdparty/protobuf-2.3.0/vsprojects/make2013.bat | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/sp/src/thirdparty/protobuf-2.3.0/vsprojects/make2013.bat b/sp/src/thirdparty/protobuf-2.3.0/vsprojects/make2013.bat index f2329b9e..93021a33 100644..100755 --- a/sp/src/thirdparty/protobuf-2.3.0/vsprojects/make2013.bat +++ b/sp/src/thirdparty/protobuf-2.3.0/vsprojects/make2013.bat @@ -1,54 +1,54 @@ -@echo off
-setlocal
-
-@rem Move to the batch file directory so we can run it from anywhere
-cd %~dp0
-
-call "%VS120COMNTOOLS%vsvars32.bat"
-set dirsuffix=\2013
-
-p4 edit ..\gtest\msvc\*.vcxproj
-p4 edit *.vcxproj
-p4 edit *.sln
-
-@rem This will upgrade from v110_xp to v120_xp
-devenv protobuf_2010.sln /upgrade
-@rem Remove upgrade files
-rmdir Backup /s/q
-rmdir _UpgradeReport_Files /s/q
-del UpgradeLog*.*
-
-@rem Note that we no longer build separate debug libraries
-for /d %%d in ( "release|Win32" "release|x64") do (
- @rem Note that this message seems to display out of order for some reason...
- echo Building %%d
- devenv protobuf_2010.sln /clean %%d
- devenv protobuf_2010.sln /build %%d /project libprotobuf-lite
- @rem Note that building libprotoc also ensures that libprotobuf builds
- devenv protobuf_2010.sln /build %%d /project libprotoc
-)
-
-@rem Make the destination directories in case they don't already exist.
-mkdir ..\..\..\lib\public%dirsuffix%
-mkdir ..\..\..\lib\public\x64%dirsuffix%
-
-@rem Edit the destination files if they do exist
-p4 edit ..\..\..\lib\public%dirsuffix%\libproto*.lib
-p4 edit ..\..\..\lib\public\x64%dirsuffix%\libproto*.lib
-
-copy /y Release\libproto*.lib ..\..\..\lib\public%dirsuffix%
-copy /y x64\Release\libproto*.lib ..\..\..\lib\public\x64%dirsuffix%
-
-@rem Auto-add the files if they aren't added yet. Too bad we can't use wildcards here.
-p4 add ..\..\..\lib\public%dirsuffix%\libprotobuf-lite.lib
-p4 add ..\..\..\lib\public%dirsuffix%\libprotobuf.lib
-p4 add ..\..\..\lib\public%dirsuffix%\libprotoc.lib
-p4 add ..\..\..\lib\public\x64%dirsuffix%\libprotobuf-lite.lib
-p4 add ..\..\..\lib\public\x64%dirsuffix%\libprotobuf.lib
-p4 add ..\..\..\lib\public\x64%dirsuffix%\libprotoc.lib
-
-p4 revert ..\gtest\msvc\*.vcxproj
-p4 revert *.vcxproj
-p4 revert *.sln
-
-@echo Check in the changed libraries in src\lib if you are done.
+@echo off +setlocal + +@rem Move to the batch file directory so we can run it from anywhere +cd %~dp0 + +call "%VS120COMNTOOLS%vsvars32.bat" +set dirsuffix=\2013 + +p4 edit ..\gtest\msvc\*.vcxproj +p4 edit *.vcxproj +p4 edit *.sln + +@rem This will upgrade from v110_xp to v120_xp +devenv protobuf_2010.sln /upgrade +@rem Remove upgrade files +rmdir Backup /s/q +rmdir _UpgradeReport_Files /s/q +del UpgradeLog*.* + +@rem Note that we no longer build separate debug libraries +for /d %%d in ( "release|Win32" "release|x64") do ( + @rem Note that this message seems to display out of order for some reason... + echo Building %%d + devenv protobuf_2010.sln /clean %%d + devenv protobuf_2010.sln /build %%d /project libprotobuf-lite + @rem Note that building libprotoc also ensures that libprotobuf builds + devenv protobuf_2010.sln /build %%d /project libprotoc +) + +@rem Make the destination directories in case they don't already exist. +mkdir ..\..\..\lib\public%dirsuffix% +mkdir ..\..\..\lib\public\x64%dirsuffix% + +@rem Edit the destination files if they do exist +p4 edit ..\..\..\lib\public%dirsuffix%\libproto*.lib +p4 edit ..\..\..\lib\public\x64%dirsuffix%\libproto*.lib + +copy /y Release\libproto*.lib ..\..\..\lib\public%dirsuffix% +copy /y x64\Release\libproto*.lib ..\..\..\lib\public\x64%dirsuffix% + +@rem Auto-add the files if they aren't added yet. Too bad we can't use wildcards here. +p4 add ..\..\..\lib\public%dirsuffix%\libprotobuf-lite.lib +p4 add ..\..\..\lib\public%dirsuffix%\libprotobuf.lib +p4 add ..\..\..\lib\public%dirsuffix%\libprotoc.lib +p4 add ..\..\..\lib\public\x64%dirsuffix%\libprotobuf-lite.lib +p4 add ..\..\..\lib\public\x64%dirsuffix%\libprotobuf.lib +p4 add ..\..\..\lib\public\x64%dirsuffix%\libprotoc.lib + +p4 revert ..\gtest\msvc\*.vcxproj +p4 revert *.vcxproj +p4 revert *.sln + +@echo Check in the changed libraries in src\lib if you are done. |