[PATCH] Makefile.in: Makefile for explorer.exe tests

Austin English austinenglish at gmail.com
Fri Mar 23 23:05:37 CDT 2018


On Fri, Mar 23, 2018 at 10:58 PM, Carlos Vega García
<carlosvegagc at gmail.com> wrote:
> Signed-off-by: Carlos Vega García <carlosvegagc at gmail.com>
> ---
>  programs/explorer/tests/Makefile.in | 5 +++++
>  1 file changed, 5 insertions(+)
>  create mode 100755 programs/explorer/tests/Makefile.in
>
> diff --git a/programs/explorer/tests/Makefile.in b/programs/explorer/tests/Makefile.in
> new file mode 100755
> index 0000000..422465b
> --- /dev/null
> +++ b/programs/explorer/tests/Makefile.in
> @@ -0,0 +1,5 @@
> +TESTDLL   = explorer.exe
> +IMPORTS   = shell32 ole32 oleaut32 user32 gdi32 advapi32 shlwapi
> +
> +C_SRCS = \
> +       explorer.c
> --
> 2.7.4

Hi Carlos,

Thanks for fixing, but you need to combine this with your test patch
(hint: use git rebae -i origin/master).

Each commit should stand on its own, i.e., each patch should compile
and make test. Your current patches will each break (this won't work
since tests/explorer.c doesn't exist, and explorer.c without a
Makefile won't work either).

When resending, please add 'Try 2' to your (combined) patch.

Good luck! Please ask on IRC if you need more help with the git aspects.

-- 
-Austin
GPG: 267B CC1F 053F 0749 (expires 2021/02/18)



More information about the wine-devel mailing list