visual studio path updates
This commit is contained in:
parent
a2e532ed01
commit
630e7b6040
@ -2,6 +2,7 @@ include_directories(
|
|||||||
.
|
.
|
||||||
../include
|
../include
|
||||||
../include/compat
|
../include/compat
|
||||||
|
./openssl
|
||||||
)
|
)
|
||||||
|
|
||||||
set(
|
set(
|
||||||
@ -63,7 +64,7 @@ endif()
|
|||||||
|
|
||||||
if(CMAKE_HOST_WIN32)
|
if(CMAKE_HOST_WIN32)
|
||||||
set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/apps_win.c)
|
set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/apps_win.c)
|
||||||
set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/hash_win.c)
|
set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/certhash_win.c)
|
||||||
set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/poll_win.c)
|
set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/poll_win.c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include <io.h>
|
#include <io.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
#include "apps.h"
|
#include <apps.h>
|
||||||
|
|
||||||
double
|
double
|
||||||
app_tminterval(int stop, int usertime)
|
app_tminterval(int stop, int usertime)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* certhash dummy implementation for platforms without symlinks
|
* certhash dummy implementation for platforms without symlinks
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "apps.h"
|
#include <apps.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
certhash_main(int argc, char **argv)
|
certhash_main(int argc, char **argv)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user