Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
429729b9
Commit
429729b9
authored
Jul 03, 2017
by
Alexey.Golubev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remade build.bat
parent
d7096529
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
19 deletions
+15
-19
Common/3dParty/curl/build.bat
Common/3dParty/curl/build.bat
+15
-19
No files found.
Common/3dParty/curl/build.bat
View file @
429729b9
SET
SCRIPTPATH
=
%~dp0
CD
/D
%~dp0
SET
PLATFORM
=
win_32
SET
MACHINE
=
x86
if
defined
ProgramFiles
(
x86
)
(
SET
PLATFORM
=
win_64
)
if
defined
TARGET
(
SET
PLATFORM
=
%TARGET%
SET
MACHINE
=
x64
)
if
"
%TARGET%
"
==
"win-32"
(
SET
PLATFORM
=
x86
SET
MACHINE
=
x86
)
if
"
%TARGET%
"
==
"win-64"
(
SET
PLATFORM
=
x64
SET
MACHINE
=
x64
)
if
"
%
PLATFORM%
"
==
"win_32
"
(
SET
MACHINE
=
x86
if
"
%
MACHINE%
"
==
"x86
"
(
SET
OUTPUT
=
win_32
)
if
"
%
PLATFORM%
"
==
"win_
64"
(
SET
MACHINE
=
x
64
if
"
%
MACHINE%
"
==
"x
64"
(
SET
OUTPUT
=
win_
64
)
SET
VC
=
"
%ProgramFiles%
\Microsoft Visual Studio 12.0\VC"
SET
VC64
=
"
%ProgramFiles
(x86)
%
\Microsoft Visual Studio 12.0\VC"
SET
VC
=
%ProgramFiles%
\Microsoft
Visual
Studio
12
.0\VC
SET
VC64
=
%ProgramFiles
(
x86
)
%
\Microsoft
Visual
Studio
12
.0\VC
if
exist
%VC6
4
%
(
SET
VC
=
%VC6
4
%
)
call
%VC%
\vcvarsall.bat
%MACHINE%
call
"
%VC%
\vcvarsall.bat
%MACHINE%
"
cd
curl
call
buildconf
.bat
cd
winbuild
nmake
/f
Makefile
.vc
mode
=
static
ENABLE_WINSSL
=
yes
MACHINE
=
%MACHINE%
VC
=
12
if
not
exist
"
%SCRIPTPATH%%
PLATFORM
%
"
(
md
%SCRIPTPATH%%
PLATFORM
%
\build
xcopy
/Y /S
..\builds\libcurl
-vc
12
-
%MACHINE%
-release-static-ipv
6
-sspi-winssl
\lib\libcurl_a.lib
%SCRIPTPATH%%
PLATFORM
%
\build\
mv
%SCRIPTPATH%%
PLATFORM
%
\build\libcurl_a.lib
%SCRIPTPATH%%
PLATFORM
%
\build\curl.lib
if
not
exist
"
%SCRIPTPATH%%
OUTPUT
%
"
(
md
%SCRIPTPATH%%
OUTPUT
%
\build
xcopy
/Y /S
..\builds\libcurl
-vc
12
-
%MACHINE%
-release-static-ipv
6
-sspi-winssl
\lib\libcurl_a.lib
%SCRIPTPATH%%
OUTPUT
%
\build\
mv
%SCRIPTPATH%%
OUTPUT
%
\build\libcurl_a.lib
%SCRIPTPATH%%
OUTPUT
%
\build\curl.lib
)
cd
..\..
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment