mirror of
https://github.com/charlesthobe/chdman.git
synced 2025-05-10 00:52:07 +00:00
add "sdl_cfg.lua" windows definition to libocore
This commit is contained in:
parent
36a7523121
commit
3068ce1e68
@ -1,4 +1,16 @@
|
|||||||
#ocore_sdl
|
#ocore_sdl
|
||||||
|
|
||||||
|
#dofile("sdl_cfg.lua")
|
||||||
|
if(WIN32)
|
||||||
|
add_compile_definitions(
|
||||||
|
UNICODE
|
||||||
|
_UNICODE
|
||||||
|
_WIN32_WINNT=0x0501
|
||||||
|
WIN32_LEAN_AND_MEAN
|
||||||
|
NOMINMAX
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
${CMAKE_SOURCE_DIR}/src/emu
|
${CMAKE_SOURCE_DIR}/src/emu
|
||||||
${CMAKE_SOURCE_DIR}/src/osd
|
${CMAKE_SOURCE_DIR}/src/osd
|
||||||
|
Loading…
Reference in New Issue
Block a user