summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-05-17 15:18:17 -0400
committerGitHub <noreply@github.com>2019-05-17 15:18:17 -0400
commitc51f0ecbfd21b1eb29cfd26ea870b175d92db6c6 (patch)
tree87f0f2dbe92e25d2816ab6077e93714b2e69d863 /cryptdll.vcxproj
parentb25b6f0892ebab5cc8a5e8c494c0db69057e1ba8 (diff)
downloadcryptopp-git-c51f0ecbfd21b1eb29cfd26ea870b175d92db6c6.tar.gz
Make config.h more Autoconf friendly (GH #835, PR #836)
Diffstat (limited to 'cryptdll.vcxproj')
-rw-r--r--cryptdll.vcxproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index 2a65a6b9..47454494 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -256,6 +256,16 @@
<ClInclude Include="channels.h" />
<ClInclude Include="cmac.h" />
<ClInclude Include="config.h" />
+ <ClInclude Include="config_align.h" />
+ <ClInclude Include="config_asm.h" />
+ <ClInclude Include="config_cpu.h" />
+ <ClInclude Include="config_cxx.h" />
+ <ClInclude Include="config_dll.h" />
+ <ClInclude Include="config_int.h" />
+ <ClInclude Include="config_misc.h" />
+ <ClInclude Include="config_ns.h" />
+ <ClInclude Include="config_os.h" />
+ <ClInclude Include="config_ver.h" />
<ClInclude Include="cpu.h" />
<ClInclude Include="cryptlib.h" />
<ClInclude Include="des.h" />