diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-06-18 21:32:16 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-06-18 21:32:34 -0700 |
commit | 83120f42019feb5ff4947e9bfb22650a2339d583 (patch) | |
tree | 4f98c5f0b528d6c59cd205da3dc27e2df36ac128 /win32/project/Balau.vcxproj | |
parent | f889bced4e1b6518904a7f8458d646489d497d0e (diff) |
Adding a bit more curl code.
Diffstat (limited to 'win32/project/Balau.vcxproj')
-rw-r--r-- | win32/project/Balau.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/project/Balau.vcxproj b/win32/project/Balau.vcxproj index f50aac4..2f0d740 100644 --- a/win32/project/Balau.vcxproj +++ b/win32/project/Balau.vcxproj @@ -224,6 +224,7 @@ <ClCompile Include="..\..\src\BString.cc" />
<ClCompile Include="..\..\src\Buffer.cc" />
<ClCompile Include="..\..\src\BWebSocket.cc" />
+ <ClCompile Include="..\..\src\CurlTask.cc" />
<ClCompile Include="..\..\src\Exceptions.cc" />
<ClCompile Include="..\..\src\Handle.cc" />
<ClCompile Include="..\..\src\HelperTasks.cc" />
|