Skip to content

Commit

Permalink
Added needed files, added libs and includes in project file, started …
Browse files Browse the repository at this point in the history
…modifying code
  • Loading branch information
erap320 committed Dec 15, 2017
1 parent 9277f3d commit 0f7eb29
Show file tree
Hide file tree
Showing 30 changed files with 3,191 additions and 412 deletions.
8 changes: 1 addition & 7 deletions CrowLeer.sln
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CrowLeer", "CrowLeer\CrowLeer.vcxproj", "{A886CD9F-F24D-41A1-9E82-870548A0B2B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A886CD9F-F24D-41A1-9E82-870548A0B2B8}.Debug|x64.ActiveCfg = Debug|x64
{A886CD9F-F24D-41A1-9E82-870548A0B2B8}.Debug|x64.Build.0 = Debug|x64
{A886CD9F-F24D-41A1-9E82-870548A0B2B8}.Debug|x86.ActiveCfg = Debug|Win32
{A886CD9F-F24D-41A1-9E82-870548A0B2B8}.Debug|x86.Build.0 = Debug|Win32
{A886CD9F-F24D-41A1-9E82-870548A0B2B8}.Release|x64.ActiveCfg = Release|x64
{A886CD9F-F24D-41A1-9E82-870548A0B2B8}.Release|x64.Build.0 = Release|x64
{A886CD9F-F24D-41A1-9E82-870548A0B2B8}.Release|x86.ActiveCfg = Release|Win32
{A886CD9F-F24D-41A1-9E82-870548A0B2B8}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
30 changes: 24 additions & 6 deletions CrowLeer/CrowLeer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,28 +72,43 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>D:\git\CrowLeer\CrowLeer\curl;$(IncludePath)</IncludePath>
<LibraryPath>D:\git\CrowLeer\CrowLeer\curl;$(LibraryPath)</LibraryPath>
<IncludePath>D:\git\CrowLeer\CrowLeer\cpp-netlib;D:\git\CrowLeer\CrowLeer\curl;$(IncludePath)</IncludePath>
<LibraryPath>D:\git\CrowLeer\CrowLeer\cpp-netlib;D:\git\CrowLeer\CrowLeer\curl;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>D:\git\CrowLeer\CrowLeer\curl;$(IncludePath)</IncludePath>
<LibraryPath>D:\git\CrowLeer\CrowLeer\curl;$(LibraryPath)</LibraryPath>
<IncludePath>D:\git\CrowLeer\CrowLeer\cpp-netlib;D:\git\CrowLeer\CrowLeer\curl;$(IncludePath)</IncludePath>
<LibraryPath>D:\git\CrowLeer\CrowLeer\cpp-netlib;D:\git\CrowLeer\CrowLeer\curl;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>D:\git\CrowLeer\CrowLeer\cpp-netlib86;D:\git\CrowLeer\CrowLeer\curl86;$(IncludePath)</IncludePath>
<LibraryPath>D:\git\CrowLeer\CrowLeer\cpp-netlib86;D:\git\CrowLeer\CrowLeer\curl86;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IncludePath>D:\git\CrowLeer\CrowLeer\cpp-netlib86;D:\git\CrowLeer\CrowLeer\curl86;$(IncludePath)</IncludePath>
<LibraryPath>D:\git\CrowLeer\CrowLeer\cpp-netlib86;D:\git\CrowLeer\CrowLeer\curl86;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<AdditionalDependencies>libcurl_a_debug.lib;network-urid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>libcurl_a_debug.lib;network-urid.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
Expand All @@ -102,10 +117,12 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>libcurl_a_debug.lib;network-urid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand All @@ -115,12 +132,13 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>libcurl_a.lib;network-uri.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions CrowLeer/CrowLeer.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,17 @@
<ClCompile Include="utils.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="uri.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="conditions.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="getopt.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="uri.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="uri.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="utils.h">
<Filter>Header Files</Filter>
</ClInclude>
Expand All @@ -50,6 +47,9 @@
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="uri.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res.rc">
Expand Down
23 changes: 23 additions & 0 deletions CrowLeer/cpp-netlib/LICENSE_1_0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Boost Software License - Version 1.0 - August 17th, 2003

Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:

The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
Binary file added CrowLeer/cpp-netlib/network-uri.lib
Binary file not shown.
Binary file added CrowLeer/cpp-netlib/network-urid.lib
Binary file not shown.
Loading

0 comments on commit 0f7eb29

Please sign in to comment.