Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
3712d9fd
Commit
3712d9fd
authored
Feb 20, 2016
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sfnt2fon: Remove no longer needed use of libwine_static.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8f4ee970
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Makefile.in
tools/sfnt2fon/Makefile.in
+1
-1
sfnt2fon.c
tools/sfnt2fon/sfnt2fon.c
+0
-1
No files found.
tools/sfnt2fon/Makefile.in
View file @
3712d9fd
...
...
@@ -3,4 +3,4 @@ PROGRAMS = sfnt2fon
C_SRCS
=
sfnt2fon.c
EXTRAINCL
=
$(FREETYPE_CFLAGS)
EXTRALIBS
=
$(FREETYPE_LIBS)
$(LIBWINE_STATIC)
EXTRALIBS
=
$(FREETYPE_LIBS)
tools/sfnt2fon/sfnt2fon.c
View file @
3712d9fd
...
...
@@ -41,7 +41,6 @@
#include FT_TRUETYPE_TABLES_H
#include FT_TRUETYPE_TAGS_H
#define WINE_UNICODE_API
/* nothing */
#include "wine/unicode.h"
#include "wingdi.h"
#include "basetsd.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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