mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-14 11:31:15 +00:00
comment out definition things
This commit is contained in:
parent
0730513c7d
commit
eba3ff6613
@ -12,11 +12,12 @@ if (WINDOWS_STORE)
|
|||||||
add_compile_definitions(WINDOWS_STORE)
|
add_compile_definitions(WINDOWS_STORE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
#[[
|
||||||
if (NXDK)
|
if (NXDK)
|
||||||
add_compile_definitions(MA_NO_WIN32_FILEIO)
|
add_compile_definitions(MA_NO_WIN32_FILEIO)
|
||||||
add_definitions("-DMA_NO_WIN32_FILEIO -fms-compatibility-version=1000 -D_MSC_VER=1000")
|
add_definitions("-DMA_NO_WIN32_FILEIO -fms-compatibility-version=1000 -D_MSC_VER=1000")
|
||||||
endif()
|
endif()
|
||||||
|
]]#
|
||||||
|
|
||||||
if (EMSCRIPTEN)
|
if (EMSCRIPTEN)
|
||||||
add_compile_options(-pthread)
|
add_compile_options(-pthread)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user