summaryrefslogtreecommitdiff
path: root/win32/project/Balau.vcxproj
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-08-10 22:07:42 -0700
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-08-10 22:07:42 -0700
commit24c84e9423db42563de21da76efd4637ca2abcce (patch)
tree48045eadcfb48dd200fbc731e3dccb487bf661ca /win32/project/Balau.vcxproj
parentd6fe842fdb0972ffe228022c5705b1b167e68467 (diff)
First pass at the SmartWriter.
Diffstat (limited to 'win32/project/Balau.vcxproj')
-rw-r--r--win32/project/Balau.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/project/Balau.vcxproj b/win32/project/Balau.vcxproj
index 44ef4ad..493bb72 100644
--- a/win32/project/Balau.vcxproj
+++ b/win32/project/Balau.vcxproj
@@ -233,6 +233,7 @@
<ClCompile Include="..\..\src\Printer.cc" />
<ClCompile Include="..\..\src\Selectable.cc" />
<ClCompile Include="..\..\src\SimpleMustache.cc" />
+ <ClCompile Include="..\..\src\SmartWriter.cc" />
<ClCompile Include="..\..\src\Socket.cc" />
<ClCompile Include="..\..\src\StdIO.cc">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
@@ -294,6 +295,7 @@
<ClInclude Include="..\..\includes\Printer.h" />
<ClInclude Include="..\..\includes\Selectable.h" />
<ClInclude Include="..\..\includes\SimpleMustache.h" />
+ <ClInclude Include="..\..\includes\SmartWriter.h" />
<ClInclude Include="..\..\includes\Socket.h" />
<ClInclude Include="..\..\includes\StacklessTask.h" />
<ClInclude Include="..\..\includes\Task.h" />