From e0927c28e81b0667dc2c9b949bc6779e04483725 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 28 Jul 2014 15:49:42 -0700 Subject: Fixing libCurl build directory. --- win32/project/Balau.vcxproj | 14 +------------- win32/project/libcurl.vcxproj | 13 ++----------- 2 files changed, 3 insertions(+), 24 deletions(-) (limited to 'win32/project') diff --git a/win32/project/Balau.vcxproj b/win32/project/Balau.vcxproj index 2f220fc..61c24b7 100644 --- a/win32/project/Balau.vcxproj +++ b/win32/project/Balau.vcxproj @@ -65,19 +65,7 @@ - - $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ - $(Platform)\$(ProjectName)\$(Configuration)\ - - - $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ - $(Platform)\$(ProjectName)\$(Configuration)\ - - - $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ - $(Platform)\$(ProjectName)\$(Configuration)\ - - + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ $(Platform)\$(ProjectName)\$(Configuration)\ diff --git a/win32/project/libcurl.vcxproj b/win32/project/libcurl.vcxproj index f1bae89..4a55a5a 100644 --- a/win32/project/libcurl.vcxproj +++ b/win32/project/libcurl.vcxproj @@ -64,17 +64,8 @@ - <_ProjectFileVersion>10.0.30319.1 - ..\..\..\..\build\Win32\VC12\$(Configuration)\ - $(OutDir)lib\ - ..\..\..\..\build\Win64\VC12\$(Configuration)\ - $(OutDir)lib\ - ..\..\..\..\build\Win32\VC12\$(Configuration)\ - $(OutDir)lib\ - ..\..\..\..\build\Win64\VC12\$(Configuration)\ - $(OutDir)lib\ - $(ProjectName)d - $(ProjectName)d + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ -- cgit v1.2.3 From 1b434b9fff746c2a56d4186fe787fadf7571c603 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 31 Jul 2014 00:39:59 -0700 Subject: Changing the regex library for one that isn't GPL. --- win32/project/Balau.vcxproj | 21 ++++++++++++++++----- win32/project/Balau.vcxproj.filters | 24 +++++++++++++++++++++--- 2 files changed, 37 insertions(+), 8 deletions(-) (limited to 'win32/project') diff --git a/win32/project/Balau.vcxproj b/win32/project/Balau.vcxproj index 61c24b7..0959a39 100644 --- a/win32/project/Balau.vcxproj +++ b/win32/project/Balau.vcxproj @@ -244,12 +244,22 @@ - - 4290;4800;4018;4090;4047;4101 - 4290;4800;4018;4090;4047;4101 - 4290;4800;4018;4090;4047;4101 - 4290;4800;4018;4090;4047;4101 + + true + true + true + true + + + 4290;4800;4703 + 4290;4800;4703 + 4290;4800;4703 + 4290;4800;4703 + + + + @@ -306,6 +316,7 @@ + diff --git a/win32/project/Balau.vcxproj.filters b/win32/project/Balau.vcxproj.filters index cbaa322..02b4e84 100644 --- a/win32/project/Balau.vcxproj.filters +++ b/win32/project/Balau.vcxproj.filters @@ -141,9 +141,6 @@ Third Party\libev - - Third Party\regex - Third Party\jsoncpp @@ -174,6 +171,24 @@ Source + + Third Party\regex + + + Third Party\regex + + + Third Party\regex + + + Third Party\regex + + + Third Party\regex + + + Third Party\regex + @@ -338,6 +353,9 @@ Headers + + Third Party\regex + -- cgit v1.2.3 From ee0ffcb7bcb46d3d129bd262781d54afa736ffbb Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 31 Jul 2014 09:15:02 -0700 Subject: Adding getopt to Balau for win32. --- win32/project/Balau.vcxproj | 2 ++ win32/project/Balau.vcxproj.filters | 9 +++++++++ 2 files changed, 11 insertions(+) (limited to 'win32/project') diff --git a/win32/project/Balau.vcxproj b/win32/project/Balau.vcxproj index 0959a39..921b1d0 100644 --- a/win32/project/Balau.vcxproj +++ b/win32/project/Balau.vcxproj @@ -244,6 +244,7 @@ + true true @@ -315,6 +316,7 @@ + diff --git a/win32/project/Balau.vcxproj.filters b/win32/project/Balau.vcxproj.filters index 02b4e84..cd115d4 100644 --- a/win32/project/Balau.vcxproj.filters +++ b/win32/project/Balau.vcxproj.filters @@ -22,6 +22,9 @@ {b7c1083c-5e02-4f73-b973-73dfb07f1a9f} + + {d9a98750-dc39-4eb1-9e0d-49bb1a95b104} + @@ -189,6 +192,9 @@ Third Party\regex + + Third Party\getopt + @@ -356,6 +362,9 @@ Third Party\regex + + Third Party\getopt + -- cgit v1.2.3