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
73925ab1
Commit
73925ab1
authored
Sep 09, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 09, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the missing library dependencies.
parent
4b520a3e
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
14 deletions
+14
-14
Makefile.in
libtest/Makefile.in
+7
-7
Makefile.in
programs/clock/Makefile.in
+1
-1
Makefile.in
programs/cmdlgtst/Makefile.in
+1
-1
Makefile.in
programs/control/Makefile.in
+1
-1
Makefile.in
programs/notepad/Makefile.in
+1
-1
Makefile.in
programs/view/Makefile.in
+1
-1
Makefile.in
programs/winhelp/Makefile.in
+1
-1
Makefile.in
programs/winver/Makefile.in
+1
-1
No files found.
libtest/Makefile.in
View file @
73925ab1
...
...
@@ -29,28 +29,28 @@ expand: expand.o expand.spec.o
$(CC)
-o
expand
$+
-L
$(DLLDIR)
-llz32
$(DLL_LINK)
$(LIBS)
hello
:
hello.o hello.spec.o
$(CC)
-o
hello
$+
-L
$(DLLDIR)
-luser32
$(DLL_LINK)
$(LIBS)
$(CC)
-o
hello
$+
-L
$(DLLDIR)
-l
gdi32
-lkernel32
-l
user32
$(DLL_LINK)
$(LIBS)
hello2
:
hello2.o hello2.spec.o
$(CC)
-o
hello2
$+
-L
$(DLLDIR)
-luser32
$(DLL_LINK)
$(LIBS)
$(CC)
-o
hello2
$+
-L
$(DLLDIR)
-l
gdi32
-lkernel32
-l
user32
$(DLL_LINK)
$(LIBS)
hello3
:
hello3.o hello3.spec.o hello3res.o
$(CC)
-o
hello3
$+
-L
$(DLLDIR)
-l
comdlg
32
-lwinspool
.drv
$(DLL_LINK)
$(LIBS)
$(CC)
-o
hello3
$+
-L
$(DLLDIR)
-l
advapi32
-lcomctl32
-lcomdlg32
-lgdi32
-lkernel32
-lole32
-lrpcrt4
-lshell32
-lshlwapi
-luser
32
-lwinspool
.drv
$(DLL_LINK)
$(LIBS)
hello4
:
hello4.o hello4.spec.o
$(CC)
-o
hello4
$+
-L
$(DLLDIR)
-luser32
$(DLL_LINK)
$(LIBS)
$(CC)
-o
hello4
$+
-L
$(DLLDIR)
-l
gdi32
-lkernel32
-l
user32
$(DLL_LINK)
$(LIBS)
hello5
:
hello5.o hello5.spec.o
$(CC)
-o
hello5
$+
$(DLL_LINK)
$(LIBS)
new
:
new.o new.spec.o
$(CC)
-o
new
$+
-L
$(DLLDIR)
-luser32
$(DLL_LINK)
$(LIBS)
$(CC)
-o
new
$+
-L
$(DLLDIR)
-l
gdi32
-lkernel32
-l
user32
$(DLL_LINK)
$(LIBS)
rolex
:
rolex.o rolex.spec.o
$(CC)
-o
rolex
$+
-L
$(DLLDIR)
-luser32
$(DLL_LINK)
$(LIBS)
$(CC)
-o
rolex
$+
-L
$(DLLDIR)
-l
gdi32
-lkernel32
-l
user32
$(DLL_LINK)
$(LIBS)
vartest
:
vartest.o vartest.spec.o
$(CC)
-o
vartest
$+
-L
$(DLLDIR)
-l
kernel32
-loleaut32
-lcomctl32
-lole32
-lrpcrt4
$(DLL_LINK)
$(LIBS)
$(CC)
-o
vartest
$+
-L
$(DLLDIR)
-l
advapi32
-lcomctl32
-lgdi32
-lkernel32
-lole32
-loleaut32
-lrpcrt4
-luser32
$(DLL_LINK)
$(LIBS)
volinfo
:
volinfo.o volinfo.spec.o
$(CC)
-o
volinfo
$+
$(DLL_LINK)
$(LIBS)
...
...
programs/clock/Makefile.in
View file @
73925ab1
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
clock
IMPORTS
=
shlwapi shell32 comdlg32 ole32 rpcrt4 winspool.drv user32 gdi32 kernel32
IMPORTS
=
advapi32 comctl32
shlwapi shell32 comdlg32 ole32 rpcrt4 winspool.drv user32 gdi32 kernel32
WRCEXTRA
=
-s
-p
clock
LICENSELANG
=
En
...
...
programs/cmdlgtst/Makefile.in
View file @
73925ab1
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
cmdlgtst
IMPORTS
=
comdlg32 shell32 shlwapi ole32 rpcrt4 winspool.drv user32 gdi32 kernel32
IMPORTS
=
advapi32 comctl32
comdlg32 shell32 shlwapi ole32 rpcrt4 winspool.drv user32 gdi32 kernel32
WRCEXTRA
=
-s
-p
cmdlgtst
C_SRCS
=
\
...
...
programs/control/Makefile.in
View file @
73925ab1
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
control
IMPORTS
=
shlwapi shell32 ole32 rpcrt4 user32 gdi32 kernel32
IMPORTS
=
advapi32 comctl32
shlwapi shell32 ole32 rpcrt4 user32 gdi32 kernel32
C_SRCS
=
control.c
...
...
programs/notepad/Makefile.in
View file @
73925ab1
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
notepad
IMPORTS
=
shlwapi shell32 ole32 rpcrt4 comdlg32 winspool.drv user32 gdi32 kernel32
IMPORTS
=
advapi32 comctl32
shlwapi shell32 ole32 rpcrt4 comdlg32 winspool.drv user32 gdi32 kernel32
WRCEXTRA
=
-s
-p
notepad
LICENSELANG
=
En
...
...
programs/view/Makefile.in
View file @
73925ab1
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
view
IMPORTS
=
comdlg32 shell32 shlwapi ole32 rpcrt4 winspool.drv user32 gdi32 kernel32
IMPORTS
=
advapi32 comctl32
comdlg32 shell32 shlwapi ole32 rpcrt4 winspool.drv user32 gdi32 kernel32
WRCEXTRA
=
-s
-p
view
C_SRCS
=
\
...
...
programs/winhelp/Makefile.in
View file @
73925ab1
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
winhelp hlp2sgml
IMPORTS
=
shlwapi shell32 ole32 rpcrt4 comdlg32 winspool.drv user32 gdi32 kernel32
IMPORTS
=
advapi32 comctl32
shlwapi shell32 ole32 rpcrt4 comdlg32 winspool.drv user32 gdi32 kernel32
WRCEXTRA
=
-s
-p
winhelp
C_SRCS
=
\
...
...
programs/winver/Makefile.in
View file @
73925ab1
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
winver
IMPORTS
=
shlwapi shell32 ole32 rpcrt4 user32 gdi32 kernel32
IMPORTS
=
advapi32 comctl32
shlwapi shell32 ole32 rpcrt4 user32 gdi32 kernel32
C_SRCS
=
winver.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