lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev Another patch for DOS makefiles


From: Doug Kaufman
Subject: lynx-dev Another patch for DOS makefiles
Date: Tue, 27 Jan 2004 21:09:02 -0800 (PST)

Since it appears that we don't need to include the WATT-32 include/sys
directory, this should fix the makefiles. I haven't had a chance
to look at the old makefile.wsl file. Feel free to use Gisle's
suggestion about using WATT_ROOT instead of "DJDIR/watt32", if you
wish. I am just not sure that it is worth it to require an extra
environment variable in order to compile. I know that I have had
to redo attempts at compilation of other programs multiple times
because I had forgotten to set WATT_ROOT. I guess that if I were smart
enough to learn from this, I would set WATT_ROOT in my autoexec.bat
file, so that it would always be in the environmnet. Perhaps one of
these days I will. 

                      Doug

--- www/Library/djgpp/makefile.ori      2004-01-25 18:52:06.000000000 -0800
+++ www/Library/djgpp/makefile  2004-01-27 20:48:56.000000000 -0800
@@ -29,8 +29,7 @@
  -I../../../src \
  -I../../.. \
  -I/dev/env/DJDIR/pdcur26 \
- -I/dev/env/DJDIR/watt32/inc \
- -I/dev/env/DJDIR/watt32/inc/sys
+ -I/dev/env/DJDIR/watt32/inc
 
 LFLAGS =
 CC = gcc
--- www/Library/djgpp/makefile.sla.ori  2004-01-25 18:00:58.000000000 -0800
+++ www/Library/djgpp/makefile.sla      2004-01-27 20:51:34.000000000 -0800
@@ -10,7 +10,7 @@
 CFLAGS = -O2 -DUSE_SLANG -DUSE_ZLIB -DDOSPATH -DNOUSERS -DDISP_PARTIAL \
 -DDIRED_SUPPORT -DUSE_SOURCE_CACHE -DUSE_PRETTYSRC \
 -I../Implementation \
--I/dev/env/DJDIR/watt32/inc -I/dev/env/DJDIR/watt32/inc/sys \
+-I/dev/env/DJDIR/watt32/inc \
 -I../../../src \
 -I../../.. $(SLANGINC) $(INTLFLAGS) $(SSLFLAGS) $(SSLINC)
 
--- src/makefile.dos.ori        2004-01-25 18:00:58.000000000 -0800
+++ src/makefile.dos    2004-01-27 20:44:00.000000000 -0800
@@ -53,8 +53,7 @@
  -I./chrtrans \
  -I../WWW/Library/Implementation \
  -I/dev/env/DJDIR/pdcur26 \
- -I/dev/env/DJDIR/watt32/inc \
- -I/dev/env/DJDIR/watt32/inc/sys
+ -I/dev/env/DJDIR/watt32/inc
 
 WWWLIB = \
  ../WWW/Library/djgpp/libwww.a \
--- src/makefile.dsl.ori        2004-01-25 18:00:58.000000000 -0800
+++ src/makefile.dsl    2004-01-27 20:45:46.000000000 -0800
@@ -42,8 +42,7 @@
  $(SSLINC) \
  -I./chrtrans \
  -I../WWW/Library/Implementation \
- -I/dev/env/DJDIR/watt32/inc \
- -I/dev/env/DJDIR/watt32/inc/sys
+ -I/dev/env/DJDIR/watt32/inc
 
 WWWLIB = \
  ../WWW/Library/djgpp/libwww.a \

-- 
Doug Kaufman
Internet: address@hidden


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]