equal
deleted
inserted
replaced
180 endif(APPLE) |
180 endif(APPLE) |
181 endif(UNIX) |
181 endif(UNIX) |
182 |
182 |
183 #-Cn is mandatory as it's what creates the ppas.* script |
183 #-Cn is mandatory as it's what creates the ppas.* script |
184 set(CMAKE_Pascal_COMPILE_OBJECT |
184 set(CMAKE_Pascal_COMPILE_OBJECT |
185 "<CMAKE_Pascal_COMPILER> -Cn -FE${EXECUTABLE_OUTPUT_PATH} -FU${CMAKE_CURRENT_BINARY_DIR}/<OBJECT_DIR> ${CMAKE_Pascal_UNIX_FLAGS} <FLAGS> <SOURCE>") |
185 "<CMAKE_Pascal_COMPILER> -Cn -FE${EXECUTABLE_OUTPUT_PATH} -FU${CMAKE_CURRENT_BINARY_DIR}/<OBJECT_DIR> ${CMAKE_Pascal_UNIX_FLAGS} <FLAGS> <CMAKE_Pascal_LINK_FLAGS> <SOURCE>") |
186 endif(NOT CMAKE_Pascal_COMPILE_OBJECT) |
186 endif(NOT CMAKE_Pascal_COMPILE_OBJECT) |
187 |
187 |
188 # link Pascal objects in a single executable |
188 # link Pascal objects in a single executable |
189 if(NOT CMAKE_Pascal_LINK_EXECUTABLE) |
189 if(NOT CMAKE_Pascal_LINK_EXECUTABLE) |
190 if(WIN32) |
190 if(WIN32) |