mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 07:31:35 +00:00
use macbinary for temporary rsrc files
This commit is contained in:
parent
b8a4af80ca
commit
a1522711e4
@ -17,10 +17,10 @@ function(add_application name)
|
||||
foreach(f ${ARGS_FILES})
|
||||
if(${f} MATCHES "\\.r$")
|
||||
add_custom_command(
|
||||
OUTPUT ${f}.rsrc
|
||||
COMMAND ${REZ} ${CMAKE_CURRENT_SOURCE_DIR}/${f} -I ${REZ_INCLUDE_PATH} -o ${f}.rsrc
|
||||
OUTPUT ${f}.rsrc.bin
|
||||
COMMAND ${REZ} ${CMAKE_CURRENT_SOURCE_DIR}/${f} -I ${REZ_INCLUDE_PATH} -o ${f}.rsrc.bin
|
||||
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/${f})
|
||||
list(APPEND rsrc_files "${CMAKE_CURRENT_BINARY_DIR}/${f}.rsrc")
|
||||
list(APPEND rsrc_files "${CMAKE_CURRENT_BINARY_DIR}/${f}.rsrc.bin")
|
||||
elseif(${f} MATCHES "\\.rsrc$")
|
||||
list(APPEND rsrc_files "${f}")
|
||||
elseif(${f} MATCHES "\\.rsrc.bin$")
|
||||
|
Loading…
Reference in New Issue
Block a user