/[gcl]/gcl/h/gnuwin95.defs
ViewVC logotype

Diff of /gcl/h/gnuwin95.defs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by wfs, Mon Dec 6 22:44:03 1999 UTC revision 1.2 by camm, Tue Dec 18 21:39:36 2001 UTC
# Line 18  ODIR_DEBUG= Line 18  ODIR_DEBUG=
18  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
19  # and also in the compiler::*cc* variable for later compilation of  # and also in the compiler::*cc* variable for later compilation of
20  # lisp files.  # lisp files.
21  # (the -pipe is just since our file system is slow..)  CC = gcc  -fwritable-strings  -DVOL=volatile  -I$(GCLDIR)/o -fsigned-char
 CC = gnuwin32gcc -pipe -fwritable-strings  -DVOL=volatile -I/usr/gnuwin32/i586-pc-cygwin32/include -I/usr/gnuwin32/include -I$(GCLDIR)/o -fsigned-char  
 AS= gnuwin32as    
 AR= gnuwin32ar q  
 RANLIB= gnuwin32ranlib  
   
 CC = gcc  -fwritable-strings  -DVOL=volatile  -I$(GCLDIR)/o -I/Cygnus/src/include -fsigned-char  
22  AS= as    AS= as  
23  AR= ar q  AR= ar q
24  RANLIB= ranlib  RANLIB= ranlib
# Line 61  LIBFILES=bsearch.o Line 55  LIBFILES=bsearch.o
55  KCP=kcp-bsd  KCP=kcp-bsd
56    
57  # using gcc so dont need  # using gcc so dont need
 GNULIB1=  
58    GNULIB1=

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26