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
a4e22d49
Commit
a4e22d49
authored
Oct 05, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: Build all the tools with -D__WINESRC__.
parent
7c15ae12
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
0 deletions
+6
-0
Makefile.in
tools/Makefile.in
+1
-0
Makefile.in
tools/widl/Makefile.in
+1
-0
Makefile.in
tools/winebuild/Makefile.in
+1
-0
Makefile.in
tools/winedump/Makefile.in
+1
-0
Makefile.in
tools/wmc/Makefile.in
+1
-0
Makefile.in
tools/wrc/Makefile.in
+1
-0
No files found.
tools/Makefile.in
View file @
a4e22d49
...
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
EXEEXT
=
@EXEEXT@
MODULE
=
none
DEFS
=
-D__WINESRC__
$(EXTRADEFS)
EXTRAINCL
=
@FREETYPEINCL@
FREETYPELIBS
=
@FREETYPELIBS@
...
...
tools/widl/Makefile.in
View file @
a4e22d49
...
...
@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
EXEEXT
=
@EXEEXT@
DEFS
=
-D__WINESRC__
$(EXTRADEFS)
PROGRAMS
=
widl
$(EXEEXT)
MANPAGES
=
widl.man
...
...
tools/winebuild/Makefile.in
View file @
a4e22d49
...
...
@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
EXEEXT
=
@EXEEXT@
DEFS
=
-D__WINESRC__
$(EXTRADEFS)
PROGRAMS
=
winebuild
$(EXEEXT)
MANPAGES
=
winebuild.man
...
...
tools/winedump/Makefile.in
View file @
a4e22d49
...
...
@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
EXEEXT
=
@EXEEXT@
DEFS
=
-D__WINESRC__
$(EXTRADEFS)
PROGRAMS
=
winedump
$(EXEEXT)
MANPAGES
=
winedump.man
...
...
tools/wmc/Makefile.in
View file @
a4e22d49
...
...
@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
EXEEXT
=
@EXEEXT@
DEFS
=
-D__WINESRC__
$(EXTRADEFS)
PROGRAMS
=
wmc
$(EXEEXT)
wmc-installed
MANPAGES
=
wmc.man
...
...
tools/wrc/Makefile.in
View file @
a4e22d49
...
...
@@ -4,6 +4,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
EXEEXT
=
@EXEEXT@
DEFS
=
-D__WINESRC__
$(EXTRADEFS)
PROGRAMS
=
wrc
$(EXEEXT)
wrc-installed
MANPAGES
=
wrc.man
...
...
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