Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2004:
[Freeciv-Dev] Re: (PR#7565) Server output directory
Home

[Freeciv-Dev] Re: (PR#7565) Server output directory

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: per@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#7565) Server output directory
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 27 Feb 2004 12:49:00 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=7565 >

Per I. Mathisen wrote:

> Index: common/shared.c
> ===================================================================
> RCS file: /home/freeciv/CVS/freeciv/common/shared.c,v
> retrieving revision 1.106
> diff -u -r1.106 shared.c
> --- common/shared.c   28 Nov 2003 17:37:21 -0000      1.106
> +++ common/shared.c   27 Feb 2004 20:01:42 -0000
> @@ -58,6 +58,16 @@
>  #endif
>  #endif
>  
> +#ifndef PATH_SYMBOL
> +#if defined _WIN32 || defined __WIN32__ || defined __EMX__ || defined 
> __DJGPP__
> +  /* Win32, OS/2, DOS */
> +#define PATH_SYMBOL "\\"
> +#else
> +  /* Unix */
> +#define PATH_SYMBOL "/"
> +#endif
> +#endif

This should have a configure check, though I'm not sure what it should be.

jason




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#7565) Server output directory, Jason Short <=