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
edd77b93
Commit
edd77b93
authored
Apr 28, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed imports of winspool to winspool.drv.
parent
a7ca190a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile.in
libtest/Makefile.in
+1
-1
Makefile.in
programs/clock/Makefile.in
+1
-1
Makefile.in
programs/cmdlgtst/Makefile.in
+1
-1
Makefile.in
programs/notepad/Makefile.in
+1
-1
Makefile.in
programs/progman/Makefile.in
+1
-1
Makefile.in
programs/view/Makefile.in
+1
-1
Makefile.in
programs/winhelp/Makefile.in
+1
-1
No files found.
libtest/Makefile.in
View file @
edd77b93
...
...
@@ -35,7 +35,7 @@ hello2: hello2.o hello2.spec.o
$(CC)
-o
hello2
$+
$(DLL_LINK)
$(LIBS)
hello3
:
hello3.o hello3.spec.o hello3res.o
$(CC)
-o
hello3
$+
-L
$(DLLDIR)
-lcomdlg32
-lwinspool
$(DLL_LINK)
$(LIBS)
$(CC)
-o
hello3
$+
-L
$(DLLDIR)
-lcomdlg32
-lwinspool
.drv
$(DLL_LINK)
$(LIBS)
hello4
:
hello4.o hello4.spec.o
$(CC)
-o
hello4
$+
$(DLL_LINK)
$(LIBS)
...
...
programs/clock/Makefile.in
View file @
edd77b93
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
clock
IMPORTS
=
shell32 comdlg32 ole32 winspool
IMPORTS
=
shell32 comdlg32 ole32 winspool
.drv
WRCEXTRA
=
-s
-p
clock
LICENSELANG
=
En
...
...
programs/cmdlgtst/Makefile.in
View file @
edd77b93
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
cmdlgtst
IMPORTS
=
comdlg32 winspool
IMPORTS
=
comdlg32 winspool
.drv
WRCEXTRA
=
-s
-p
cmdlgtst
C_SRCS
=
\
...
...
programs/notepad/Makefile.in
View file @
edd77b93
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
notepad
IMPORTS
=
shell32 ole32 comdlg32 winspool
IMPORTS
=
shell32 ole32 comdlg32 winspool
.drv
WRCEXTRA
=
-s
-p
notepad
LICENSELANG
=
En
...
...
programs/progman/Makefile.in
View file @
edd77b93
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
progman
IMPORTS
=
shell32 comdlg32 ole32 winspool
IMPORTS
=
shell32 comdlg32 ole32 winspool
.drv
WRCEXTRA
=
-s
-p
progman
LICENSELANG
=
En
...
...
programs/view/Makefile.in
View file @
edd77b93
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
view
IMPORTS
=
comdlg32 winspool
IMPORTS
=
comdlg32 winspool
.drv
WRCEXTRA
=
-s
-p
view
C_SRCS
=
\
...
...
programs/winhelp/Makefile.in
View file @
edd77b93
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
winhelp hlp2sgml
IMPORTS
=
shell32 ole32 comdlg32 winspool
IMPORTS
=
shell32 ole32 comdlg32 winspool
.drv
WRCEXTRA
=
-s
-p
winhelp
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