equal
deleted
inserted
replaced
61 add_custom_target(engine_c DEPENDS ${engine_sources}) |
61 add_custom_target(engine_c DEPENDS ${engine_sources}) |
62 |
62 |
63 |
63 |
64 #compile the c files |
64 #compile the c files |
65 add_definitions(-DPAS2C) |
65 add_definitions(-DPAS2C) |
|
66 add_definitions(-Werror=incompatible-pointer-types) |
66 |
67 |
67 add_executable(hwengine WIN32 ${engine_sources}) |
68 add_executable(hwengine WIN32 ${engine_sources}) |
68 |
69 |
69 target_link_libraries(hwengine fpcrtl |
70 target_link_libraries(hwengine fpcrtl |
70 ${LUA_LIBRARY} |
71 ${LUA_LIBRARY} |