Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FreeType
FreeType
Commits
873a9543
Commit
873a9543
authored
Jun 23, 2000
by
David Turner
Browse files
fix
parent
c3128615
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/modules.mk
View file @
873a9543
...
...
@@ -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)
...
...
config/win32/w32-lcc.mk
View file @
873a9543
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment