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
7418d39f
Commit
7418d39f
authored
Apr 17, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export a few more 16-bit GDI functions. Finished wineps separation.
parent
ee957090
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
12 deletions
+11
-12
Makefile.in
Makefile.in
+1
-4
Makefile.in
dlls/Makefile.in
+1
-6
gdi32.spec
dlls/gdi/gdi32.spec
+6
-1
Makefile.in
dlls/wineps/Makefile.in
+3
-1
No files found.
Makefile.in
View file @
7418d39f
...
...
@@ -40,7 +40,7 @@ LIBRARIES = \
unicode/libwine_unicode.
$(LIBEXT)
# Dlls that we need to link against (should go away)
LINKABLE_DLLS
=
winspool.drv
user32.dll gdi32.dll kernel32.dll ntdll.dll
LINKABLE_DLLS
=
user32.dll gdi32.dll kernel32.dll ntdll.dll
# Libraries symlinks to create at the top level
LIBSYMLINKS
=
\
...
...
@@ -120,9 +120,6 @@ libwine_unicode.$(LIBEXT): unicode/libwine_unicode.$(LIBEXT)
libwine_uuid.a
:
ole/libwine_uuid.a
$(RM)
$@
&&
$(LN_S)
ole/libwine_uuid.a
$@
libwinspool.drv.$(LIBEXT)
:
dlls/winspool.drv$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
dlls/winspool.drv
$(DLLEXT)
$@
libuser32.dll.$(LIBEXT)
:
dlls/user32.dll$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
dlls/user32.dll
$(DLLEXT)
$@
...
...
dlls/Makefile.in
View file @
7418d39f
...
...
@@ -751,9 +751,7 @@ winedos/winedos.dll$(DLLEXT): dummy user32.dll$(DLLEXT) kernel32.dll$(DLLEXT) \
@
cd
winedos
&&
$(MAKE)
winedos.dll
$(DLLEXT)
wineps/wineps.dll$(DLLEXT)
:
dummy user32.dll$(DLLEXT) gdi32.dll$(DLLEXT)
\
winspool.drv$(DLLEXT) advapi32.dll$(DLLEXT) kernel32.dll$(DLLEXT) ntdll.dll$(DLLEXT)
\
libuser32.dll.$(LIBEXT) libgdi32.dll.$(LIBEXT) libwinspool.drv.$(LIBEXT) libkernel32.dll.$(LIBEXT)
\
libntdll.dll.$(LIBEXT)
winspool.drv$(DLLEXT) advapi32.dll$(DLLEXT) kernel32.dll$(DLLEXT) ntdll.dll$(DLLEXT)
@
cd
wineps
&&
$(MAKE)
wineps.dll
$(DLLEXT)
wininet/wininet.dll$(DLLEXT)
:
dummy shlwapi.dll$(DLLEXT) user32.dll$(DLLEXT)
\
...
...
@@ -832,9 +830,6 @@ x11drv/x11drv.dll$(DLLEXT): dummy user32.dll$(DLLEXT) gdi32.dll$(DLLEXT) \
# Special targets for dlls that we need to link to
libwinspool.drv.$(LIBEXT)
:
winspool/winspool.drv$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
winspool/winspool.drv
$(DLLEXT)
$@
libntdll.dll.$(LIBEXT)
:
ntdll/ntdll.dll$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
ntdll/ntdll.dll
$(DLLEXT)
$@
...
...
dlls/gdi/gdi32.spec
View file @
7418d39f
...
...
@@ -422,6 +422,11 @@ debug_channels (bitblt bitmap clipping dc ddraw driver enhmetafile font gdi
################################################################
# Wine extensions: Win16 functions that are needed by other dlls
#
@ stdcall C
reateMetaFile16(str) CreateMetaFile
16
@ stdcall C
loseJob16(long) CloseJob
16
@ stdcall CloseMetaFile16(long) CloseMetaFile16
@ stdcall CreateMetaFile16(str) CreateMetaFile16
@ stdcall DrvGetPrinterData16(str str ptr ptr long ptr) DrvGetPrinterData16
@ stdcall DrvSetPrinterData16(str str long ptr long) DrvSetPrinterData16
@ stdcall OpenJob16(str str long) OpenJob16
@ stdcall SetDCHook(long ptr long) SetDCHook
@ stdcall WriteSpool16(long ptr long) WriteSpool16
dlls/wineps/Makefile.in
View file @
7418d39f
...
...
@@ -4,10 +4,12 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
wineps.dll
ALTNAMES
=
wineps16.dll
IMPORTS
=
user32.dll gdi32.dll winspool.drv kernel32.dll ntdll.dll
EXTRALIBS
=
@CUPSLIBS@
EXTRAINCL
=
@FREETYPEINCL@
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
FONTMETRICS
=
\
AvantGarde_Book
\
AvantGarde_BookOblique
\
...
...
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