diff --git a/Src/Celbody/Ariel/CMakeLists.txt b/Src/Celbody/Ariel/CMakeLists.txt index 547d8f760..19f80c1bd 100644 --- a/Src/Celbody/Ariel/CMakeLists.txt +++ b/Src/Celbody/Ariel/CMakeLists.txt @@ -28,6 +28,7 @@ set_target_properties(${CELBODY} FOLDER Celbody ) +if(NOT CMAKE_CL_64) #remove me when this celbody has source code that can be built # Installation install(PROGRAMS ${CELBODY}.dll @@ -36,3 +37,4 @@ install(PROGRAMS install(DIRECTORY Config DESTINATION ${ORBITER_INSTALL_ROOT_DIR} ) +endif() \ No newline at end of file diff --git a/Src/Celbody/Deimos/CMakeLists.txt b/Src/Celbody/Deimos/CMakeLists.txt index 19a33facf..e36fd3610 100644 --- a/Src/Celbody/Deimos/CMakeLists.txt +++ b/Src/Celbody/Deimos/CMakeLists.txt @@ -27,7 +27,7 @@ set_target_properties(${CELBODY} PROPERTIES FOLDER Celbody ) - +if(NOT CMAKE_CL_64) #remove me when this celbody has source code that can be built # Installation install(PROGRAMS ${CELBODY}.dll @@ -36,3 +36,4 @@ install(PROGRAMS install(DIRECTORY Config DESTINATION ${ORBITER_INSTALL_ROOT_DIR} ) +endif() diff --git a/Src/Celbody/Miranda/CMakeLists.txt b/Src/Celbody/Miranda/CMakeLists.txt index 8889e8559..55262b06b 100644 --- a/Src/Celbody/Miranda/CMakeLists.txt +++ b/Src/Celbody/Miranda/CMakeLists.txt @@ -28,6 +28,7 @@ set_target_properties(${CELBODY} FOLDER Celbody ) +if(NOT CMAKE_CL_64) #remove me when this celbody has source code that can be built # Installation install(PROGRAMS ${CELBODY}.dll @@ -36,3 +37,4 @@ install(PROGRAMS install(DIRECTORY Config DESTINATION ${ORBITER_INSTALL_ROOT_DIR} ) +endif() \ No newline at end of file diff --git a/Src/Celbody/Oberon/CMakeLists.txt b/Src/Celbody/Oberon/CMakeLists.txt index 193f3bfcf..70e1b8a20 100644 --- a/Src/Celbody/Oberon/CMakeLists.txt +++ b/Src/Celbody/Oberon/CMakeLists.txt @@ -27,7 +27,7 @@ set_target_properties(${CELBODY} PROPERTIES FOLDER Celbody ) - +if(NOT CMAKE_CL_64) #remove me when this celbody has source code that can be built #Installation install(PROGRAMS ${CELBODY}.dll @@ -36,3 +36,4 @@ install(PROGRAMS install(DIRECTORY Config DESTINATION ${ORBITER_INSTALL_ROOT_DIR} ) +endif() \ No newline at end of file diff --git a/Src/Celbody/Phobos/CMakeLists.txt b/Src/Celbody/Phobos/CMakeLists.txt index d551e5cf5..85a36552e 100644 --- a/Src/Celbody/Phobos/CMakeLists.txt +++ b/Src/Celbody/Phobos/CMakeLists.txt @@ -27,7 +27,7 @@ set_target_properties(${CELBODY} PROPERTIES FOLDER Celbody ) - +if(NOT CMAKE_CL_64) #remove me when this celbody has source code that can be built # Installation install(PROGRAMS ${CELBODY}.dll @@ -36,3 +36,4 @@ install(PROGRAMS install(DIRECTORY Config DESTINATION ${ORBITER_INSTALL_ROOT_DIR} ) +endif() \ No newline at end of file diff --git a/Src/Celbody/Sol/Config/Sol64.cfg b/Src/Celbody/Sol/Config/Sol64.cfg new file mode 100644 index 000000000..f0c59a969 --- /dev/null +++ b/Src/Celbody/Sol/Config/Sol64.cfg @@ -0,0 +1,36 @@ +; === Configuration file for solar system === +Name = Sol + +Star1 = Sun +Planet1 = Mercury +Planet2 = Venus +Planet3 = Earth +Earth:Moon1 = Moon +Planet4 = Mars +;Mars:Moon1 = Phobos +;Mars:Moon2 = Deimos +Planet5 = Vesta +Planet6 = Jupiter +Jupiter:Moon1 = Io +Jupiter:Moon2 = Europa +Jupiter:Moon3 = Ganymede +Jupiter:Moon4 = Callisto +Planet7 = Saturn +Saturn:Moon1 = Mimas +Saturn:Moon2 = Enceladus +Saturn:Moon3 = Tethys +Saturn:Moon4 = Dione +Saturn:Moon5 = Rhea +Saturn:Moon6 = Titan +Saturn:Moon7 = Hyperion +Saturn:Moon8 = Iapetus +Planet8 = Uranus +;Uranus:Moon1 = Miranda +;Uranus:Moon2 = Ariel +;Uranus:Moon3 = Umbriel +;Uranus:Moon4 = Titania +;Uranus:Moon5 = Oberon +Planet9 = Neptune +;Neptune:Moon1 = Triton +Neptune:Moon2 = Proteus +Neptune:Moon3 = Nereid diff --git a/Src/Celbody/Titania/CMakeLists.txt b/Src/Celbody/Titania/CMakeLists.txt index 257a2fe3c..f26eeca1a 100644 --- a/Src/Celbody/Titania/CMakeLists.txt +++ b/Src/Celbody/Titania/CMakeLists.txt @@ -27,7 +27,7 @@ set_target_properties(${CELBODY} PROPERTIES FOLDER Celbody ) - +if(NOT CMAKE_CL_64) #remove me when this celbody has source code that can be built # Installation install(PROGRAMS ${CELBODY}.dll @@ -36,3 +36,4 @@ install(PROGRAMS install(DIRECTORY Config DESTINATION ${ORBITER_INSTALL_ROOT_DIR} ) +endif() \ No newline at end of file diff --git a/Src/Celbody/Triton/CMakeLists.txt b/Src/Celbody/Triton/CMakeLists.txt index fdae993d2..4e3bf4153 100644 --- a/Src/Celbody/Triton/CMakeLists.txt +++ b/Src/Celbody/Triton/CMakeLists.txt @@ -27,7 +27,7 @@ set_target_properties(${CELBODY} PROPERTIES FOLDER Celbody ) - +if(NOT CMAKE_CL_64) #remove me when this celbody has source code that can be built # Installation install(PROGRAMS ${CELBODY}.dll @@ -36,3 +36,4 @@ install(PROGRAMS install(DIRECTORY Config DESTINATION ${ORBITER_INSTALL_ROOT_DIR} ) +endif() \ No newline at end of file diff --git a/Src/Celbody/Umbriel/CMakeLists.txt b/Src/Celbody/Umbriel/CMakeLists.txt index 0637b2e14..8f874dbec 100644 --- a/Src/Celbody/Umbriel/CMakeLists.txt +++ b/Src/Celbody/Umbriel/CMakeLists.txt @@ -27,7 +27,7 @@ set_target_properties(${CELBODY} PROPERTIES FOLDER Celbody ) - +if(NOT CMAKE_CL_64) #remove me when this celbody has source code that can be built # Installation install(PROGRAMS ${CELBODY}.dll @@ -36,3 +36,4 @@ install(PROGRAMS install(DIRECTORY Config DESTINATION ${ORBITER_INSTALL_ROOT_DIR} ) +endif() \ No newline at end of file