Skip to content

Commit 164c611

Browse files
committed
FS-7966: remove some older versions of msvc build system as these will no longer work soon, please use 2015 instead
1 parent bff9aab commit 164c611

File tree

570 files changed

+11
-122589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

570 files changed

+11
-122589
lines changed

Freeswitch.2012.sln

-4,220
This file was deleted.

Freeswitch.2013.sln

-4,244
This file was deleted.

Freeswitch.2012.sln.bat Freeswitch.2015.sln.bat

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
@REM this script builds freeswitch using VS2012
1+
@REM this script builds freeswitch using VS2015
22
@REM only one platform/configuration will be built
33
@REM runs (probably only) from the commandline
4-
@REM usage: Freeswitch.2012.sln [[[.*]ebug] [[.*]elease] [[.*]64] [[.*]32]]
5-
@REM e.g. Freeswitch.2012.sln Debug x64
6-
@REM Freeswitch.2012.sln x64
7-
@REM Freeswitch.2012.sln Debug
8-
@REM Freeswitch.2012.sln
4+
@REM usage: Freeswitch.2015.sln [[[.*]ebug] [[.*]elease] [[.*]64] [[.*]32]]
5+
@REM e.g. Freeswitch.2015.sln Debug x64
6+
@REM Freeswitch.2015.sln x64
7+
@REM Freeswitch.2015.sln Debug
8+
@REM Freeswitch.2015.sln
99

1010
@setlocal
1111
@echo on
@@ -47,9 +47,9 @@
4747
@set procs=%NUMBER_OF_PROCESSORS%
4848
@set /a procs -= 1
4949

50-
@REM check and set VS2012 environment
50+
@REM check and set VS2015 environment
5151
@REM vcvars32.bat calls exit and will also exit whilie running this bat file ...
52-
@REM so you have to run it again if the VS2012 env is not yet set
52+
@REM so you have to run it again if the VS2015 env is not yet set
5353
@if "%VS110COMNTOOLS%"=="" (
5454
goto :error_no_VS110COMNTOOLSDIR
5555
)
@@ -60,13 +60,13 @@
6060

6161
:build
6262

63-
msbuild Freeswitch.2012.sln /m:%procs% /verbosity:normal /property:Configuration=%configuration% /property:Platform=%platform% /fl /flp:logfile=vs2012%platform%%configuration%.log;verbosity=normal
63+
msbuild Freeswitch.2015.sln /m:%procs% /verbosity:normal /property:Configuration=%configuration% /property:Platform=%platform% /fl /flp:logfile=vs2015%platform%%configuration%.log;verbosity=normal
6464
@goto :end
6565

6666
@REM -----------------------------------------------------------------------
6767
:setvcvars
6868
@endlocal
69-
@echo Now setting Visual Studio 2012 Environment
69+
@echo Now setting Visual Studio 2015 Environment
7070
@call "%VS110COMNTOOLS%vsvars32"
7171
@REM in order to prevent running vsvars32 multiple times and at the same time not
7272
@REM cluttering up the environment variables proc/configuration/platform
@@ -75,7 +75,7 @@ msbuild Freeswitch.2012.sln /m:%procs% /verbosity:normal /property:Configuration
7575
@goto :end
7676

7777
:error_no_VS110COMNTOOLSDIR
78-
@echo ERROR: Cannot determine the location of the VS2012 Common Tools folder.
78+
@echo ERROR: Cannot determine the location of the VS2015 Common Tools folder.
7979
@echo ERROR: Note this script will not work in a git bash environment
8080
@goto :end
8181

docs/docs.2012.vcxproj

-123
This file was deleted.

0 commit comments

Comments
 (0)