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
0b22f87b
Commit
0b22f87b
authored
Feb 18, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b5ab0b3e
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
13 additions
and
66 deletions
+13
-66
Makefile.in
dlls/d3dcompiler_33/Makefile.in
+1
-2
Makefile.in
dlls/d3dcompiler_34/Makefile.in
+1
-2
Makefile.in
dlls/d3dcompiler_35/Makefile.in
+1
-2
Makefile.in
dlls/d3dcompiler_36/Makefile.in
+1
-2
Makefile.in
dlls/d3dcompiler_37/Makefile.in
+1
-2
Makefile.in
dlls/d3dcompiler_38/Makefile.in
+1
-2
Makefile.in
dlls/d3dcompiler_39/Makefile.in
+1
-2
Makefile.in
dlls/d3dcompiler_40/Makefile.in
+1
-2
Makefile.in
dlls/d3dcompiler_41/Makefile.in
+1
-2
Makefile.in
dlls/d3dcompiler_42/Makefile.in
+1
-2
Makefile.in
dlls/d3dcompiler_43/Makefile.in
+1
-2
main.c
dlls/d3dcompiler_43/main.c
+0
-40
Makefile.in
dlls/d3dcompiler_46/Makefile.in
+1
-2
Makefile.in
dlls/d3dcompiler_47/Makefile.in
+1
-2
No files found.
dlls/d3dcompiler_33/Makefile.in
View file @
0b22f87b
...
...
@@ -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
...
...
dlls/d3dcompiler_34/Makefile.in
View file @
0b22f87b
...
...
@@ -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
...
...
dlls/d3dcompiler_35/Makefile.in
View file @
0b22f87b
...
...
@@ -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
...
...
dlls/d3dcompiler_36/Makefile.in
View file @
0b22f87b
...
...
@@ -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
...
...
dlls/d3dcompiler_37/Makefile.in
View file @
0b22f87b
...
...
@@ -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
...
...
dlls/d3dcompiler_38/Makefile.in
View file @
0b22f87b
...
...
@@ -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
...
...
dlls/d3dcompiler_39/Makefile.in
View file @
0b22f87b
...
...
@@ -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
...
...
dlls/d3dcompiler_40/Makefile.in
View file @
0b22f87b
...
...
@@ -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
...
...
dlls/d3dcompiler_41/Makefile.in
View file @
0b22f87b
...
...
@@ -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
...
...
dlls/d3dcompiler_42/Makefile.in
View file @
0b22f87b
...
...
@@ -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
...
...
dlls/d3dcompiler_43/Makefile.in
View file @
0b22f87b
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
...
...
dlls/d3dcompiler_43/main.c
deleted
100644 → 0
View file @
b5ab0b3e
/*
* 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
;
}
dlls/d3dcompiler_46/Makefile.in
View file @
0b22f87b
...
...
@@ -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
...
...
dlls/d3dcompiler_47/Makefile.in
View file @
0b22f87b
...
...
@@ -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
...
...
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