]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
vcxproj: add missing source files
authorLev Stipakov <lev@openvpn.net>
Tue, 8 Oct 2019 12:52:34 +0000 (15:52 +0300)
committerGert Doering <gert@greenie.muc.de>
Wed, 9 Oct 2019 10:48:18 +0000 (12:48 +0200)
Commit 1b9a88a has added new C source/header files which
have to be added to VS project file.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1570539154-31784-2-git-send-email-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18903.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/openvpn.vcxproj
src/openvpn/openvpn.vcxproj.filters

index 92d7e32ea32ab5b72dcc7a253fb29068a1de9203..3b0ee602723f4857d84fcbbb1f2a05c9a9f659e6 100644 (file)
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="argv.c" />
+    <ClCompile Include="auth_token.c" />
     <ClCompile Include="base64.c" />
     <ClCompile Include="block_dns.c" />
     <ClCompile Include="buffer.c" />
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="argv.h" />
+    <ClInclude Include="auth_token.h" />
     <ClInclude Include="base64.h" />
     <ClInclude Include="basic.h" />
     <ClInclude Include="block_dns.h" />
index 7a9aa63155967eb53de04860d41f9dcf723e86f3..e6068aff7f12b9efd4825b7d04da1d7df5bdc8c7 100644 (file)
     <ClCompile Include="run_command.c">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="auth_token.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="base64.h">
     <ClInclude Include="run_command.h">
       <Filter>Header Files</Filter>
     </ClInclude>
+    <ClInclude Include="auth_token.h">
+      <Filter>Header Files</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="openvpn_win32_resources.rc">