forked from oO-MrC-Oo/Milkdrop2-XBMC
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from AlwinEsch/Matrix-change
increase version to 2.2.2 (API related)
- Loading branch information
Showing
5 changed files
with
7 additions
and
52 deletions.
There are no files selected for viewing
25 changes: 0 additions & 25 deletions
25
depends/windowsstore/nasmw/0001-Set-EXTERNAL_DEPENDENCIES-to-0-needed-to-prevent-Per.patch
This file was deleted.
Oops, something went wrong.
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,27 +1,7 @@ | ||
cmake_minimum_required(VERSION 3.5) | ||
project(nasmw) | ||
|
||
include(ExternalProject) | ||
|
||
# Prevent this on UWP ARM build | ||
if(NOT CMAKE_GENERATOR MATCHES ARM) | ||
externalproject_add(nasmw | ||
SOURCE_DIR ${PROJECT_SOURCE_DIR} | ||
BINARY_DIR ${PROJECT_SOURCE_DIR} | ||
INSTALL_DIR ${PROJECT_SOURCE_DIR} | ||
CONFIGURE_COMMAND "" | ||
BUILD_COMMAND nmake /f Mkfiles/msvc.mak | ||
INSTALL_COMMAND "") | ||
else() | ||
externalproject_add(nasmw | ||
SOURCE_DIR ${PROJECT_SOURCE_DIR} | ||
BINARY_DIR ${PROJECT_SOURCE_DIR} | ||
INSTALL_DIR ${PROJECT_SOURCE_DIR} | ||
CONFIGURE_COMMAND "" | ||
BUILD_COMMAND cmake -E echo "NASM not used on UWP ARM" | ||
INSTALL_COMMAND "") | ||
endif() | ||
|
||
install(PROGRAMS nasm.exe DESTINATION ${CMAKE_INSTALL_PREFIX}/bin | ||
RENAME nasmw.exe | ||
OPTIONAL) | ||
install( | ||
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/ | ||
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin | ||
) |
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 +1 @@ | ||
b34bae344a3f2ed93b2ca7bf25f1ed3fb12da89eeda6096e3551fd66adeae9fc | ||
250f9b5eeb2111e8c7b494a977490985b8604fe7518a6f5041cde37cc727a067 |
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 +1 @@ | ||
nasmw http://mirrors.kodi.tv/build-deps/sources/nasm-2.14.02.tar.gz | ||
nasmw http://mirrors.kodi.tv/build-deps/sources/nasm-2.14.02-win32.zip |
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