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
69269a7f
Commit
69269a7f
authored
Dec 10, 2014
by
Martin Storsjo
Committed by
Alexandre Julliard
Dec 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp120_app: Add forwarding dll.
parent
2a5f5b89
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/msvcp120_app/Makefile.in
+1
-0
msvcp120_app.spec
dlls/msvcp120_app/msvcp120_app.spec
+0
-0
make_specfiles
tools/make_specfiles
+4
-0
No files found.
configure
View file @
69269a7f
...
...
@@ -1140,6 +1140,7 @@ enable_msvcm90
enable_msvcp100
enable_msvcp110
enable_msvcp120
enable_msvcp120_app
enable_msvcp60
enable_msvcp70
enable_msvcp71
...
...
@@ -17240,6 +17241,7 @@ wine_fn_config_dll msvcp100 enable_msvcp100
wine_fn_config_test dlls/msvcp100/tests msvcp100_test
wine_fn_config_dll msvcp110 enable_msvcp110
wine_fn_config_dll msvcp120 enable_msvcp120
wine_fn_config_dll msvcp120_app enable_msvcp120_app
wine_fn_config_dll msvcp60 enable_msvcp60
wine_fn_config_test dlls/msvcp60/tests msvcp60_test
wine_fn_config_dll msvcp70 enable_msvcp70
...
...
configure.ac
View file @
69269a7f
...
...
@@ -3067,6 +3067,7 @@ WINE_CONFIG_DLL(msvcp100)
WINE_CONFIG_TEST(dlls/msvcp100/tests)
WINE_CONFIG_DLL(msvcp110)
WINE_CONFIG_DLL(msvcp120)
WINE_CONFIG_DLL(msvcp120_app)
WINE_CONFIG_DLL(msvcp60)
WINE_CONFIG_TEST(dlls/msvcp60/tests)
WINE_CONFIG_DLL(msvcp70)
...
...
dlls/msvcp120_app/Makefile.in
0 → 100644
View file @
69269a7f
MODULE
=
msvcp120_app.dll
dlls/msvcp120_app/msvcp120_app.spec
0 → 100644
View file @
69269a7f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
tools/make_specfiles
View file @
69269a7f
...
...
@@ -50,6 +50,10 @@ my @dll_groups =
"msvcr120_app"
,
],
[
"msvcp120"
,
"msvcp120_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