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
a44e013b
Commit
a44e013b
authored
Dec 10, 2014
by
Martin Storsjo
Committed by
Alexandre Julliard
Dec 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcr120_app: Add forwarding dll.
parent
165c9e7c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
0 deletions
+8
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/msvcr120_app/Makefile.in
+1
-0
msvcr120_app.spec
dlls/msvcr120_app/msvcr120_app.spec
+0
-0
make_specfiles
tools/make_specfiles
+4
-0
No files found.
configure
View file @
a44e013b
...
...
@@ -1147,6 +1147,7 @@ enable_msvcp90
enable_msvcr100
enable_msvcr110
enable_msvcr120
enable_msvcr120_app
enable_msvcr70
enable_msvcr71
enable_msvcr80
...
...
@@ -17216,6 +17217,7 @@ wine_fn_config_test dlls/msvcr100/tests msvcr100_test
wine_fn_config_dll msvcr110 enable_msvcr110 implib
wine_fn_config_dll msvcr120 enable_msvcr120 implib
wine_fn_config_test dlls/msvcr120/tests msvcr120_test
wine_fn_config_dll msvcr120_app enable_msvcr120_app
wine_fn_config_dll msvcr70 enable_msvcr70 implib
wine_fn_config_dll msvcr71 enable_msvcr71 implib
wine_fn_config_dll msvcr80 enable_msvcr80 implib
...
...
configure.ac
View file @
a44e013b
...
...
@@ -3069,6 +3069,7 @@ WINE_CONFIG_TEST(dlls/msvcr100/tests)
WINE_CONFIG_DLL(msvcr110,,[implib])
WINE_CONFIG_DLL(msvcr120,,[implib])
WINE_CONFIG_TEST(dlls/msvcr120/tests)
WINE_CONFIG_DLL(msvcr120_app)
WINE_CONFIG_DLL(msvcr70,,[implib])
WINE_CONFIG_DLL(msvcr71,,[implib])
WINE_CONFIG_DLL(msvcr80,,[implib])
...
...
dlls/msvcr120_app/Makefile.in
0 → 100644
View file @
a44e013b
MODULE
=
msvcr120_app.dll
dlls/msvcr120_app/msvcr120_app.spec
0 → 100644
View file @
a44e013b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
tools/make_specfiles
View file @
a44e013b
...
...
@@ -46,6 +46,10 @@ my @dll_groups =
"msvcp60"
,
],
[
"msvcr120"
,
"msvcr120_app"
,
],
[
"d3dx9_36"
,
"d3dx9_43"
,
"d3dx9_42"
,
...
...
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