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