Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8
提交
1557c8bd
D
dragonwell8
项目概览
openanolis
/
dragonwell8
通知
5
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
1557c8bd
编写于
1月 14, 2011
作者:
O
ohair
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
6950375: Remove msvcrt.dll from the Windows JRE bundles
Reviewed-by: prr
上级
e74371eb
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
5 addition
and
13 deletion
+5
-13
Makefile
Makefile
+2
-5
README-builds.html
README-builds.html
+3
-8
未找到文件。
Makefile
浏览文件 @
1557c8bd
...
@@ -360,7 +360,6 @@ CACERTS_FILE.desc = Location of certificates file
...
@@ -360,7 +360,6 @@ CACERTS_FILE.desc = Location of certificates file
DEVTOOLS_PATH.desc
=
Directory containing zip and gnumake
DEVTOOLS_PATH.desc
=
Directory containing zip and gnumake
CUPS_HEADERS_PATH.desc
=
Include directory location
for
CUPS header files
CUPS_HEADERS_PATH.desc
=
Include directory location
for
CUPS header files
DXSDK_PATH.desc
=
Root directory of DirectX SDK
DXSDK_PATH.desc
=
Root directory of DirectX SDK
MSVCRT_DLL_PATH.desc
=
Directory containing mscvrt.dll
# Make variables to print out (description and value)
# Make variables to print out (description and value)
VARIABLE_PRINTVAL_LIST
+=
\
VARIABLE_PRINTVAL_LIST
+=
\
...
@@ -389,12 +388,10 @@ VARIABLE_CHECKFIL_LIST += \
...
@@ -389,12 +388,10 @@ VARIABLE_CHECKFIL_LIST += \
ifeq
($(PLATFORM), windows)
ifeq
($(PLATFORM), windows)
VARIABLE_PRINTVAL_LIST
+=
\
VARIABLE_PRINTVAL_LIST
+=
\
DXSDK_PATH
\
DXSDK_PATH
MSVCRT_DLL_PATH
VARIABLE_CHECKDIR_LIST
+=
\
VARIABLE_CHECKDIR_LIST
+=
\
DXSDK_PATH
\
DXSDK_PATH
MSVCRT_DLL_PATH
endif
endif
...
...
README-builds.html
浏览文件 @
1557c8bd
...
@@ -1414,14 +1414,14 @@
...
@@ -1414,14 +1414,14 @@
but it's normally found via the DirectX environment variable
but it's normally found via the DirectX environment variable
<tt>
DXSDK_DIR
</tt>
.
<tt>
DXSDK_DIR
</tt>
.
</blockquote>
</blockquote>
<strong><a
name=
"msvcr
t
"
><tt>
MSVCR100.DLL
</tt></a></strong>
<strong><a
name=
"msvcr
NN
"
><tt>
MSVCR100.DLL
</tt></a></strong>
<blockquote>
<blockquote>
The OpenJDK build requires access to a redistributable
The OpenJDK build requires access to a redistributable
<tt>
MSVCR100.DLL
</tt>
.
<tt>
MSVCR100.DLL
</tt>
.
This is usually picked up automatically from the redist
This is usually picked up automatically from the redist
directories of Visual Studio 2010.
directories of Visual Studio 2010.
If this cannot be found set the
If this cannot be found set the
<a
href=
"#ALT_MSVCR
T_DLL_PATH"
><tt>
ALT_MSVCRT
_DLL_PATH
</tt></a>
<a
href=
"#ALT_MSVCR
NN_DLL_PATH"
><tt>
ALT_MSVCRNN
_DLL_PATH
</tt></a>
variable to the location of this file.
variable to the location of this file.
<p>
<p>
</blockquote>
</blockquote>
...
@@ -1671,15 +1671,10 @@
...
@@ -1671,15 +1671,10 @@
variable
<tt>
DXSDK_DIR
</tt>
,
variable
<tt>
DXSDK_DIR
</tt>
,
failing that, look in
<tt>
C:/DXSDK
</tt>
.
failing that, look in
<tt>
C:/DXSDK
</tt>
.
</dd>
</dd>
<dt><tt><a
name=
"ALT_MSVCRT_DLL_PATH"
>
ALT_MSVCRT_DLL_PATH
</a></tt>
</dt>
<dd>
The location of the
<a
href=
"#msvcrt"
><tt>
MSVCRT.DLL
</tt></a>
.
</dd>
<dt><tt><a
name=
"ALT_MSVCRNN_DLL_PATH"
>
ALT_MSVCRNN_DLL_PATH
</a></tt>
</dt>
<dt><tt><a
name=
"ALT_MSVCRNN_DLL_PATH"
>
ALT_MSVCRNN_DLL_PATH
</a></tt>
</dt>
<dd>
<dd>
The location of the
The location of the
<a
href=
"#msvcr
t
"
><tt>
MSVCR100.DLL
</tt></a>
.
<a
href=
"#msvcr
NN
"
><tt>
MSVCR100.DLL
</tt></a>
.
</dd>
</dd>
</dl>
</dl>
</dd>
</dd>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录