Moved all Windows related files to win folder
This commit is contained in:
parent
8e1d69ac8b
commit
8efb9a38ea
15
.gitignore
vendored
15
.gitignore
vendored
@ -60,13 +60,14 @@ DataStructures/pbf-proto/*.pb.cc
|
||||
# External Libs #
|
||||
#################
|
||||
lib/
|
||||
win/lib
|
||||
|
||||
# Visual Studio Temp + build Files #
|
||||
####################################
|
||||
vcprojects/*.user
|
||||
vcprojects/*.ncb
|
||||
vcprojects/*.suo
|
||||
vcprojects/Debug/
|
||||
vcprojects/Release/
|
||||
bin/
|
||||
bin-debug/
|
||||
win/*.user
|
||||
win/*.ncb
|
||||
win/*.suo
|
||||
win/Debug/
|
||||
win/Release/
|
||||
win/bin/
|
||||
win/bin-debug/
|
@ -18,8 +18,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)..\bin-debug"
|
||||
IntermediateDirectory="$(SolutionDir)..\bin-debug"
|
||||
OutputDirectory="$(SolutionDir)bin-debug"
|
||||
IntermediateDirectory="$(SolutionDir)bin-debug"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets=".\osrm.vsprops"
|
||||
CharacterSet="1"
|
||||
@ -43,7 +43,7 @@
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_RTLDLL -DBOOST_LIB_DIAGNOSTIC -DSTXXL_BOOST_TIMESTAMP -DSTXXL_BOOST_CONFIG -DSTXXL_BOOST_FILESYSTEM -DSTXXL_BOOST_THREADS -DSTXXL_BOOST_RANDOM /EHsc /EHs /wd4820 /wd4217 /wd4668 /wd4619 /wd4625 /wd4626 /wd4355 /wd4996 -D_SCL_SECURE_NO_DEPRECATE /F 16777216 /nologo "
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""$(BoostPath)";"$(StxxlPath)\include";"$(LibXml2Path)\include";"$(IconvPath)\include";"$(SparsehashPath)\src\";"$(SparsehashPath)\src\windows";"$(Bzip2Path)\include";"$(ZlibPath)\include";..\;"$(ProtobufPath)\include""
|
||||
AdditionalIncludeDirectories=""$(BoostPath)";"$(StxxlPath)\include";"$(LibXml2Path)\include";"$(IconvPath)\include";"$(SparsehashPath)\src\";"$(SparsehashPath)\src\windows";"$(Bzip2Path)\include";"$(ZlibPath)\include";..\;"$(ProtobufPath)\include";"$(SolutionDir)""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
@ -98,8 +98,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)..\bin"
|
||||
IntermediateDirectory="$(SolutionDir)..\bin"
|
||||
OutputDirectory="$(SolutionDir)bin"
|
||||
IntermediateDirectory="$(SolutionDir)bin"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets=".\osrm.vsprops"
|
||||
CharacterSet="1"
|
||||
@ -199,7 +199,7 @@
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\getopt.h"
|
||||
RelativePath="getopt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@ -207,7 +207,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\unistd.h"
|
||||
RelativePath="unistd.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
@ -18,8 +18,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)..\bin-debug"
|
||||
IntermediateDirectory="$(SolutionDir)..\bin-debug"
|
||||
OutputDirectory="$(SolutionDir)bin-debug"
|
||||
IntermediateDirectory="$(SolutionDir)bin-debug"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets=".\osrm.vsprops"
|
||||
CharacterSet="1"
|
||||
@ -44,7 +44,7 @@
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_RTLDLL -DBOOST_LIB_DIAGNOSTIC -DSTXXL_BOOST_TIMESTAMP -DSTXXL_BOOST_CONFIG -DSTXXL_BOOST_FILESYSTEM -DSTXXL_BOOST_THREADS -DSTXXL_BOOST_RANDOM /EHsc /EHs /wd4820 /wd4217 /wd4668 /wd4619 /wd4625 /wd4626 /wd4355 /wd4996 -D_SCL_SECURE_NO_DEPRECATE /F 16777216 /nologo "
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""$(BoostPath)";"$(StxxlPath)\include";"$(LibXml2Path)\include";"$(IconvPath)\include";"$(SparsehashPath)\src\";"$(SparsehashPath)\src\windows";"$(Bzip2Path)\include";"$(ZlibPath)\include";..\;"$(ProtobufPath)\include""
|
||||
AdditionalIncludeDirectories=""$(BoostPath)";"$(StxxlPath)\include";"$(LibXml2Path)\include";"$(IconvPath)\include";"$(SparsehashPath)\src\";"$(SparsehashPath)\src\windows";"$(Bzip2Path)\include";"$(ZlibPath)\include";..\;"$(ProtobufPath)\include";"$(SolutionDir)""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
@ -99,8 +99,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)..\bin"
|
||||
IntermediateDirectory="$(SolutionDir)..\bin"
|
||||
OutputDirectory="$(SolutionDir)bin"
|
||||
IntermediateDirectory="$(SolutionDir)bin"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets=".\osrm.vsprops"
|
||||
CharacterSet="1"
|
||||
@ -216,7 +216,7 @@
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\getopt.h"
|
||||
RelativePath="getopt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@ -224,7 +224,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\unistd.h"
|
||||
RelativePath="unistd.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
@ -6,34 +6,34 @@
|
||||
>
|
||||
<UserMacro
|
||||
Name="BoostPath"
|
||||
Value="$(SolutionDir)..\lib\boost_1_47\"
|
||||
Value="$(SolutionDir)lib\boost_1_47\"
|
||||
/>
|
||||
<UserMacro
|
||||
Name="Bzip2Path"
|
||||
Value="$(SolutionDir)..\lib\bzip2-1.0.6\"
|
||||
Value="$(SolutionDir)lib\bzip2-1.0.6\"
|
||||
/>
|
||||
<UserMacro
|
||||
Name="IconvPath"
|
||||
Value="$(SolutionDir)..\lib\iconv-1.9.2.win32\"
|
||||
Value="$(SolutionDir)lib\iconv-1.9.2.win32\"
|
||||
/>
|
||||
<UserMacro
|
||||
Name="LibXml2Path"
|
||||
Value="$(SolutionDir)..\lib\libxml2-2.7.8.win32\"
|
||||
Value="$(SolutionDir)lib\libxml2-2.7.8.win32\"
|
||||
/>
|
||||
<UserMacro
|
||||
Name="ProtobufPath"
|
||||
Value="$(SolutionDir)..\lib\protobuf-2.4.1\"
|
||||
Value="$(SolutionDir)lib\protobuf-2.4.1\"
|
||||
/>
|
||||
<UserMacro
|
||||
Name="SparsehashPath"
|
||||
Value="$(SolutionDir)..\lib\sparsehash-1.11\"
|
||||
Value="$(SolutionDir)lib\sparsehash-1.11\"
|
||||
/>
|
||||
<UserMacro
|
||||
Name="StxxlPath"
|
||||
Value="$(SolutionDir)..\lib\stxxl-1.3.1\"
|
||||
Value="$(SolutionDir)lib\stxxl-1.3.1\"
|
||||
/>
|
||||
<UserMacro
|
||||
Name="ZlibPath"
|
||||
Value="$(SolutionDir)..\lib\zlib-1.2.5\"
|
||||
Value="$(SolutionDir)lib\zlib-1.2.5\"
|
||||
/>
|
||||
</VisualStudioPropertySheet>
|
@ -18,8 +18,8 @@
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)..\bin-debug"
|
||||
IntermediateDirectory="$(SolutionDir)..\bin-debug"
|
||||
OutputDirectory="$(SolutionDir)bin-debug"
|
||||
IntermediateDirectory="$(SolutionDir)bin-debug"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets=".\osrm.vsprops"
|
||||
CharacterSet="1"
|
||||
@ -43,7 +43,7 @@
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_RTLDLL -DBOOST_LIB_DIAGNOSTIC -DSTXXL_BOOST_TIMESTAMP -DSTXXL_BOOST_CONFIG -DSTXXL_BOOST_FILESYSTEM -DSTXXL_BOOST_THREADS -DSTXXL_BOOST_RANDOM /EHsc /EHs /wd4820 /wd4217 /wd4668 /wd4619 /wd4625 /wd4626 /wd4355 /wd4996 -D_SCL_SECURE_NO_DEPRECATE /F 16777216 /nologo "
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""$(BoostPath)";"$(StxxlPath)\include";"$(LibXml2Path)\include";"$(IconvPath)\include";"$(SparsehashPath)\src\";"$(SparsehashPath)\src\windows";"$(Bzip2Path)\include";"$(ZlibPath)\include";..\;"$(ProtobufPath)\include""
|
||||
AdditionalIncludeDirectories=""$(BoostPath)";"$(StxxlPath)\include";"$(LibXml2Path)\include";"$(IconvPath)\include";"$(SparsehashPath)\src\";"$(SparsehashPath)\src\windows";"$(Bzip2Path)\include";"$(ZlibPath)\include";..\;"$(ProtobufPath)\include";"$(SolutionDir)""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
@ -98,8 +98,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)..\bin"
|
||||
IntermediateDirectory="$(SolutionDir)..\bin"
|
||||
OutputDirectory="$(SolutionDir)bin"
|
||||
IntermediateDirectory="$(SolutionDir)bin"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets=".\osrm.vsprops"
|
||||
CharacterSet="1"
|
||||
@ -199,7 +199,7 @@
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\getopt.h"
|
||||
RelativePath="getopt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@ -207,7 +207,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\unistd.h"
|
||||
RelativePath="unistd.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
Loading…
Reference in New Issue
Block a user