summaryrefslogtreecommitdiff
path: root/vsproject/mrustc.vcxproj
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2019-11-24 14:56:07 +0800
committerJohn Hodge <tpg@mutabah.net>2019-11-24 14:56:07 +0800
commit25aff26fb8ced9c032c5593ad6acdd78b09d225f (patch)
tree1d47f26073416460b020d2e7714d8b1988ba8b27 /vsproject/mrustc.vcxproj
parent6e4f7d44b72ebb911420c8dd6279b6b57189a2fd (diff)
downloadmrust-25aff26fb8ced9c032c5593ad6acdd78b09d225f.tar.gz
main - Move debug code to `debug.cpp` (preparation for moving all logic to a library)
Diffstat (limited to 'vsproject/mrustc.vcxproj')
-rw-r--r--vsproject/mrustc.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/vsproject/mrustc.vcxproj b/vsproject/mrustc.vcxproj
index 8fc64dfa..8104e35a 100644
--- a/vsproject/mrustc.vcxproj
+++ b/vsproject/mrustc.vcxproj
@@ -302,6 +302,7 @@
<ClInclude Include="..\src\include\compile_error.hpp" />
<ClInclude Include="..\src\include\cpp_unpack.h" />
<ClInclude Include="..\src\include\debug.hpp" />
+ <ClInclude Include="..\src\include\debug_inner.hpp" />
<ClInclude Include="..\src\include\main_bindings.hpp" />
<ClInclude Include="..\src\include\rc_string.hpp" />
<ClInclude Include="..\src\include\rustic.hpp" />