d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2021-02-18 11:42:33 +01:00
parent b5ab0b3e76
commit 0b22f87be6
14 changed files with 13 additions and 66 deletions

View file

@ -3,14 +3,13 @@ IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=33
PARENTSRC = ../d3dcompiler_43
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c

View file

@ -3,14 +3,13 @@ IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=34
PARENTSRC = ../d3dcompiler_43
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c

View file

@ -3,14 +3,13 @@ IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=35
PARENTSRC = ../d3dcompiler_43
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c

View file

@ -3,14 +3,13 @@ IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=36
PARENTSRC = ../d3dcompiler_43
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c

View file

@ -3,14 +3,13 @@ IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=37
PARENTSRC = ../d3dcompiler_43
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c

View file

@ -3,14 +3,13 @@ IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=38
PARENTSRC = ../d3dcompiler_43
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c

View file

@ -3,14 +3,13 @@ IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=39
PARENTSRC = ../d3dcompiler_43
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c

View file

@ -3,14 +3,13 @@ IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=40
PARENTSRC = ../d3dcompiler_43
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c

View file

@ -3,14 +3,13 @@ IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=41
PARENTSRC = ../d3dcompiler_43
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c

View file

@ -3,14 +3,13 @@ IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=42
PARENTSRC = ../d3dcompiler_43
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c

View file

@ -1,14 +1,13 @@
MODULE = d3dcompiler_43.dll
EXTRADEFS = -DD3D_COMPILER_VERSION=43
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c

View file

@ -1,40 +0,0 @@
/*
* Direct3D shader compiler main file
*
* Copyright 2010 Matteo Bruni for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
*/
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "d3dcompiler_private.h"
BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, void *reserved)
{
switch (reason)
{
case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
DisableThreadLibraryCalls(inst);
break;
}
return TRUE;
}

View file

@ -3,14 +3,13 @@ IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=46
PARENTSRC = ../d3dcompiler_43
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c

View file

@ -4,14 +4,13 @@ IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=47
PARENTSRC = ../d3dcompiler_43
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c