diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-07-31 09:15:02 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-07-31 09:15:02 -0700 |
commit | ee0ffcb7bcb46d3d129bd262781d54afa736ffbb (patch) | |
tree | 5487ca31e509664ed938fa474d420f1ee46bccdd /win32/project/Balau.vcxproj | |
parent | 3afee2ec57f662bd06a1da7794ce08f0504da2a0 (diff) |
Adding getopt to Balau for win32.
Diffstat (limited to 'win32/project/Balau.vcxproj')
-rw-r--r-- | win32/project/Balau.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ <ClCompile Include="..\..\src\TaskMan.cc" />
<ClCompile Include="..\..\src\Threads.cc" />
<ClCompile Include="..\..\src\ZHandle.cc" />
+ <ClCompile Include="..\getopt\getopt.c" />
<ClCompile Include="..\regex\engine.c">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
@@ -315,6 +316,7 @@ <ClInclude Include="..\..\src\jsoncpp\include\json\value.h" />
<ClInclude Include="..\..\src\jsoncpp\include\json\writer.h" />
<ClInclude Include="..\..\src\jsoncpp\src\json_batchallocator.h" />
+ <ClInclude Include="..\getopt\getopt.h" />
<ClInclude Include="..\regex\regex.h" />
<ClInclude Include="..\regex\regex2.h" />
</ItemGroup>
|