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
85106cda
Commit
85106cda
authored
Feb 12, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved remaining files from graphics/ to dlls/gdi.
parent
440ff6db
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
11 deletions
+4
-11
configure
configure
+0
-5
configure.ac
configure.ac
+0
-1
Makefile.in
dlls/gdi/Makefile.in
+4
-5
bitblt.c
dlls/gdi/bitblt.c
+0
-0
mapping.c
dlls/gdi/mapping.c
+0
-0
painting.c
dlls/gdi/painting.c
+0
-0
path.c
dlls/gdi/path.c
+0
-0
No files found.
configure
View file @
85106cda
...
...
@@ -19096,8 +19096,6 @@ esac
ac_config_commands
=
"
$ac_config_commands
files"
ac_config_commands
=
"
$ac_config_commands
graphics"
ac_config_commands
=
"
$ac_config_commands
include/wine"
ac_config_commands
=
"
$ac_config_commands
misc"
...
...
@@ -19877,7 +19875,6 @@ do
"dlls/user/resources" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
dlls/user/resources" ;;
"dlls/wineps/data" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
dlls/wineps/data" ;;
"files" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
files" ;;
"graphics" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
graphics" ;;
"include/wine" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
include/wine" ;;
"misc" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
misc" ;;
"objects" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
objects" ;;
...
...
@@ -20693,8 +20690,6 @@ echo "$as_me: creating dlls/user/resources" >&6;} && mkdir "dlls/user/resources"
echo "
$as_me
: creating dlls/wineps/data" >&6;} && mkdir "dlls/wineps/data") ;;
files ) test -d "files" || ({ echo "
$as_me
:
$LINENO
: creating files" >&5
echo "
$as_me
: creating files" >&6;} && mkdir "files") ;;
graphics ) test -d "graphics" || ({ echo "
$as_me
:
$LINENO
: creating graphics" >&5
echo "
$as_me
: creating graphics" >&6;} && mkdir "graphics") ;;
include/wine ) test -d "include/wine" || ({ echo "
$as_me
:
$LINENO
: creating include/wine" >&5
echo "
$as_me
: creating include/wine" >&6;} && mkdir "include/wine") ;;
misc ) test -d "misc" || ({ echo "
$as_me
:
$LINENO
: creating misc" >&5
...
...
configure.ac
View file @
85106cda
...
...
@@ -1441,7 +1441,6 @@ WINE_CONFIG_EXTRA_DIR(dlls/user/dde)
WINE_CONFIG_EXTRA_DIR(dlls/user/resources)
WINE_CONFIG_EXTRA_DIR(dlls/wineps/data)
WINE_CONFIG_EXTRA_DIR(files)
WINE_CONFIG_EXTRA_DIR(graphics)
WINE_CONFIG_EXTRA_DIR(include/wine)
WINE_CONFIG_EXTRA_DIR(misc)
WINE_CONFIG_EXTRA_DIR(objects)
...
...
dlls/gdi/Makefile.in
View file @
85106cda
...
...
@@ -15,10 +15,6 @@ SPEC_SRCS16 = \
wing.spec
C_SRCS
=
\
$(TOPOBJDIR)
/graphics/bitblt.c
\
$(TOPOBJDIR)
/graphics/mapping.c
\
$(TOPOBJDIR)
/graphics/painting.c
\
$(TOPOBJDIR)
/graphics/path.c
\
$(TOPOBJDIR)
/objects/bitmap.c
\
$(TOPOBJDIR)
/objects/brush.c
\
$(TOPOBJDIR)
/objects/clipping.c
\
...
...
@@ -35,6 +31,7 @@ C_SRCS = \
$(TOPOBJDIR)
/objects/region.c
\
$(TOPOBJDIR)
/objects/text.c
\
bidi.c
\
bitblt.c
\
driver.c
\
enhmfdrv/bitblt.c
\
enhmfdrv/dc.c
\
...
...
@@ -45,6 +42,7 @@ C_SRCS = \
freetype.c
\
gdi_main.c
\
icm.c
\
mapping.c
\
mfdrv/bitblt.c
\
mfdrv/dc.c
\
mfdrv/graphics.c
\
...
...
@@ -52,6 +50,8 @@ C_SRCS = \
mfdrv/mapping.c
\
mfdrv/objects.c
\
mfdrv/text.c
\
painting.c
\
path.c
\
printdrv.c
C_SRCS16
=
\
...
...
@@ -67,7 +67,6 @@ RC_SRCS16 = version16.rc
SUBDIRS
=
tests
EXTRASUBDIRS
=
\
$(TOPOBJDIR)
/graphics
\
$(TOPOBJDIR)
/objects
\
enhmfdrv
\
mfdrv
...
...
graphics
/bitblt.c
→
dlls/gdi
/bitblt.c
View file @
85106cda
File moved
graphics
/mapping.c
→
dlls/gdi
/mapping.c
View file @
85106cda
File moved
graphics
/painting.c
→
dlls/gdi
/painting.c
View file @
85106cda
File moved
graphics
/path.c
→
dlls/gdi
/path.c
View file @
85106cda
File moved
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