-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Windows ARM32 build of OpenSSL LTS (#4525)
* Enable Windows ARM32 build of OpenSSL * [openssl-windows] Bump control version * [vtk] Fix hardcoded install paths * [osgearth] Backport VS2017u8 fix
- Loading branch information
1 parent
97e9d96
commit 3d2b540
Showing
6 changed files
with
62 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl | ||
index dba96cba5e..7fd99959f1 100644 | ||
--- a/util/pl/VC-32.pl | ||
+++ b/util/pl/VC-32.pl | ||
@@ -261,6 +261,8 @@ if ($shlib && $FLAVOR !~ /CE/) | ||
{ | ||
$mlflags.=" $lflags /dll"; | ||
$lib_cflag.=" -D_WINDLL"; | ||
+ if ($base_cflags !~ /-D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE/) | ||
+ { | ||
# | ||
# Engage Applink... | ||
# | ||
@@ -286,6 +288,7 @@ ___ | ||
CRYPTOOBJ=ms\uptable.obj $(CRYPTOOBJ) | ||
___ | ||
} | ||
+ } | ||
elsif ($shlib && $FLAVOR =~ /CE/) | ||
{ | ||
$mlflags.=" $lflags /dll"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: osgearth | ||
Version: 2.9-1 | ||
Version: 2.9-2 | ||
Description: osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2015 Pelican Mapping. | ||
Build-Depends: osg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters