aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.dj
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-05-03 14:28:40 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-05-06 23:13:08 +0200
commita8e388dd1095d3ffa12fc75f2bec70f1f9b66c80 (patch)
treebb9999b1c2ef935b691478347568e4452419528c /src/makefile.dj
parentba5fa1c7a825da75da6f0686ee89e2b64a9cb0f5 (diff)
curl: remove tool_writeenv.[ch]
... and USE_ENVIRONMENT and --environment. It was once added for RISC OS support and its platform specific behavior has been annoying ever since. Added in commit c3c8bbd3b2688da8e, mostly unchanged since then. Most probably not actually used for years. Closes #1463
Diffstat (limited to 'src/makefile.dj')
-rw-r--r--src/makefile.dj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/makefile.dj b/src/makefile.dj
index c3bbc237f..fbd2d3738 100644
--- a/src/makefile.dj
+++ b/src/makefile.dj
@@ -53,8 +53,6 @@ endif
EX_LIBS += $(WATT32_ROOT)/lib/libwatt.a
-CFLAGS += -DUSE_ENVIRONMENT
-
PROGRAM = curl.exe
OBJECTS += $(addprefix $(OBJ_DIR)/, $(CSOURCES:.c=.o))