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:
@@ -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.
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user