From 40dd3e7683a9fdf82708e480a8eaa1f9aad3750b Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Tue, 19 Sep 2000 17:37:54 +0000 Subject: [PATCH] 2000-09-19 10:40 UTC+0800 Ron Pinkas * config/dos/djgpp.cf + Added support for $(L_USR) --- harbour/ChangeLog | 4 ++++ harbour/config/dos/djgpp.cf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 34380174b0..880ad7a524 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2000-09-19 10:40 UTC+0800 Ron Pinkas + * config/dos/djgpp.cf + + Added support for $(L_USR) + 2000-09-19 10:30 UTC+0800 Ron Pinkas * config/c.cf * source/compiler/makefile. diff --git a/harbour/config/dos/djgpp.cf b/harbour/config/dos/djgpp.cf index 669c2c5f04..30addb1359 100644 --- a/harbour/config/dos/djgpp.cf +++ b/harbour/config/dos/djgpp.cf @@ -62,7 +62,7 @@ echo. $(file) >> __link__.tmp endef define link_exe_file -echo. $(LDFLAGS) $(LD_OUT)$@ > __link__.tmp +echo. $(LDFLAGS) $(L_USR) $(LD_OUT)$@ > __link__.tmp $(foreach file, $^, $(link_file)) $(foreach file, $(LINKPATHS), $(link_file)) $(foreach file, $(LINKLIBS), $(link_file))