2000-09-19 10:40 UTC+0800 Ron Pinkas <ron@profit-master.com>

* config/dos/djgpp.cf
     + Added support for $(L_USR)
This commit is contained in:
Ron Pinkas
2000-09-19 17:37:54 +00:00
parent 9f6f0e2937
commit 40dd3e7683
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2000-09-19 10:40 UTC+0800 Ron Pinkas <ron@profit-master.com>
* config/dos/djgpp.cf
+ Added support for $(L_USR)
2000-09-19 10:30 UTC+0800 Ron Pinkas <ron@profit-master.com>
* config/c.cf
* source/compiler/makefile.

View File

@@ -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))