summaryrefslogtreecommitdiff
path: root/vsproject/mrustc.vcxproj
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2017-11-18 15:47:31 +0800
committerJohn Hodge <tpg@mutabah.net>2017-11-18 15:47:31 +0800
commit493c715572abc8a5413a9159bc0c629b7e83604b (patch)
treef050ed7ea3f284964cac3c6861358d09f35861bf /vsproject/mrustc.vcxproj
parent041a3415865007fde084230d0dd5fcd0c67ce61d (diff)
downloadmrust-493c715572abc8a5413a9159bc0c629b7e83604b.tar.gz
MSVC Compile Fixes
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 a547e336..41d4b42a 100644
--- a/vsproject/mrustc.vcxproj
+++ b/vsproject/mrustc.vcxproj
@@ -163,6 +163,7 @@
<ClCompile Include="..\src\expand\lang_item.cpp" />
<ClCompile Include="..\src\expand\macro_rules.cpp" />
<ClCompile Include="..\src\expand\mod.cpp" />
+ <ClCompile Include="..\src\expand\proc_macro.cpp" />
<ClCompile Include="..\src\expand\rustc_diagnostics.cpp" />
<ClCompile Include="..\src\expand\std_prelude.cpp" />
<ClCompile Include="..\src\expand\stringify.cpp" />