revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories

This commit is contained in:
Josh Coalson
2002-11-21 09:00:25 +00:00
parent 48404ff9c3
commit bfc8e319c2
76 changed files with 2169 additions and 449 deletions

View File

@@ -79,7 +79,7 @@
#define NULL 0
#endif
GETOPT_API int
int
share__getopt_long (argc, argv, options, long_options, opt_index)
int argc;
char *const *argv;
@@ -95,7 +95,7 @@ share__getopt_long (argc, argv, options, long_options, opt_index)
but does match a short option, it is parsed as a short option
instead. */
GETOPT_API int
int
share__getopt_long_only (argc, argv, options, long_options, opt_index)
int argc;
char *const *argv;