Compare commits
No commits in common. "3ee0779d66d8eda27364d436649f23b2a2648425" and "bce883028fc40b24a02a9ff55f28fff416c83c8f" have entirely different histories.
3ee0779d66
...
bce883028f
@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
|
|||||||
project(quik_stbi LANGUAGES C VERSION 1.0)
|
project(quik_stbi LANGUAGES C VERSION 1.0)
|
||||||
|
|
||||||
if (NOT ("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin"))
|
if (NOT ("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin"))
|
||||||
add_compile_options(-static-libgcc -static-libstdc++ -fno-exceptions)
|
add_compile_options(-static-libgcc -static-libstdc++)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(stbi SHARED "quik_stbi.c")
|
add_library(stbi SHARED "quik_stbi.c")
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<!-- Nuget Properties. -->
|
<!-- Nuget Properties. -->
|
||||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||||
<PackageId>Quik.StbImage</PackageId>
|
<PackageId>Quik.StbImage</PackageId>
|
||||||
<Version>1.1.2</Version>
|
<Version>1.1.1</Version>
|
||||||
<Authors>STBI Authors, H. Utku Maden</Authors>
|
<Authors>STBI Authors, H. Utku Maden</Authors>
|
||||||
<Description>
|
<Description>
|
||||||
A C# wrapper for the ubiquitous Stb Image library.
|
A C# wrapper for the ubiquitous Stb Image library.
|
||||||
|
@ -5,9 +5,6 @@
|
|||||||
|
|
||||||
#define STBIDEF QEXTERN
|
#define STBIDEF QEXTERN
|
||||||
|
|
||||||
#define STBI_NO_THREAD_LOCALS 1
|
|
||||||
#define STBI_NO_FAILURE_STRINGS 1
|
|
||||||
#define STBI_THREAD_LOCAL
|
|
||||||
#include "stb/stb_image.h"
|
#include "stb/stb_image.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
2
stb
2
stb
@ -1 +1 @@
|
|||||||
Subproject commit 013ac3beddff3dbffafd5177e7972067cd2b5083
|
Subproject commit ae721c50eaf761660b4f90cc590453cdb0c2acd0
|
Loading…
x
Reference in New Issue
Block a user