Commit 421fec12 by Richard Kenner

(DIR_SEPARATOR): Define.

From-SVN: r13513
parent 15e13f2c
/* Configuration for GNU C-compiler for hosting on Windows NT. /* Configuration for GNU C-compiler for hosting on Windows NT.
using a unix style C library. using a unix style C library.
Copyright (C) 1995, 1996 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -25,3 +25,5 @@ Boston, MA 02111-1307, USA. */ ...@@ -25,3 +25,5 @@ Boston, MA 02111-1307, USA. */
#define HAVE_FILE_H #define HAVE_FILE_H
#define EXECUTABLE_SUFFIX ".exe" #define EXECUTABLE_SUFFIX ".exe"
/* Even though we support "/", allow "\" since everybody tests both. */
#define DIR_SEPARATOR '\\'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment