From 49d251ff3031f8ee027f9d99d8b74d46c22da113 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 23 Jul 2000 19:30:48 +0000 Subject: [PATCH] Added -DSTRICT. Added missing libraries comctl32 and rpcrt4. --- libtest/Makefile.in | 3 ++- programs/clock/Makefile.in | 4 ++-- programs/cmdlgtst/Makefile.in | 2 +- programs/control/Makefile.in | 4 ++-- programs/notepad/Makefile.in | 4 ++-- programs/osversioncheck/Makefile.in | 2 +- programs/progman/Makefile.in | 4 ++-- programs/regapi/Makefile.in | 2 +- programs/regtest/Makefile.in | 2 +- programs/view/Makefile.in | 2 +- programs/wcmd/Makefile.in | 2 +- programs/winemine/Makefile.in | 2 +- programs/winhelp/Makefile.in | 4 ++-- programs/winver/Makefile.in | 4 ++-- 14 files changed, 21 insertions(+), 20 deletions(-) diff --git a/libtest/Makefile.in b/libtest/Makefile.in index d62f415ca58..11c775f925a 100644 --- a/libtest/Makefile.in +++ b/libtest/Makefile.in @@ -1,3 +1,4 @@ +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 -lole32 $(DLL_LINK) $(LIBS) + $(CC) -o vartest $+ -L$(DLLDIR) -loleaut32 -lcomctl32 -lole32 -lrpcrt4 $(DLL_LINK) $(LIBS) volinfo: volinfo.o volinfo.spec.o $(CC) -o volinfo $+ $(DLL_LINK) $(LIBS) diff --git a/programs/clock/Makefile.in b/programs/clock/Makefile.in index 89b04b00517..59271285a33 100644 --- a/programs/clock/Makefile.in +++ b/programs/clock/Makefile.in @@ -1,11 +1,11 @@ -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 diff --git a/programs/cmdlgtst/Makefile.in b/programs/cmdlgtst/Makefile.in index b6d22ea3779..72ae8a66f26 100644 --- a/programs/cmdlgtst/Makefile.in +++ b/programs/cmdlgtst/Makefile.in @@ -1,4 +1,4 @@ -DEFS = -DWINELIB +DEFS = -DWINELIB -DSTRICT TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/programs/control/Makefile.in b/programs/control/Makefile.in index 2682f5c488d..6a82068654e 100644 --- a/programs/control/Makefile.in +++ b/programs/control/Makefile.in @@ -1,11 +1,11 @@ -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 diff --git a/programs/notepad/Makefile.in b/programs/notepad/Makefile.in index b8dbfbe51bd..644430bbce8 100644 --- a/programs/notepad/Makefile.in +++ b/programs/notepad/Makefile.in @@ -1,11 +1,11 @@ -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 diff --git a/programs/osversioncheck/Makefile.in b/programs/osversioncheck/Makefile.in index 39339a8c9ba..9b2231e0d4b 100644 --- a/programs/osversioncheck/Makefile.in +++ b/programs/osversioncheck/Makefile.in @@ -1,4 +1,4 @@ -DEFS = -DWINELIB +DEFS = -DWINELIB -DSTRICT TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/programs/progman/Makefile.in b/programs/progman/Makefile.in index e5658643a92..9f08dea0655 100644 --- a/programs/progman/Makefile.in +++ b/programs/progman/Makefile.in @@ -1,11 +1,11 @@ -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 diff --git a/programs/regapi/Makefile.in b/programs/regapi/Makefile.in index 998d1a74526..df76f9cc623 100644 --- a/programs/regapi/Makefile.in +++ b/programs/regapi/Makefile.in @@ -1,4 +1,4 @@ -DEFS = -DWINELIB +DEFS = -DWINELIB -DSTRICT TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/programs/regtest/Makefile.in b/programs/regtest/Makefile.in index c129fee1936..b82e294ce77 100644 --- a/programs/regtest/Makefile.in +++ b/programs/regtest/Makefile.in @@ -1,4 +1,4 @@ -DEFS = -DWINELIB +DEFS = -DWINELIB -DSTRICT TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/programs/view/Makefile.in b/programs/view/Makefile.in index 7afa1a3d9f1..f0d1e3a2bdc 100644 --- a/programs/view/Makefile.in +++ b/programs/view/Makefile.in @@ -1,4 +1,4 @@ -DEFS = -DWINELIB +DEFS = -DWINELIB -DSTRICT TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/programs/wcmd/Makefile.in b/programs/wcmd/Makefile.in index 882307136ca..1fbacc85922 100644 --- a/programs/wcmd/Makefile.in +++ b/programs/wcmd/Makefile.in @@ -1,4 +1,4 @@ -DEFS = -DWINELIB +DEFS = -DWINELIB -DSTRICT TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/programs/winemine/Makefile.in b/programs/winemine/Makefile.in index ea6129c4d5d..c8ee4827a8c 100644 --- a/programs/winemine/Makefile.in +++ b/programs/winemine/Makefile.in @@ -1,4 +1,4 @@ -DEFS = -DWINELIB +DEFS = -DWINELIB -DSTRICT TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/programs/winhelp/Makefile.in b/programs/winhelp/Makefile.in index 218165712bd..cac5dc47fd5 100644 --- a/programs/winhelp/Makefile.in +++ b/programs/winhelp/Makefile.in @@ -1,11 +1,11 @@ -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 = \ diff --git a/programs/winver/Makefile.in b/programs/winver/Makefile.in index bc031afadb7..5a1fbb37fe3 100644 --- a/programs/winver/Makefile.in +++ b/programs/winver/Makefile.in @@ -1,11 +1,11 @@ -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