aboutsummaryrefslogtreecommitdiff
path: root/lib/compat/libcompat.vcxproj.filters
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-04-02 20:03:32 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-04-02 23:01:48 +0200
commitd76eb9dd46081279642d3353f51ebc09fe4bbe9f (patch)
tree1841a5e9016b760a6e0c6592dc85b0e4879d11c0 /lib/compat/libcompat.vcxproj.filters
parenta772248e1a2f0886d8479b2f14392f020ea8c6e0 (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.filters')
-rw-r--r--lib/compat/libcompat.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/compat/libcompat.vcxproj.filters b/lib/compat/libcompat.vcxproj.filters
index aa169a5..f2851d1 100644
--- a/lib/compat/libcompat.vcxproj.filters
+++ b/lib/compat/libcompat.vcxproj.filters
@@ -14,6 +14,9 @@
<ClCompile Include="getline.c">
<Filter>Source</Filter>
</ClCompile>
+ <ClCompile Include="getopt.c">
+ <Filter>Source</Filter>
+ </ClCompile>
<ClCompile Include="getsubopt.c">
<Filter>Source</Filter>
</ClCompile>