diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-04-02 20:03:32 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-04-02 23:01:48 +0200 |
commit | d76eb9dd46081279642d3353f51ebc09fe4bbe9f (patch) | |
tree | 1841a5e9016b760a6e0c6592dc85b0e4879d11c0 /lib/compat/libcompat.vcxproj | |
parent | a772248e1a2f0886d8479b2f14392f020ea8c6e0 (diff) |
Add a libcompat implementation of getopt
Limited to the subset actually needed. Vaguely inspired by the NetBSD
libc implementation.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/compat/libcompat.vcxproj')
-rw-r--r-- | lib/compat/libcompat.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compat/libcompat.vcxproj b/lib/compat/libcompat.vcxproj index b77a39c..307754e 100644 --- a/lib/compat/libcompat.vcxproj +++ b/lib/compat/libcompat.vcxproj @@ -156,6 +156,7 @@ <ItemGroup> <ClCompile Include="chdir.c" /> <ClCompile Include="getline.c" /> + <ClCompile Include="getopt.c" /> <ClCompile Include="getsubopt.c" /> <ClCompile Include="mockups.c" /> <ClCompile Include="path_to_windows.c" /> |