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
3775c9c1
Commit
3775c9c1
authored
Apr 17, 2007
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Apr 18, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spoolss: Build the import library.
parent
ac64826d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
.gitignore
.gitignore
+1
-0
Makefile.in
dlls/Makefile.in
+4
-0
Makefile.in
dlls/spoolss/Makefile.in
+1
-0
No files found.
.gitignore
View file @
3775c9c1
...
...
@@ -510,6 +510,7 @@ dlls/snmpapi/tests/*.ok
dlls/snmpapi/tests/snmpapi_crosstest.exe
dlls/snmpapi/tests/testlist.c
dlls/sound.drv16
dlls/spoolss/libspoolss.def
dlls/stdole2.tlb/rsrc.res
dlls/stdole2.tlb/std_ole_v2.tlb
dlls/stdole32.tlb/rsrc.res
...
...
dlls/Makefile.in
View file @
3775c9c1
...
...
@@ -552,6 +552,7 @@ IMPORT_LIBS = \
shfolder/libshfolder.
$(IMPLIBEXT)
\
shlwapi/libshlwapi.
$(IMPLIBEXT)
\
snmpapi/libsnmpapi.
$(IMPLIBEXT)
\
spoolss/libspoolss.
$(IMPLIBEXT)
\
sti/libsti.
$(IMPLIBEXT)
\
tapi32/libtapi32.
$(IMPLIBEXT)
\
unicows/libunicows.
$(IMPLIBEXT)
\
...
...
@@ -869,6 +870,9 @@ shlwapi/libshlwapi.$(IMPLIBEXT): shlwapi/shlwapi.spec $(WINEBUILD)
snmpapi/libsnmpapi.$(IMPLIBEXT)
:
snmpapi/snmpapi.spec $(WINEBUILD)
@
cd
snmpapi
&&
$(MAKE)
libsnmpapi.
$(IMPLIBEXT)
spoolss/libspoolss.$(IMPLIBEXT)
:
spoolss/spoolss.spec $(WINEBUILD)
@
cd
spoolss
&&
$(MAKE)
libspoolss.
$(IMPLIBEXT)
sti/libsti.$(IMPLIBEXT)
:
sti/sti.spec $(WINEBUILD)
@
cd
sti
&&
$(MAKE)
libsti.
$(IMPLIBEXT)
...
...
dlls/spoolss/Makefile.in
View file @
3775c9c1
...
...
@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
spoolss.dll
IMPORTLIB
=
libspoolss.
$(IMPLIBEXT)
IMPORTS
=
winspool kernel32
C_SRCS
=
\
...
...
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