diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ccbe9e..f33ec08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,8 +48,8 @@ endif() #message(${N2N_OPTION_AES}) ## DEBUG FOR CMAKE +# Add SHARED to build DLL add_library(n2n n2n.c - n2n_keyfile.c edge_utils.c wire.c minilzo.c @@ -61,7 +61,6 @@ add_library(n2n n2n.c tuntap_netbsd.c tuntap_linux.c tuntap_osx.c - version.c ) if(DEFINED WIN32) diff --git a/dll/n2n.dll b/dll/n2n.dll new file mode 100644 index 0000000..b201bd4 Binary files /dev/null and b/dll/n2n.dll differ