Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
0596fe15
Commit
0596fe15
authored
Aug 08, 2005
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Aug 08, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added exe extensions for mingw32.
parent
adc317c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
18 deletions
+19
-18
Makefile.in
tools/Makefile.in
+19
-18
No files found.
tools/Makefile.in
View file @
0596fe15
...
...
@@ -3,17 +3,18 @@ TOPSRCDIR = @top_srcdir@
TOPOBJDIR
=
..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
EXEEXT
=
@EXEEXT@
MODULE
=
none
EXTRAINCL
=
@FREETYPEINCL@
FREETYPELIBS
=
@FREETYPELIBS@
PROGRAMS
=
\
bin2res
\
fnt2bdf
\
fnt2fon
\
make_ctests
\
makedep
\
sfnt2fnt
\
bin2res
$(EXEEXT)
\
fnt2bdf
$(EXEEXT)
\
fnt2fon
$(EXEEXT)
\
make_ctests
$(EXEEXT)
\
makedep
$(EXEEXT)
\
sfnt2fnt
$(EXEEXT)
\
wineprefixcreate
C_SRCS
=
\
...
...
@@ -42,23 +43,23 @@ all: $(PROGRAMS) $(SUBDIRS)
@MAKE_RULES@
makedep
:
makedep.o
$(CC)
$(CFLAGS)
-o
makedep
makedep.o
makedep
$(EXEEXT)
:
makedep.o
$(CC)
$(CFLAGS)
-o
$@
makedep.o
make_ctests
:
make_ctests.o
$(CC)
$(CFLAGS)
-o
make_ctests
make_ctests.o
make_ctests
$(EXEEXT)
:
make_ctests.o
$(CC)
$(CFLAGS)
-o
$@
make_ctests.o
fnt2bdf
:
fnt2bdf.o
$(CC)
$(CFLAGS)
-o
fnt2bdf
fnt2bdf.o
$(LIBPORT)
fnt2bdf
$(EXEEXT)
:
fnt2bdf.o
$(CC)
$(CFLAGS)
-o
$@
fnt2bdf.o
$(LIBPORT)
fnt2fon
:
fnt2fon.o
$(CC)
$(CFLAGS)
-o
fnt2fon
fnt2fon.o
$(LIBPORT)
fnt2fon
$(EXEEXT)
:
fnt2fon.o
$(CC)
$(CFLAGS)
-o
$@
fnt2fon.o
$(LIBPORT)
sfnt2fnt
:
sfnt2fnt.o
$(CC)
$(CFLAGS)
-o
sfnt2fnt
sfnt2fnt.o
$(LIBUNICODE)
$(LIBPORT)
$(FREETYPELIBS)
sfnt2fnt
$(EXEEXT)
:
sfnt2fnt.o
$(CC)
$(CFLAGS)
-o
$@
sfnt2fnt.o
$(LIBUNICODE)
$(LIBPORT)
$(FREETYPELIBS)
bin2res
:
bin2res.o
$(CC)
$(CFLAGS)
-o
bin2res
bin2res.o
$(LIBPORT)
bin2res
$(EXEEXT)
:
bin2res.o
$(CC)
$(CFLAGS)
-o
$@
bin2res.o
$(LIBPORT)
wineprefixcreate
:
wineprefixcreate.in
sed
-e
's,@dlldir\@,
$(dlldir)
,g'
-e
's,@datadir\@,
$(datadir)
,g'
$(SRCDIR)
/wineprefixcreate.in
>
$@
||
(
$(RM)
$@
&&
false
)
...
...
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