fix
This commit is contained in:
parent
c31286153a
commit
873a95432d
|
@ -51,7 +51,7 @@ make_module_list: clean_module_list
|
|||
#
|
||||
ifneq ($(findstring $(PLATFORM),dos win32 win16 os2),)
|
||||
OPEN_MODULE := @echo #
|
||||
CLOSE_MODULE := >> $(FT_MODULE_LIST)
|
||||
CLOSE_MODULE := >> $(subst /,\,$(FT_MODULE_LIST))
|
||||
else
|
||||
OPEN_MODULE := @echo "
|
||||
CLOSE_MODULE := " >> $(FT_MODULE_LIST)
|
||||
|
|
|
@ -119,8 +119,7 @@ ifdef BUILD_FREETYPE
|
|||
# librarian library_file {list of object files}
|
||||
#
|
||||
$(FT_LIBRARY): $(OBJECTS_LIST)
|
||||
lcclnk -o $(subst $(SEP),$(HOSTSEP),$@) \
|
||||
$(subst $(SEP),$(HOSTSEP),$(OBJECTS_LIST))
|
||||
lcclib /out:$(subst /,\\,$@) $(subst /,\\,$(OBJECTS_LIST))
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue