Path fixes, etc, to work on MINGW.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7581 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2000-09-22 04:20:52 +00:00
parent 47eb44d12d
commit 4ae2035ea0
19 changed files with 209 additions and 93 deletions

View file

@ -9,6 +9,8 @@
#include <Foundation/NSAutoreleasePool.h>
#include "server.h"
#include "wgetopt.h"
@implementation Server
- (NSData*) authenticationDataForComponents: (NSMutableArray*)components
@ -402,8 +404,10 @@ int main(int argc, char *argv[], char **env)
id o = [[NSObject alloc] init];
NSConnection *c;
NSAutoreleasePool *arp = [NSAutoreleasePool new];
#ifndef __MINGW__
extern int optind;
extern char *optarg;
#endif
[NSProcessInfo initializeWithArguments: argv count: argc environment: env];
debug = 0;