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
2a93f850
Commit
2a93f850
authored
Dec 11, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass the -J option to wrc to avoid including installed headers.
parent
d2b651ae
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
13 deletions
+14
-13
Make.rules.in
Make.rules.in
+6
-5
Makefile.in
dlls/gdi/Makefile.in
+1
-1
Makefile.in
dlls/kernel/Makefile.in
+1
-1
Makefile.in
dlls/shell32/Makefile.in
+1
-1
Makefile.in
dlls/user/Makefile.in
+3
-3
Makefile.in
programs/winhelp/Makefile.in
+2
-2
No files found.
Make.rules.in
View file @
2a93f850
...
...
@@ -70,11 +70,12 @@ MAKEDEP = $(TOOLSDIR)/tools/makedep
WRC = $(TOOLSDIR)/tools/wrc/wrc
WMC = $(TOOLSDIR)/tools/wmc/wmc
WIDL = $(TOOLSDIR)/tools/widl/widl
LDPATH = @LDPATH@
DLLDIR = $(TOPOBJDIR)/dlls
LIBWINE = -L$(TOPOBJDIR)/library -lwine
LIBUNICODE= -L$(TOPOBJDIR)/unicode -lwine_unicode
LIBUUID = -L$(TOPOBJDIR)/ole -lwine_uuid
WRCFLAGS = -J -m $(EXTRAWRCFLAGS)
LDPATH = @LDPATH@
DLLDIR = $(TOPOBJDIR)/dlls
LIBWINE = -L$(TOPOBJDIR)/library -lwine
LIBUNICODE = -L$(TOPOBJDIR)/unicode -lwine_unicode
LIBUUID = -L$(TOPOBJDIR)/ole -lwine_uuid
@SET_MAKE@
...
...
dlls/gdi/Makefile.in
View file @
2a93f850
...
...
@@ -87,6 +87,6 @@ gdi.exe.spec.c: gdi.exe.spec version16.res
$(LDPATH)
$(WINEBUILD)
$(DEFS)
-H
65520
-o
$@
-M
$(MODULE)
-r
version16.res
--spec
$(SRCDIR)
/gdi.exe.spec
version16.res
:
version16.rc
$(LDPATH)
$(WRC)
$(
DIVINCL)
-o
$@
-w16
-m
-r
$(SRCDIR)
/version16.rc
$(LDPATH)
$(WRC)
$(
WRCFLAGS)
$(DIVINCL)
-o
$@
-w16
-r
$(SRCDIR)
/version16.rc
### Dependencies:
dlls/kernel/Makefile.in
View file @
2a93f850
...
...
@@ -56,6 +56,6 @@ krnl386.exe.spec.c: krnl386.exe.spec version16.res
$(LDPATH)
$(WINEBUILD)
$(DEFS)
-N
kernel
-o
$@
-M
$(MODULE)
-r
version16.res
--spec
$(SRCDIR)
/krnl386.exe.spec
version16.res
:
version16.rc
$(LDPATH)
$(WRC)
$(
DIVINCL)
-o
$@
-w16
-m
-r
$(SRCDIR)
/version16.rc
$(LDPATH)
$(WRC)
$(
WRCFLAGS)
$(DIVINCL)
-o
$@
-w16
-r
$(SRCDIR)
/version16.rc
### Dependencies:
dlls/shell32/Makefile.in
View file @
2a93f850
...
...
@@ -65,7 +65,7 @@ uninstall::
# Special rules for 16-bit resource files
version16.res
:
version16.rc
$(LDPATH)
$(WRC)
$(
DIVINCL)
-o
$@
-w16
-m
-r
$(SRCDIR)
/version16.rc
$(LDPATH)
$(WRC)
$(
WRCFLAGS)
$(DIVINCL)
-o
$@
-w16
-r
$(SRCDIR)
/version16.rc
shell.spec.c
:
shell.spec version16.res
$(LDPATH)
$(WINEBUILD)
$(DEFS)
-o
$@
-M
$(MODULE)
-r
version16.res
--spec
$(SRCDIR)
/shell.spec
...
...
dlls/user/Makefile.in
View file @
2a93f850
...
...
@@ -114,12 +114,12 @@ mouse.spec.c: mouse.spec resources/mouse.res
$(LDPATH)
$(WINEBUILD)
$(DEFS)
-o
$@
-M
$(MODULE)
-r
resources/mouse.res
--spec
$(SRCDIR)
/mouse.spec
resources/display.res
:
resources/display.rc
$(LDPATH)
$(WRC)
$(
DIVINCL)
-o
$@
-w16
-m
-r
$(SRCDIR)
/resources/display.rc
$(LDPATH)
$(WRC)
$(
WRCFLAGS)
$(DIVINCL)
-o
$@
-w16
-r
$(SRCDIR)
/resources/display.rc
resources/mouse.res
:
resources/mouse.rc
$(LDPATH)
$(WRC)
$(
DIVINCL)
-o
$@
-w16
-m
-r
$(SRCDIR)
/resources/mouse.rc
$(LDPATH)
$(WRC)
$(
WRCFLAGS)
$(DIVINCL)
-o
$@
-w16
-r
$(SRCDIR)
/resources/mouse.rc
resources/version16.res
:
resources/version16.rc
$(LDPATH)
$(WRC)
$(
DIVINCL)
-o
$@
-w16
-m
-r
$(SRCDIR)
/resources/version16.rc
$(LDPATH)
$(WRC)
$(
WRCFLAGS)
$(DIVINCL)
-o
$@
-w16
-r
$(SRCDIR)
/resources/version16.rc
### Dependencies:
programs/winhelp/Makefile.in
View file @
2a93f850
...
...
@@ -2,7 +2,6 @@ TOPSRCDIR = @top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
WRCFLAGS
=
-DWINELIB
MODULE
=
winhelp.exe
APPMODE
=
gui
IMPORTS
=
comdlg32 shell32 user32 gdi32 kernel32
...
...
@@ -16,7 +15,8 @@ C_SRCS = \
EXTRA_SRCS
=
macro.lex.l
EXTRA_OBJS
=
@LEX_OUTPUT_ROOT@.o
WRCFLAGS
=
-DWINELIB
EXTRAWRCFLAGS
=
-DWINELIB
RC_SRCS
=
rsrc.rc
...
...
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