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
2941a212
Commit
2941a212
authored
Apr 25, 2000
by
Patrik Stridvall
Committed by
Alexandre Julliard
Apr 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compile fix for --without-x.
parent
a4ecb41e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
11 deletions
+20
-11
Make.rules.in
Make.rules.in
+6
-3
configure
configure
+0
-0
configure.in
configure.in
+6
-3
Makefile.in
dlls/Makefile.in
+6
-3
Makefile.in
dlls/ddraw/Makefile.in
+2
-2
No files found.
Make.rules.in
View file @
2941a212
...
...
@@ -84,12 +84,16 @@ LINTS = $(C_SRCS:.c=.ln)
# DLL list
X_DLLS = \
ddraw \
x11drv
DLLS = \
@X_DLLS@ \
avifil32 \
comctl32 \
comdlg32 \
dciman32 \
ddraw \
dinput \
dplayx \
dsound \
...
...
@@ -138,8 +142,7 @@ DLLS = \
winmm \
winspool.drv \
wnaspi32 \
wsock32 \
x11drv
wsock32
# Implicit rules
...
...
configure
View file @
2941a212
This diff is collapsed.
Click to expand it.
configure.in
View file @
2941a212
...
...
@@ -117,8 +117,10 @@ AC_CHECK_HEADERS(dlfcn.h,
LIBEXT="a"
)
AC_SUBST(XLIB)
AC_SUBST(X_SRCS)
X_SRCS=""
AC_SUBST(X_DLLS)
X_DLLS=""
AC_SUBST(XFILES)
XFILES=""
AC_SUBST(DGA_SRCS)
DGA_SRCS=""
AC_SUBST(MESA_SRCS)
...
...
@@ -247,7 +249,8 @@ then
fi
CPPFLAGS="$ac_save_CPPFLAGS"
X_SRCS='$(X_SRCS)'
X_DLLS='$(X_DLLS)'
XFILES='$(XFILES)'
else
XLIB=""
X_CFLAGS=""
...
...
dlls/Makefile.in
View file @
2941a212
...
...
@@ -3,12 +3,16 @@ TOPOBJDIR = ..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
XFILES
=
\
ddraw/libddraw.@LIBEXT@
\
x11drv/libx11drv.@LIBEXT@
DLLFILES
=
\
@XFILES@
\
avifil32/libavifil32.@LIBEXT@
\
comctl32/libcomctl32.@LIBEXT@
\
commdlg/libcomdlg32.@LIBEXT@
\
dciman32/libdciman32.@LIBEXT@
\
ddraw/libddraw.@LIBEXT@
\
dinput/libdinput.@LIBEXT@
\
dplayx/libdplayx.@LIBEXT@
\
dsound/libdsound.@LIBEXT@
\
...
...
@@ -57,8 +61,7 @@ DLLFILES = \
winmm/wavemap/libmsacm.drv.@LIBEXT@
\
winmm/wineoss/libwineoss.drv.@LIBEXT@
\
winsock/libwsock32.@LIBEXT@
\
winspool/libwinspool.drv.@LIBEXT@
\
x11drv/libx11drv.@LIBEXT@
winspool/libwinspool.drv.@LIBEXT@
# extra names for dlls containing multiple spec files
EXTRADLLNAMES
=
\
...
...
dlls/ddraw/Makefile.in
View file @
2941a212
...
...
@@ -26,7 +26,7 @@ DGA_SRCS = \
dsurface/dga.c
\
dga.c
X
_SRC
S
=
\
X
FILE
S
=
\
@DGA_SRCS@
\
@MESA_SRCS@
\
ddraw/x11.c
\
...
...
@@ -35,7 +35,7 @@ X_SRCS = \
x11.c
C_SRCS
=
\
@X
_SRC
S@
\
@X
FILE
S@
\
convert.c
\
d3ddevice/main.c
\
dclipper/main.c
\
...
...
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