-
Notifications
You must be signed in to change notification settings - Fork 8
/
configure.bat
41 lines (38 loc) · 1.44 KB
/
configure.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
@echo off
rem /*************************************************************************
rem ___ ___
rem / \ / \ VESvault
rem \__ / \ __/ Encrypt Everything without fear of losing the Key
rem \\ // https://vesvault.com https://ves.host
rem \\ //
rem ___ \\_//
rem / \ / \ libVES: VESvault API library
rem \__ / \ __/
rem \\ // VES Utility: A command line interface to libVES
rem \\ //
rem \\_// - Key Management and Exchange
rem / \ - Item Encryption and Sharing
rem \___/ - Stream Encryption
rem
rem
rem (c) 2018 VESvault Corp
rem Jim Zubov <[email protected]>
rem
rem GNU General Public License v3
rem You may opt to use, copy, modify, merge, publish, distribute and/or sell
rem copies of the Software, and permit persons to whom the Software is
rem furnished to do so, under the terms of the COPYING file.
rem
rem This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
rem KIND, either express or implied.
rem
rem **************************************************************************/
copy /Y Makefile.win Makefile
echo *
echo * Quick config for Windows + Visual Studio
echo *
echo * Makefile created
echo *
echo * Set the proper paths to OpenSSL and libcURL in Makefile,
echo * then run nmake
echo *