Dont compile codegen_timing_686.c without dynarec
This commit is contained in:
@@ -30,9 +30,11 @@ endif()
|
|||||||
if(CYRIX_6X86)
|
if(CYRIX_6X86)
|
||||||
target_compile_definitions(cpu PRIVATE USE_CYRIX_6X86)
|
target_compile_definitions(cpu PRIVATE USE_CYRIX_6X86)
|
||||||
|
|
||||||
|
if(DYNAREC)
|
||||||
add_library(ct686 OBJECT codegen_timing_686.c)
|
add_library(ct686 OBJECT codegen_timing_686.c)
|
||||||
target_link_libraries(86Box ct686)
|
target_link_libraries(86Box ct686)
|
||||||
endif()
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
if(DYNAREC)
|
if(DYNAREC)
|
||||||
target_sources(cpu PRIVATE 386_dynarec_ops.c)
|
target_sources(cpu PRIVATE 386_dynarec_ops.c)
|
||||||
|
Reference in New Issue
Block a user