1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-30 05:45:43 +00:00

Default NOFORN to defined. (#209)

The NOFORN flag controls foreign function interface code, which
was written using the dld_* APIs which haven't existed in years.

There was a GNU dld that provided this API, but it was withdrawn
in 2006.

If this code is to be re-enabled, it will have to be changed to
use the `dlopen` family of APIs.
This commit is contained in:
Bruce Mitchener
2021-01-12 09:17:42 +07:00
committed by GitHub
parent fa1adadd31
commit 5a8f20c0ca
20 changed files with 23 additions and 25 deletions

View File

@@ -9,7 +9,7 @@ LPFILES = lpmain.obj lpread.obj lpsolve.obj lpwrite.obj lpdual.obj lptran.obj
KEY = keytstno.obj
CFLAGS = -DDOS -DBYTESWAP -DKBINT -DNOPIXRECT \
-DNOFORN -DNOVERSION -DLPSOLVE -g
-DNOVERSION -DLPSOLVE -g
LDFLAGS = -g graphics.lib binmode.lib mouse.lib