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
49d251ff
Commit
49d251ff
authored
Jul 23, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 23, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added -DSTRICT.
Added missing libraries comctl32 and rpcrt4.
parent
c9d25827
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
21 additions
and
20 deletions
+21
-20
Makefile.in
libtest/Makefile.in
+2
-1
Makefile.in
programs/clock/Makefile.in
+2
-2
Makefile.in
programs/cmdlgtst/Makefile.in
+1
-1
Makefile.in
programs/control/Makefile.in
+2
-2
Makefile.in
programs/notepad/Makefile.in
+2
-2
Makefile.in
programs/osversioncheck/Makefile.in
+1
-1
Makefile.in
programs/progman/Makefile.in
+2
-2
Makefile.in
programs/regapi/Makefile.in
+1
-1
Makefile.in
programs/regtest/Makefile.in
+1
-1
Makefile.in
programs/view/Makefile.in
+1
-1
Makefile.in
programs/wcmd/Makefile.in
+1
-1
Makefile.in
programs/winemine/Makefile.in
+1
-1
Makefile.in
programs/winhelp/Makefile.in
+2
-2
Makefile.in
programs/winver/Makefile.in
+2
-2
No files found.
libtest/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
..
SRCDIR
=
@srcdir@
...
...
@@ -49,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
-l
ole32
$(DLL_LINK)
$(LIBS)
$(CC)
-o
vartest
$+
-L
$(DLLDIR)
-loleaut32
-l
comctl32
-lole32
-lrpcrt4
$(DLL_LINK)
$(LIBS)
volinfo
:
volinfo.o volinfo.spec.o
$(CC)
-o
volinfo
$+
$(DLL_LINK)
$(LIBS)
...
...
programs/clock/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
clock
IMPORTS
=
shell32 comdlg32 ole32 winspool.drv
IMPORTS
=
shell32 comdlg32 ole32
rpcrt4
winspool.drv
WRCEXTRA
=
-s
-p
clock
LICENSELANG
=
En
...
...
programs/cmdlgtst/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/control/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
control
IMPORTS
=
shell32 ole32
IMPORTS
=
shell32 ole32
rpcrt4
C_SRCS
=
control.c
...
...
programs/notepad/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
notepad
IMPORTS
=
shell32 ole32 comdlg32 winspool.drv
IMPORTS
=
shell32 ole32
rpcrt4
comdlg32 winspool.drv
WRCEXTRA
=
-s
-p
notepad
LICENSELANG
=
En
...
...
programs/osversioncheck/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/progman/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
progman
IMPORTS
=
shell32 comdlg32 ole32 winspool.drv
IMPORTS
=
shell32 comdlg32 ole32
rpcrt4
winspool.drv
WRCEXTRA
=
-s
-p
progman
LICENSELANG
=
En
...
...
programs/regapi/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/regtest/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/view/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/wcmd/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/winemine/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/winhelp/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
winhelp hlp2sgml
IMPORTS
=
shell32 ole32 comdlg32 winspool.drv
IMPORTS
=
shell32 ole32
rpcrt4
comdlg32 winspool.drv
WRCEXTRA
=
-s
-p
winhelp
C_SRCS
=
\
...
...
programs/winver/Makefile.in
View file @
49d251ff
DEFS
=
-DWINELIB
DEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
winver
IMPORTS
=
shell32 ole32
IMPORTS
=
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