diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-03-29 19:00:00 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-03-29 19:00:00 -0500 |
commit | af9be28bc2701ea448898282942bd5b957439f18 (patch) | |
tree | 8401b3f99897cbbe4855c7c8b5485a01efa73c59 /WWW/Library/djgpp/makefile | |
parent | 43797ce7b89f70182191e7b41521772c7efa2d25 (diff) | |
download | lynx-snapshots-af9be28bc2701ea448898282942bd5b957439f18.tar.gz |
snapshot of project "lynx", label v2-8-1dev_5
Diffstat (limited to 'WWW/Library/djgpp/makefile')
-rw-r--r-- | WWW/Library/djgpp/makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/WWW/Library/djgpp/makefile b/WWW/Library/djgpp/makefile index d7272e45..87a9a103 100644 --- a/WWW/Library/djgpp/makefile +++ b/WWW/Library/djgpp/makefile @@ -7,8 +7,11 @@ WWW_MACH = djgpp # The ASIS repository's name for the machine we are on #ASIS_MACH = hardware/os -CFLAGS = -O3 -DUSE_ZLIB -DDOSPATH -DNOUSERS -DDEBUG -I../../../djgpp/tcplib/include -I../../../djgpp/tcplib/include/tcp \ --I../../../src -I../../.. +CFLAGS = -O3 -DUSE_ZLIB -DDOSPATH -DNOUSERS -DDEBUG \ +-I../../../djgpp/tcplib/include \ +-I../../../djgpp/tcplib/include/tcp \ +-I../../../src \ +-I../../.. LFLAGS = CC = gcc |