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