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
e4e99a5d
Commit
e4e99a5d
authored
Jul 29, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 29, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32 now requires linking with kernel32
shell32 now requires linking with kernel32 and shlwapi
parent
6e5f3c75
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
7 deletions
+9
-7
Makefile.in
libtest/Makefile.in
+1
-1
Makefile.in
programs/clock/Makefile.in
+1
-1
Makefile.in
programs/control/Makefile.in
+1
-1
Makefile.in
programs/notepad/Makefile.in
+1
-1
Makefile.in
programs/osversioncheck/Makefile.in
+1
-0
Makefile.in
programs/progman/Makefile.in
+1
-1
Makefile.in
programs/wcmd/Makefile.in
+1
-0
Makefile.in
programs/winhelp/Makefile.in
+1
-1
Makefile.in
programs/winver/Makefile.in
+1
-1
No files found.
libtest/Makefile.in
View file @
e4e99a5d
...
...
@@ -50,7 +50,7 @@ rolex: rolex.o rolex.spec.o
$(CC)
-o
rolex
$+
$(DLL_LINK)
$(LIBS)
vartest
:
vartest.o vartest.spec.o
$(CC)
-o
vartest
$+
-L
$(DLLDIR)
-loleaut32
-lcomctl32
-lole32
-lrpcrt4
$(DLL_LINK)
$(LIBS)
$(CC)
-o
vartest
$+
-L
$(DLLDIR)
-l
kernel32
-l
oleaut32
-lcomctl32
-lole32
-lrpcrt4
$(DLL_LINK)
$(LIBS)
volinfo
:
volinfo.o volinfo.spec.o
$(CC)
-o
volinfo
$+
$(DLL_LINK)
$(LIBS)
...
...
programs/clock/Makefile.in
View file @
e4e99a5d
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
clock
IMPORTS
=
shell32 comdlg32 ole32 rpcrt4 winspool.drv
IMPORTS
=
kernel32 shlwapi
shell32 comdlg32 ole32 rpcrt4 winspool.drv
WRCEXTRA
=
-s
-p
clock
LICENSELANG
=
En
...
...
programs/control/Makefile.in
View file @
e4e99a5d
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
control
IMPORTS
=
shell32 ole32 rpcrt4
IMPORTS
=
kernel32 shlwapi
shell32 ole32 rpcrt4
C_SRCS
=
control.c
...
...
programs/notepad/Makefile.in
View file @
e4e99a5d
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
notepad
IMPORTS
=
shell32 ole32 rpcrt4 comdlg32 winspool.drv
IMPORTS
=
kernel32 shlwapi
shell32 ole32 rpcrt4 comdlg32 winspool.drv
WRCEXTRA
=
-s
-p
notepad
LICENSELANG
=
En
...
...
programs/osversioncheck/Makefile.in
View file @
e4e99a5d
...
...
@@ -5,6 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
osversioncheck
IMPORTS
=
kernel32
C_SRCS
=
osversioncheck.c
...
...
programs/progman/Makefile.in
View file @
e4e99a5d
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
progman
IMPORTS
=
shell32 comdlg32 ole32 rpcrt4 winspool.drv
IMPORTS
=
kernel32 shlwapi
shell32 comdlg32 ole32 rpcrt4 winspool.drv
WRCEXTRA
=
-s
-p
progman
LICENSELANG
=
En
...
...
programs/wcmd/Makefile.in
View file @
e4e99a5d
...
...
@@ -5,6 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
wcmd
IMPORTS
=
kernel32
WRCEXTRA
=
-s
-p
wcmd
C_SRCS
=
\
...
...
programs/winhelp/Makefile.in
View file @
e4e99a5d
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
winhelp hlp2sgml
IMPORTS
=
shell32 ole32 rpcrt4 comdlg32 winspool.drv
IMPORTS
=
kernel32 shlwapi
shell32 ole32 rpcrt4 comdlg32 winspool.drv
WRCEXTRA
=
-s
-p
winhelp
C_SRCS
=
\
...
...
programs/winver/Makefile.in
View file @
e4e99a5d
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
winver
IMPORTS
=
shell32 ole32 rpcrt4
IMPORTS
=
kernel32 shlwapi
shell32 ole32 rpcrt4
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