]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
msvc: Add vlan.c/h
authorSimon Rozman <simon@rozman.si>
Thu, 7 Nov 2019 13:29:01 +0000 (14:29 +0100)
committerGert Doering <gert@greenie.muc.de>
Thu, 7 Nov 2019 14:49:47 +0000 (15:49 +0100)
This upgrades 99f28081477ca325a14b13c38abec2c9b619eb01 to support MSVC
building.

Signed-off-by: Simon Rozman <simon@rozman.si>
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Message-Id: <20191107132901.1280-1-simon@rozman.si>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19015.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/openvpn.vcxproj
src/openvpn/openvpn.vcxproj.filters

index 4ffff2b694f6bf68eb06d2fefed495a61ea3f811..07d77f6101d19674cc2b8644f9c834eccb4e538d 100644 (file)
     <ClCompile Include="status.c" />
     <ClCompile Include="tls_crypt.c" />
     <ClCompile Include="tun.c" />
+    <ClCompile Include="vlan.c" />
     <ClCompile Include="win32.c" />
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="syshead.h" />
     <ClInclude Include="tls_crypt.h" />
     <ClInclude Include="tun.h" />
+    <ClInclude Include="vlan.h" />
     <ClInclude Include="win32.h" />
   </ItemGroup>
   <ItemGroup>
index e6068aff7f12b9efd4825b7d04da1d7df5bdc8c7..653e892c7824b3047892560fb8ae1e1d640b8937 100644 (file)
     <ClCompile Include="auth_token.c">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="vlan.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="base64.h">
     <ClInclude Include="auth_token.h">
       <Filter>Header Files</Filter>
     </ClInclude>
+    <ClInclude Include="vlan.h">
+      <Filter>Header Files</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="openvpn_win32_resources.rc">