| New file |
| | |
| | | cmake_minimum_required(VERSION 3.5.0) |
| | | |
| | | set(PNAME ImageViewer) |
| | | |
| | | project(${PNAME} VERSION 0.1.0 LANGUAGES C CXX) |
| | | |
| | | find_package(wxWidgets CONFIG REQUIRED) |
| | | find_package(exiv2 CONFIG REQUIRED) |
| | | |
| | | |
| | | IF(WIN32) |
| | | SET(OPTIONS WIN32) |
| | | SET(SRCS ${SRCS} static/minimal.rc) |
| | | ENDIF(WIN32) |
| | | |
| | | add_executable(${PNAME} ${OPTIONS} ${SRCS} main.cpp ui/ImageViewer.cpp ui/ImageViewerImageWindow.cpp) |
| | | |
| | | target_compile_definitions(${PROJECT_NAME} PRIVATE ${wxWidgets_DEFINITIONS} "$<$<CONFIG:DEBUG>:${wxWidgets_DEFINITIONS_DEBUG}>") |
| | | target_include_directories(${PROJECT_NAME} PRIVATE ${wxWidgets_INCLUDE_DIRS}) |
| | | |
| | | |
| | | target_link_libraries(${PNAME} PRIVATE Exiv2::exiv2lib wx::core wx::base wx::xrc wx::adv wx::richtext wx::aui wx::propgrid wx::html) |
| | | target_compile_features(${PNAME} PUBLIC cxx_std_17) |
| | | |
| | | |
| | | set(CPACK_PROJECT_NAME ${PROJECT_NAME}) |
| | | set(CPACK_PROJECT_VERSION ${PROJECT_VERSION}) |
| | | include(CPack) |
| New file |
| | |
| | | {"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1},{"kind":"cmakeFiles","version":1}]} |
| New file |
| | |
| | | { |
| | | "entries" : |
| | | [ |
| | | { |
| | | "name" : "BUILD_TESTING", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Build the testing tree." |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "ON" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_AR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a program." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/lib.exe" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_CACHEFILE_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "This is the directory where this CMakeCache.txt was created" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "z:/wx.image_viewer/build" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_CACHE_MAJOR_VERSION", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Major version of cmake used to create the current loaded cache" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "3" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_CACHE_MINOR_VERSION", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Minor version of cmake used to create the current loaded cache" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "28" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_CACHE_PATCH_VERSION", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Patch version of cmake used to create the current loaded cache" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "2" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_COMMAND", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to CMake executable." |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "C:/CMake/bin/cmake.exe" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_CONFIGURATION_TYPES", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Semicolon separated list of supported configuration types, only supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything else will be ignored." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "Debug;Release;MinSizeRel;RelWithDebInfo" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_CPACK_COMMAND", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to cpack program executable." |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "C:/CMake/bin/cpack.exe" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_CTEST_COMMAND", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to ctest program executable." |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "C:/CMake/bin/ctest.exe" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_CXX_FLAGS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the CXX compiler during all build types." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/DWIN32 /D_WINDOWS /W3 /GR /EHsc" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_CXX_FLAGS_DEBUG", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the CXX compiler during DEBUG builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/MDd /Zi /Ob0 /Od /RTC1" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the CXX compiler during MINSIZEREL builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/MD /O1 /Ob1 /DNDEBUG" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_CXX_FLAGS_RELEASE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the CXX compiler during RELEASE builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/MD /O2 /Ob2 /DNDEBUG" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/MD /Zi /O2 /Ob1 /DNDEBUG" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_CXX_STANDARD_LIBRARIES", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Libraries linked by default with all C++ applications." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_C_FLAGS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the C compiler during all build types." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/DWIN32 /D_WINDOWS /W3" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_C_FLAGS_DEBUG", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the C compiler during DEBUG builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/MDd /Zi /Ob0 /Od /RTC1" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_C_FLAGS_MINSIZEREL", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the C compiler during MINSIZEREL builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/MD /O1 /Ob1 /DNDEBUG" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_C_FLAGS_RELEASE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the C compiler during RELEASE builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/MD /O2 /Ob2 /DNDEBUG" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/MD /Zi /O2 /Ob1 /DNDEBUG" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_C_STANDARD_LIBRARIES", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Libraries linked by default with all C applications." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_EXECUTABLE_FORMAT", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Executable file format" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "Unknown" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_EXE_LINKER_FLAGS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during all build types." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/machine:x64" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during DEBUG builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/debug /INCREMENTAL" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during MINSIZEREL builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/INCREMENTAL:NO" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during RELEASE builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/INCREMENTAL:NO" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during RELWITHDEBINFO builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/debug /INCREMENTAL" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "No help, variable specified on the command line." |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "TRUE" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_EXTRA_GENERATOR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Name of external makefile project generator." |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Value Computed by CMake." |
| | | } |
| | | ], |
| | | "type" : "STATIC", |
| | | "value" : "Z:/wx.image_viewer/build/CMakeFiles/pkgRedirects" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_GENERATOR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Name of generator." |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "Visual Studio 16 2019" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_GENERATOR_INSTANCE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Generator instance identifier." |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_GENERATOR_PLATFORM", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Name of generator platform." |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "x64" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_GENERATOR_TOOLSET", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Name of generator toolset." |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "host=x64" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_HOME_DIRECTORY", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Source directory with the top level CMakeLists.txt file for this project" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "Z:/wx.image_viewer" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_INSTALL_PREFIX", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Install path prefix, prepended onto install directories." |
| | | } |
| | | ], |
| | | "type" : "PATH", |
| | | "value" : "C:/Program Files/ImageViewer" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_LINKER", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a program." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/link.exe" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_MODULE_LINKER_FLAGS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of modules during all build types." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/machine:x64" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of modules during DEBUG builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/debug /INCREMENTAL" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/INCREMENTAL:NO" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of modules during RELEASE builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/INCREMENTAL:NO" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/debug /INCREMENTAL" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_MT", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a program." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/mt.exe" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_NUMBER_OF_MAKEFILES", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "number of local generators" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Platform information initialized" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_PROJECT_DESCRIPTION", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Value Computed by CMake" |
| | | } |
| | | ], |
| | | "type" : "STATIC", |
| | | "value" : "" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_PROJECT_HOMEPAGE_URL", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Value Computed by CMake" |
| | | } |
| | | ], |
| | | "type" : "STATIC", |
| | | "value" : "" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_PROJECT_NAME", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Value Computed by CMake" |
| | | } |
| | | ], |
| | | "type" : "STATIC", |
| | | "value" : "ImageViewer" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_PROJECT_VERSION", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Value Computed by CMake" |
| | | } |
| | | ], |
| | | "type" : "STATIC", |
| | | "value" : "0.1.0" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_PROJECT_VERSION_MAJOR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Value Computed by CMake" |
| | | } |
| | | ], |
| | | "type" : "STATIC", |
| | | "value" : "0" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_PROJECT_VERSION_MINOR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Value Computed by CMake" |
| | | } |
| | | ], |
| | | "type" : "STATIC", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_PROJECT_VERSION_PATCH", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Value Computed by CMake" |
| | | } |
| | | ], |
| | | "type" : "STATIC", |
| | | "value" : "0" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_PROJECT_VERSION_TWEAK", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Value Computed by CMake" |
| | | } |
| | | ], |
| | | "type" : "STATIC", |
| | | "value" : "" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_RANLIB", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "noop for ranlib" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : ":" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_RC_COMPILER", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "RC compiler" |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/rc.exe" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_RC_COMPILER_WORKS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_RC_FLAGS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags for Windows Resource Compiler during all build types." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "-DWIN32" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_RC_FLAGS_DEBUG", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags for Windows Resource Compiler during DEBUG builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "-D_DEBUG" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_RC_FLAGS_MINSIZEREL", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags for Windows Resource Compiler during MINSIZEREL builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_RC_FLAGS_RELEASE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags for Windows Resource Compiler during RELEASE builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_RC_FLAGS_RELWITHDEBINFO", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags for Windows Resource Compiler during RELWITHDEBINFO builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_ROOT", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to CMake installation." |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "C:/CMake/share/cmake-3.28" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_SHARED_LINKER_FLAGS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of shared libraries during all build types." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/machine:x64" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/debug /INCREMENTAL" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/INCREMENTAL:NO" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/INCREMENTAL:NO" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/debug /INCREMENTAL" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_SKIP_INSTALL_RPATH", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "NO" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_SKIP_RPATH", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "If set, runtime paths are not added when using shared libraries." |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "NO" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_STATIC_LINKER_FLAGS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of static libraries during all build types." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "/machine:x64" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_TOOLCHAIN_FILE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "No help, variable specified on the command line." |
| | | } |
| | | ], |
| | | "type" : "UNINITIALIZED", |
| | | "value" : "../vcpkg/scripts/buildsystems/vcpkg.cmake" |
| | | }, |
| | | { |
| | | "name" : "CMAKE_VERBOSE_MAKEFILE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "FALSE" |
| | | }, |
| | | { |
| | | "name" : "COVERAGE_COMMAND", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to the coverage program that CTest uses for performing coverage inspection" |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "COVERAGE_COMMAND-NOTFOUND" |
| | | }, |
| | | { |
| | | "name" : "COVERAGE_EXTRA_FLAGS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Extra command line flags to pass to the coverage tool" |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "-l" |
| | | }, |
| | | { |
| | | "name" : "CPACK_BINARY_7Z", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Enable to build 7-Zip packages" |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "CPACK_BINARY_IFW", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Enable to build IFW packages" |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "CPACK_BINARY_INNOSETUP", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Enable to build Inno Setup packages" |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "CPACK_BINARY_NSIS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Enable to build NSIS packages" |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "ON" |
| | | }, |
| | | { |
| | | "name" : "CPACK_BINARY_NUGET", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Enable to build NuGet packages" |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "CPACK_BINARY_WIX", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Enable to build WiX packages" |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "CPACK_BINARY_ZIP", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Enable to build ZIP packages" |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "CPACK_SOURCE_7Z", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Enable to build 7-Zip source packages" |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "ON" |
| | | }, |
| | | { |
| | | "name" : "CPACK_SOURCE_ZIP", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Enable to build ZIP source packages" |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "ON" |
| | | }, |
| | | { |
| | | "name" : "CTEST_SUBMIT_RETRY_COUNT", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "How many times to retry timed-out CTest submissions." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "3" |
| | | }, |
| | | { |
| | | "name" : "CTEST_SUBMIT_RETRY_DELAY", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "How long to wait between timed-out CTest submissions." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "5" |
| | | }, |
| | | { |
| | | "name" : "DART_TESTING_TIMEOUT", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Maximum time allowed before CTest will kill the test." |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "1500" |
| | | }, |
| | | { |
| | | "name" : "GGML_USE_CUBLAS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "No help, variable specified on the command line." |
| | | } |
| | | ], |
| | | "type" : "UNINITIALIZED", |
| | | "value" : "ON" |
| | | }, |
| | | { |
| | | "name" : "GITCOMMAND", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a program." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "C:/Git/cmd/git.exe" |
| | | }, |
| | | { |
| | | "name" : "ImageViewer_BINARY_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Value Computed by CMake" |
| | | } |
| | | ], |
| | | "type" : "STATIC", |
| | | "value" : "Z:/wx.image_viewer/build" |
| | | }, |
| | | { |
| | | "name" : "ImageViewer_IS_TOP_LEVEL", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Value Computed by CMake" |
| | | } |
| | | ], |
| | | "type" : "STATIC", |
| | | "value" : "ON" |
| | | }, |
| | | { |
| | | "name" : "ImageViewer_SOURCE_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Value Computed by CMake" |
| | | } |
| | | ], |
| | | "type" : "STATIC", |
| | | "value" : "Z:/wx.image_viewer" |
| | | }, |
| | | { |
| | | "name" : "MAKECOMMAND", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Command to build the project" |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "C:\\CMake\\bin\\cmake.exe --build . --config \"${CTEST_CONFIGURATION_TYPE}\"" |
| | | }, |
| | | { |
| | | "name" : "MEMORYCHECK_COMMAND", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to the memory checking command, used for memory error detection." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "MEMORYCHECK_COMMAND-NOTFOUND" |
| | | }, |
| | | { |
| | | "name" : "MEMORYCHECK_SUPPRESSIONS_FILE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "File that contains suppressions for the memory checker" |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "" |
| | | }, |
| | | { |
| | | "name" : "NanoSVG_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "The directory containing a CMake configuration file for NanoSVG." |
| | | } |
| | | ], |
| | | "type" : "PATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/share/NanoSVG" |
| | | }, |
| | | { |
| | | "name" : "SD_CUBLAS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "No help, variable specified on the command line." |
| | | } |
| | | ], |
| | | "type" : "UNINITIALIZED", |
| | | "value" : "ON" |
| | | }, |
| | | { |
| | | "name" : "SD_USE_CUBLAS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "No help, variable specified on the command line." |
| | | } |
| | | ], |
| | | "type" : "UNINITIALIZED", |
| | | "value" : "ON" |
| | | }, |
| | | { |
| | | "name" : "SITE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Name of the computer/site where compile is being run" |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "DESKTOP-QAP090B" |
| | | }, |
| | | { |
| | | "name" : "VCPKG_APPLOCAL_DEPS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Automatically copy dependencies into the output directory for executables." |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "ON" |
| | | }, |
| | | { |
| | | "name" : "VCPKG_INSTALLED_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "The directory which contains the installed libraries for each triplet" |
| | | } |
| | | ], |
| | | "type" : "PATH", |
| | | "value" : "Z:/vcpkg/installed" |
| | | }, |
| | | { |
| | | "name" : "VCPKG_MANIFEST_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "The path to the vcpkg manifest directory." |
| | | } |
| | | ], |
| | | "type" : "PATH", |
| | | "value" : "" |
| | | }, |
| | | { |
| | | "name" : "VCPKG_MANIFEST_INSTALL", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Install the dependencies listed in your manifest:\n If this is off, you will have to manually install your dependencies.\n See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md for more info.\n" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "VCPKG_MANIFEST_MODE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Use manifest mode, as opposed to classic mode." |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "VCPKG_PREFER_SYSTEM_LIBS", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Appends the vcpkg paths to CMAKE_PREFIX_PATH, CMAKE_LIBRARY_PATH and CMAKE_FIND_ROOT_PATH so that vcpkg libraries/packages are found after toolchain/system libraries/packages." |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "VCPKG_SETUP_CMAKE_PROGRAM_PATH", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Enable the setup of CMAKE_PROGRAM_PATH to vcpkg paths" |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "ON" |
| | | }, |
| | | { |
| | | "name" : "VCPKG_TARGET_TRIPLET", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Vcpkg target triplet (ex. x86-windows)" |
| | | } |
| | | ], |
| | | "type" : "STRING", |
| | | "value" : "x64-windows" |
| | | }, |
| | | { |
| | | "name" : "VCPKG_TRACE_FIND_PACKAGE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Trace calls to find_package()" |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "VCPKG_VERBOSE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "ADVANCED", |
| | | "value" : "1" |
| | | }, |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Enables messages from the VCPKG toolchain for debugging purposes." |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "WX_LIB_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib" |
| | | }, |
| | | { |
| | | "name" : "WX_ROOT_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "Z:/vcpkg/installed/x64-windows" |
| | | }, |
| | | { |
| | | "name" : "WX_adv", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_adv.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_advd", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_adv.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_aui", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_aui.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_auid", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_aui.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_base", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxbase32u.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_based", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxbase32ud.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_core", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_core.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_cored", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_core.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_dbgrid", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "WX_dbgrid-NOTFOUND" |
| | | }, |
| | | { |
| | | "name" : "WX_dbgridd", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "WX_dbgridd-NOTFOUND" |
| | | }, |
| | | { |
| | | "name" : "WX_gl", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_gl.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_gld", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_gl.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_html", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_html.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_htmld", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_html.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_media", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "WX_media-NOTFOUND" |
| | | }, |
| | | { |
| | | "name" : "WX_mediad", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "WX_mediad-NOTFOUND" |
| | | }, |
| | | { |
| | | "name" : "WX_net", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxbase32u_net.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_netd", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxbase32ud_net.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_odbc", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "WX_odbc-NOTFOUND" |
| | | }, |
| | | { |
| | | "name" : "WX_odbcd", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "WX_odbcd-NOTFOUND" |
| | | }, |
| | | { |
| | | "name" : "WX_propgrid", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_propgrid.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_propgridd", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_propgrid.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_qa", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_qa.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_qad", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_qa.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_ribbon", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_ribbon.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_ribbond", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_ribbon.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_richtext", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_richtext.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_richtextd", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_richtext.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_stc", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_stc.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_stcd", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_stc.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_webview", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "WX_webview-NOTFOUND" |
| | | }, |
| | | { |
| | | "name" : "WX_webviewd", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "WX_webviewd-NOTFOUND" |
| | | }, |
| | | { |
| | | "name" : "WX_xml", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxbase32u_xml.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_xmld", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxbase32ud_xml.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_xrc", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_xrc.lib" |
| | | }, |
| | | { |
| | | "name" : "WX_xrcd", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a library." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_xrc.lib" |
| | | }, |
| | | { |
| | | "name" : "X_VCPKG_APPLOCAL_DEPS_INSTALL", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "(experimental) Automatically copy dependencies into the install target directory for executables. Requires CMake 3.14." |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "X_VCPKG_APPLOCAL_DEPS_SERIALIZED", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "(experimental) Add USES_TERMINAL to VCPKG_APPLOCAL_DEPS to force serialization." |
| | | } |
| | | ], |
| | | "type" : "BOOL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "Z_VCPKG_CHECK_MANIFEST_MODE", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Making sure VCPKG_MANIFEST_MODE doesn't change" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "OFF" |
| | | }, |
| | | { |
| | | "name" : "Z_VCPKG_POWERSHELL_PATH", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "The path to the PowerShell implementation to use." |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "C:/Program Files/PowerShell/7/pwsh.exe" |
| | | }, |
| | | { |
| | | "name" : "Z_VCPKG_PWSH_PATH", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Path to a program." |
| | | } |
| | | ], |
| | | "type" : "FILEPATH", |
| | | "value" : "C:/Program Files/PowerShell/7/pwsh.exe" |
| | | }, |
| | | { |
| | | "name" : "Z_VCPKG_ROOT_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "Vcpkg root directory" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "Z:/vcpkg" |
| | | }, |
| | | { |
| | | "name" : "_VCPKG_INSTALLED_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "The directory which contains the installed libraries for each triplet" |
| | | } |
| | | ], |
| | | "type" : "PATH", |
| | | "value" : "Z:/vcpkg/installed" |
| | | }, |
| | | { |
| | | "name" : "exiv2_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "The directory containing a CMake configuration file for exiv2." |
| | | } |
| | | ], |
| | | "type" : "PATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/share/exiv2" |
| | | }, |
| | | { |
| | | "name" : "wxWidgets_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "The directory containing a CMake configuration file for wxWidgets." |
| | | } |
| | | ], |
| | | "type" : "PATH", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/share/wxwidgets" |
| | | }, |
| | | { |
| | | "name" : "wxWidgets_LIB_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "Z:/vcpkg/installed/x64-windows/lib" |
| | | }, |
| | | { |
| | | "name" : "wxWidgets_ROOT_DIR", |
| | | "properties" : |
| | | [ |
| | | { |
| | | "name" : "HELPSTRING", |
| | | "value" : "" |
| | | } |
| | | ], |
| | | "type" : "INTERNAL", |
| | | "value" : "Z:/vcpkg/installed/x64-windows" |
| | | } |
| | | ], |
| | | "kind" : "cache", |
| | | "version" : |
| | | { |
| | | "major" : 2, |
| | | "minor" : 0 |
| | | } |
| | | } |
| New file |
| | |
| | | { |
| | | "inputs" : |
| | | [ |
| | | { |
| | | "path" : "CMakeLists.txt" |
| | | }, |
| | | { |
| | | "isGenerated" : true, |
| | | "path" : "build/CMakeFiles/3.28.2/CMakeSystem.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/scripts/buildsystems/vcpkg.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeDependentOption.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/Platform/Windows-Initialize.cmake" |
| | | }, |
| | | { |
| | | "isGenerated" : true, |
| | | "path" : "build/CMakeFiles/3.28.2/CMakeCCompiler.cmake" |
| | | }, |
| | | { |
| | | "isGenerated" : true, |
| | | "path" : "build/CMakeFiles/3.28.2/CMakeCXXCompiler.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeGenericSystem.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/Platform/Windows.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/Platform/WindowsPaths.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeCInformation.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/Compiler/MSVC-C.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/Compiler/MSVC.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/Platform/Windows-MSVC-C.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/Platform/Windows-MSVC.cmake" |
| | | }, |
| | | { |
| | | "isGenerated" : true, |
| | | "path" : "build/CMakeFiles/3.28.2/CMakeRCCompiler.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeRCInformation.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeCXXInformation.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/Compiler/MSVC-CXX.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/Compiler/MSVC.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/Platform/Windows-MSVC-CXX.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/Platform/Windows-MSVC.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/wxwidgets/vcpkg-cmake-wrapper.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsConfigVersion.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsConfig.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeFindDependencyMacro.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/NanoSVG/NanoSVGConfigVersion.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/NanoSVG/NanoSVGConfig.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/NanoSVG/NanoSVGTargets.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/NanoSVG/NanoSVGTargets-debug.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/NanoSVG/NanoSVGTargets-release.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsTargets.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsTargets-debug.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsTargets-release.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/exiv2/vcpkg-cmake-wrapper.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/exiv2/exiv2ConfigVersion.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/exiv2/exiv2Config.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CMakeFindDependencyMacro.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/exiv2/exiv2Export.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/exiv2/exiv2Export-debug.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/share/exiv2/exiv2Export-release.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CPack.cmake" |
| | | }, |
| | | { |
| | | "isCMake" : true, |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Modules/CPackComponent.cmake" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Templates/CPackConfig.cmake.in" |
| | | }, |
| | | { |
| | | "isExternal" : true, |
| | | "path" : "C:/CMake/share/cmake-3.28/Templates/CPackConfig.cmake.in" |
| | | } |
| | | ], |
| | | "kind" : "cmakeFiles", |
| | | "paths" : |
| | | { |
| | | "build" : "Z:/wx.image_viewer/build", |
| | | "source" : "Z:/wx.image_viewer" |
| | | }, |
| | | "version" : |
| | | { |
| | | "major" : 1, |
| | | "minor" : 0 |
| | | } |
| | | } |
| New file |
| | |
| | | { |
| | | "configurations" : |
| | | [ |
| | | { |
| | | "directories" : |
| | | [ |
| | | { |
| | | "build" : ".", |
| | | "jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json", |
| | | "minimumCMakeVersion" : |
| | | { |
| | | "string" : "3.5" |
| | | }, |
| | | "projectIndex" : 0, |
| | | "source" : ".", |
| | | "targetIndexes" : |
| | | [ |
| | | 0, |
| | | 1, |
| | | 2 |
| | | ] |
| | | } |
| | | ], |
| | | "name" : "Debug", |
| | | "projects" : |
| | | [ |
| | | { |
| | | "directoryIndexes" : |
| | | [ |
| | | 0 |
| | | ], |
| | | "name" : "ImageViewer", |
| | | "targetIndexes" : |
| | | [ |
| | | 0, |
| | | 1, |
| | | 2 |
| | | ] |
| | | } |
| | | ], |
| | | "targets" : |
| | | [ |
| | | { |
| | | "directoryIndex" : 0, |
| | | "id" : "ALL_BUILD::@6890427a1f51a3e7e1df", |
| | | "jsonFile" : "target-ALL_BUILD-Debug-6b6de8ce3562e0c79ffc.json", |
| | | "name" : "ALL_BUILD", |
| | | "projectIndex" : 0 |
| | | }, |
| | | { |
| | | "directoryIndex" : 0, |
| | | "id" : "ImageViewer::@6890427a1f51a3e7e1df", |
| | | "jsonFile" : "target-ImageViewer-Debug-26ff24dcdd2c6955c753.json", |
| | | "name" : "ImageViewer", |
| | | "projectIndex" : 0 |
| | | }, |
| | | { |
| | | "directoryIndex" : 0, |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df", |
| | | "jsonFile" : "target-ZERO_CHECK-Debug-1341a6b3385fc4c4e65e.json", |
| | | "name" : "ZERO_CHECK", |
| | | "projectIndex" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | "directories" : |
| | | [ |
| | | { |
| | | "build" : ".", |
| | | "jsonFile" : "directory-.-Release-d0094a50bb2071803777.json", |
| | | "minimumCMakeVersion" : |
| | | { |
| | | "string" : "3.5" |
| | | }, |
| | | "projectIndex" : 0, |
| | | "source" : ".", |
| | | "targetIndexes" : |
| | | [ |
| | | 0, |
| | | 1, |
| | | 2 |
| | | ] |
| | | } |
| | | ], |
| | | "name" : "Release", |
| | | "projects" : |
| | | [ |
| | | { |
| | | "directoryIndexes" : |
| | | [ |
| | | 0 |
| | | ], |
| | | "name" : "ImageViewer", |
| | | "targetIndexes" : |
| | | [ |
| | | 0, |
| | | 1, |
| | | 2 |
| | | ] |
| | | } |
| | | ], |
| | | "targets" : |
| | | [ |
| | | { |
| | | "directoryIndex" : 0, |
| | | "id" : "ALL_BUILD::@6890427a1f51a3e7e1df", |
| | | "jsonFile" : "target-ALL_BUILD-Release-6b6de8ce3562e0c79ffc.json", |
| | | "name" : "ALL_BUILD", |
| | | "projectIndex" : 0 |
| | | }, |
| | | { |
| | | "directoryIndex" : 0, |
| | | "id" : "ImageViewer::@6890427a1f51a3e7e1df", |
| | | "jsonFile" : "target-ImageViewer-Release-4220dc3027a664734438.json", |
| | | "name" : "ImageViewer", |
| | | "projectIndex" : 0 |
| | | }, |
| | | { |
| | | "directoryIndex" : 0, |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df", |
| | | "jsonFile" : "target-ZERO_CHECK-Release-1341a6b3385fc4c4e65e.json", |
| | | "name" : "ZERO_CHECK", |
| | | "projectIndex" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | "directories" : |
| | | [ |
| | | { |
| | | "build" : ".", |
| | | "jsonFile" : "directory-.-MinSizeRel-d0094a50bb2071803777.json", |
| | | "minimumCMakeVersion" : |
| | | { |
| | | "string" : "3.5" |
| | | }, |
| | | "projectIndex" : 0, |
| | | "source" : ".", |
| | | "targetIndexes" : |
| | | [ |
| | | 0, |
| | | 1, |
| | | 2 |
| | | ] |
| | | } |
| | | ], |
| | | "name" : "MinSizeRel", |
| | | "projects" : |
| | | [ |
| | | { |
| | | "directoryIndexes" : |
| | | [ |
| | | 0 |
| | | ], |
| | | "name" : "ImageViewer", |
| | | "targetIndexes" : |
| | | [ |
| | | 0, |
| | | 1, |
| | | 2 |
| | | ] |
| | | } |
| | | ], |
| | | "targets" : |
| | | [ |
| | | { |
| | | "directoryIndex" : 0, |
| | | "id" : "ALL_BUILD::@6890427a1f51a3e7e1df", |
| | | "jsonFile" : "target-ALL_BUILD-MinSizeRel-6b6de8ce3562e0c79ffc.json", |
| | | "name" : "ALL_BUILD", |
| | | "projectIndex" : 0 |
| | | }, |
| | | { |
| | | "directoryIndex" : 0, |
| | | "id" : "ImageViewer::@6890427a1f51a3e7e1df", |
| | | "jsonFile" : "target-ImageViewer-MinSizeRel-edd89098f4e459775b33.json", |
| | | "name" : "ImageViewer", |
| | | "projectIndex" : 0 |
| | | }, |
| | | { |
| | | "directoryIndex" : 0, |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df", |
| | | "jsonFile" : "target-ZERO_CHECK-MinSizeRel-1341a6b3385fc4c4e65e.json", |
| | | "name" : "ZERO_CHECK", |
| | | "projectIndex" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | "directories" : |
| | | [ |
| | | { |
| | | "build" : ".", |
| | | "jsonFile" : "directory-.-RelWithDebInfo-d0094a50bb2071803777.json", |
| | | "minimumCMakeVersion" : |
| | | { |
| | | "string" : "3.5" |
| | | }, |
| | | "projectIndex" : 0, |
| | | "source" : ".", |
| | | "targetIndexes" : |
| | | [ |
| | | 0, |
| | | 1, |
| | | 2 |
| | | ] |
| | | } |
| | | ], |
| | | "name" : "RelWithDebInfo", |
| | | "projects" : |
| | | [ |
| | | { |
| | | "directoryIndexes" : |
| | | [ |
| | | 0 |
| | | ], |
| | | "name" : "ImageViewer", |
| | | "targetIndexes" : |
| | | [ |
| | | 0, |
| | | 1, |
| | | 2 |
| | | ] |
| | | } |
| | | ], |
| | | "targets" : |
| | | [ |
| | | { |
| | | "directoryIndex" : 0, |
| | | "id" : "ALL_BUILD::@6890427a1f51a3e7e1df", |
| | | "jsonFile" : "target-ALL_BUILD-RelWithDebInfo-6b6de8ce3562e0c79ffc.json", |
| | | "name" : "ALL_BUILD", |
| | | "projectIndex" : 0 |
| | | }, |
| | | { |
| | | "directoryIndex" : 0, |
| | | "id" : "ImageViewer::@6890427a1f51a3e7e1df", |
| | | "jsonFile" : "target-ImageViewer-RelWithDebInfo-d24b0669d59378b8b8bc.json", |
| | | "name" : "ImageViewer", |
| | | "projectIndex" : 0 |
| | | }, |
| | | { |
| | | "directoryIndex" : 0, |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df", |
| | | "jsonFile" : "target-ZERO_CHECK-RelWithDebInfo-1341a6b3385fc4c4e65e.json", |
| | | "name" : "ZERO_CHECK", |
| | | "projectIndex" : 0 |
| | | } |
| | | ] |
| | | } |
| | | ], |
| | | "kind" : "codemodel", |
| | | "paths" : |
| | | { |
| | | "build" : "Z:/wx.image_viewer/build", |
| | | "source" : "Z:/wx.image_viewer" |
| | | }, |
| | | "version" : |
| | | { |
| | | "major" : 2, |
| | | "minor" : 6 |
| | | } |
| | | } |
| New file |
| | |
| | | { |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : [], |
| | | "files" : [], |
| | | "nodes" : [] |
| | | }, |
| | | "installers" : [], |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | } |
| | | } |
| New file |
| | |
| | | { |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : [], |
| | | "files" : [], |
| | | "nodes" : [] |
| | | }, |
| | | "installers" : [], |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | } |
| | | } |
| New file |
| | |
| | | { |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : [], |
| | | "files" : [], |
| | | "nodes" : [] |
| | | }, |
| | | "installers" : [], |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | } |
| | | } |
| New file |
| | |
| | | { |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : [], |
| | | "files" : [], |
| | | "nodes" : [] |
| | | }, |
| | | "installers" : [], |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | } |
| | | } |
| New file |
| | |
| | | { |
| | | "cmake" : |
| | | { |
| | | "generator" : |
| | | { |
| | | "multiConfig" : true, |
| | | "name" : "Visual Studio 16 2019", |
| | | "platform" : "x64" |
| | | }, |
| | | "paths" : |
| | | { |
| | | "cmake" : "C:/CMake/bin/cmake.exe", |
| | | "cpack" : "C:/CMake/bin/cpack.exe", |
| | | "ctest" : "C:/CMake/bin/ctest.exe", |
| | | "root" : "C:/CMake/share/cmake-3.28" |
| | | }, |
| | | "version" : |
| | | { |
| | | "isDirty" : false, |
| | | "major" : 3, |
| | | "minor" : 28, |
| | | "patch" : 2, |
| | | "string" : "3.28.2", |
| | | "suffix" : "" |
| | | } |
| | | }, |
| | | "objects" : |
| | | [ |
| | | { |
| | | "jsonFile" : "codemodel-v2-1dc8169b8d45db5d8d2a.json", |
| | | "kind" : "codemodel", |
| | | "version" : |
| | | { |
| | | "major" : 2, |
| | | "minor" : 6 |
| | | } |
| | | }, |
| | | { |
| | | "jsonFile" : "cache-v2-4695c34f3d92d93e2219.json", |
| | | "kind" : "cache", |
| | | "version" : |
| | | { |
| | | "major" : 2, |
| | | "minor" : 0 |
| | | } |
| | | }, |
| | | { |
| | | "jsonFile" : "cmakeFiles-v1-e3b81ba9d6a82533760a.json", |
| | | "kind" : "cmakeFiles", |
| | | "version" : |
| | | { |
| | | "major" : 1, |
| | | "minor" : 0 |
| | | } |
| | | }, |
| | | { |
| | | "jsonFile" : "toolchains-v1-063603134e51fb22ffde.json", |
| | | "kind" : "toolchains", |
| | | "version" : |
| | | { |
| | | "major" : 1, |
| | | "minor" : 0 |
| | | } |
| | | } |
| | | ], |
| | | "reply" : |
| | | { |
| | | "client-vscode" : |
| | | { |
| | | "query.json" : |
| | | { |
| | | "requests" : |
| | | [ |
| | | { |
| | | "kind" : "cache", |
| | | "version" : 2 |
| | | }, |
| | | { |
| | | "kind" : "codemodel", |
| | | "version" : 2 |
| | | }, |
| | | { |
| | | "kind" : "toolchains", |
| | | "version" : 1 |
| | | }, |
| | | { |
| | | "kind" : "cmakeFiles", |
| | | "version" : 1 |
| | | } |
| | | ], |
| | | "responses" : |
| | | [ |
| | | { |
| | | "jsonFile" : "cache-v2-4695c34f3d92d93e2219.json", |
| | | "kind" : "cache", |
| | | "version" : |
| | | { |
| | | "major" : 2, |
| | | "minor" : 0 |
| | | } |
| | | }, |
| | | { |
| | | "jsonFile" : "codemodel-v2-1dc8169b8d45db5d8d2a.json", |
| | | "kind" : "codemodel", |
| | | "version" : |
| | | { |
| | | "major" : 2, |
| | | "minor" : 6 |
| | | } |
| | | }, |
| | | { |
| | | "jsonFile" : "toolchains-v1-063603134e51fb22ffde.json", |
| | | "kind" : "toolchains", |
| | | "version" : |
| | | { |
| | | "major" : 1, |
| | | "minor" : 0 |
| | | } |
| | | }, |
| | | { |
| | | "jsonFile" : "cmakeFiles-v1-e3b81ba9d6a82533760a.json", |
| | | "kind" : "cmakeFiles", |
| | | "version" : |
| | | { |
| | | "major" : 1, |
| | | "minor" : 0 |
| | | } |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | } |
| | | } |
| New file |
| | |
| | | { |
| | | "backtrace" : 0, |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : [], |
| | | "files" : |
| | | [ |
| | | "CMakeLists.txt" |
| | | ], |
| | | "nodes" : |
| | | [ |
| | | { |
| | | "file" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | "dependencies" : |
| | | [ |
| | | { |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df" |
| | | }, |
| | | { |
| | | "id" : "ImageViewer::@6890427a1f51a3e7e1df" |
| | | } |
| | | ], |
| | | "id" : "ALL_BUILD::@6890427a1f51a3e7e1df", |
| | | "isGeneratorProvided" : true, |
| | | "name" : "ALL_BUILD", |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | }, |
| | | "sources" : [], |
| | | "type" : "UTILITY" |
| | | } |
| New file |
| | |
| | | { |
| | | "backtrace" : 0, |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : [], |
| | | "files" : |
| | | [ |
| | | "CMakeLists.txt" |
| | | ], |
| | | "nodes" : |
| | | [ |
| | | { |
| | | "file" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | "dependencies" : |
| | | [ |
| | | { |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df" |
| | | }, |
| | | { |
| | | "id" : "ImageViewer::@6890427a1f51a3e7e1df" |
| | | } |
| | | ], |
| | | "id" : "ALL_BUILD::@6890427a1f51a3e7e1df", |
| | | "isGeneratorProvided" : true, |
| | | "name" : "ALL_BUILD", |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | }, |
| | | "sources" : [], |
| | | "type" : "UTILITY" |
| | | } |
| New file |
| | |
| | | { |
| | | "backtrace" : 0, |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : [], |
| | | "files" : |
| | | [ |
| | | "CMakeLists.txt" |
| | | ], |
| | | "nodes" : |
| | | [ |
| | | { |
| | | "file" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | "dependencies" : |
| | | [ |
| | | { |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df" |
| | | }, |
| | | { |
| | | "id" : "ImageViewer::@6890427a1f51a3e7e1df" |
| | | } |
| | | ], |
| | | "id" : "ALL_BUILD::@6890427a1f51a3e7e1df", |
| | | "isGeneratorProvided" : true, |
| | | "name" : "ALL_BUILD", |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | }, |
| | | "sources" : [], |
| | | "type" : "UTILITY" |
| | | } |
| New file |
| | |
| | | { |
| | | "backtrace" : 0, |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : [], |
| | | "files" : |
| | | [ |
| | | "CMakeLists.txt" |
| | | ], |
| | | "nodes" : |
| | | [ |
| | | { |
| | | "file" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | "dependencies" : |
| | | [ |
| | | { |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df" |
| | | }, |
| | | { |
| | | "id" : "ImageViewer::@6890427a1f51a3e7e1df" |
| | | } |
| | | ], |
| | | "id" : "ALL_BUILD::@6890427a1f51a3e7e1df", |
| | | "isGeneratorProvided" : true, |
| | | "name" : "ALL_BUILD", |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | }, |
| | | "sources" : [], |
| | | "type" : "UTILITY" |
| | | } |
| New file |
| | |
| | | { |
| | | "artifacts" : |
| | | [ |
| | | { |
| | | "path" : "Debug/ImageViewer.exe" |
| | | }, |
| | | { |
| | | "path" : "Debug/ImageViewer.pdb" |
| | | } |
| | | ], |
| | | "backtrace" : 2, |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : |
| | | [ |
| | | "_add_executable", |
| | | "add_executable", |
| | | "target_link_libraries", |
| | | "set_target_properties", |
| | | "include", |
| | | "_find_package", |
| | | "find_package", |
| | | "target_compile_features" |
| | | ], |
| | | "files" : |
| | | [ |
| | | "Z:/vcpkg/scripts/buildsystems/vcpkg.cmake", |
| | | "CMakeLists.txt", |
| | | "Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsTargets.cmake", |
| | | "Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsConfig.cmake", |
| | | "Z:/vcpkg/installed/x64-windows/share/wxwidgets/vcpkg-cmake-wrapper.cmake" |
| | | ], |
| | | "nodes" : |
| | | [ |
| | | { |
| | | "file" : 1 |
| | | }, |
| | | { |
| | | "command" : 1, |
| | | "file" : 1, |
| | | "line" : 16, |
| | | "parent" : 0 |
| | | }, |
| | | { |
| | | "command" : 0, |
| | | "file" : 0, |
| | | "line" : 598, |
| | | "parent" : 1 |
| | | }, |
| | | { |
| | | "command" : 2, |
| | | "file" : 1, |
| | | "line" : 22, |
| | | "parent" : 0 |
| | | }, |
| | | { |
| | | "command" : 6, |
| | | "file" : 1, |
| | | "line" : 7, |
| | | "parent" : 0 |
| | | }, |
| | | { |
| | | "command" : 4, |
| | | "file" : 0, |
| | | "line" : 813, |
| | | "parent" : 4 |
| | | }, |
| | | { |
| | | "file" : 4, |
| | | "parent" : 5 |
| | | }, |
| | | { |
| | | "command" : 5, |
| | | "file" : 4, |
| | | "line" : 51, |
| | | "parent" : 6 |
| | | }, |
| | | { |
| | | "file" : 3, |
| | | "parent" : 7 |
| | | }, |
| | | { |
| | | "command" : 4, |
| | | "file" : 3, |
| | | "line" : 74, |
| | | "parent" : 8 |
| | | }, |
| | | { |
| | | "file" : 2, |
| | | "parent" : 9 |
| | | }, |
| | | { |
| | | "command" : 3, |
| | | "file" : 2, |
| | | "line" : 78, |
| | | "parent" : 10 |
| | | }, |
| | | { |
| | | "command" : 7, |
| | | "file" : 1, |
| | | "line" : 23, |
| | | "parent" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | "compileGroups" : |
| | | [ |
| | | { |
| | | "compileCommandFragments" : |
| | | [ |
| | | { |
| | | "fragment" : "-DWIN32 -D_DEBUG" |
| | | } |
| | | ], |
| | | "defines" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WIN32_LEAN_AND_MEAN" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WXUSINGDLL" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "_UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "__WXMSW__" |
| | | } |
| | | ], |
| | | "includes" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/include" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/lib/mswud" |
| | | } |
| | | ], |
| | | "language" : "RC", |
| | | "sourceIndexes" : |
| | | [ |
| | | 0 |
| | | ] |
| | | }, |
| | | { |
| | | "compileCommandFragments" : |
| | | [ |
| | | { |
| | | "fragment" : "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++17" |
| | | } |
| | | ], |
| | | "defines" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WIN32_LEAN_AND_MEAN" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WXUSINGDLL" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "_UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "__WXMSW__" |
| | | } |
| | | ], |
| | | "includes" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/include" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/lib/mswud" |
| | | } |
| | | ], |
| | | "language" : "CXX", |
| | | "languageStandard" : |
| | | { |
| | | "backtraces" : |
| | | [ |
| | | 12 |
| | | ], |
| | | "standard" : "17" |
| | | }, |
| | | "sourceIndexes" : |
| | | [ |
| | | 1, |
| | | 2, |
| | | 3 |
| | | ] |
| | | } |
| | | ], |
| | | "dependencies" : |
| | | [ |
| | | { |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df" |
| | | } |
| | | ], |
| | | "id" : "ImageViewer::@6890427a1f51a3e7e1df", |
| | | "link" : |
| | | { |
| | | "commandFragments" : |
| | | [ |
| | | { |
| | | "fragment" : "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1", |
| | | "role" : "flags" |
| | | }, |
| | | { |
| | | "fragment" : "/machine:x64 /debug /INCREMENTAL /subsystem:windows", |
| | | "role" : "flags" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\debug\\lib\\exiv2.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\debug\\lib\\\\wxmsw32ud_xrc.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\debug\\lib\\\\wxmsw32ud_adv.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\debug\\lib\\\\wxmsw32ud_richtext.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\debug\\lib\\\\wxmsw32ud_aui.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\debug\\lib\\\\wxmsw32ud_propgrid.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\debug\\lib\\\\wxmsw32ud_html.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\debug\\lib\\\\wxmsw32ud_core.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\debug\\lib\\\\wxbase32ud.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "kernel32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "user32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "gdi32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "comdlg32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "winspool.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "winmm.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "shell32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "shlwapi.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "comctl32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "ole32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "oleaut32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "uuid.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "rpcrt4.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "advapi32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "version.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "ws2_32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "wininet.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "oleacc.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "uxtheme.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "fragment" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib", |
| | | "role" : "libraries" |
| | | } |
| | | ], |
| | | "language" : "CXX" |
| | | }, |
| | | "name" : "ImageViewer", |
| | | "nameOnDisk" : "ImageViewer.exe", |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | }, |
| | | "sourceGroups" : |
| | | [ |
| | | { |
| | | "name" : "Source Files", |
| | | "sourceIndexes" : |
| | | [ |
| | | 0, |
| | | 1, |
| | | 2, |
| | | 3 |
| | | ] |
| | | } |
| | | ], |
| | | "sources" : |
| | | [ |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 0, |
| | | "path" : "static/minimal.rc", |
| | | "sourceGroupIndex" : 0 |
| | | }, |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 1, |
| | | "path" : "main.cpp", |
| | | "sourceGroupIndex" : 0 |
| | | }, |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 1, |
| | | "path" : "ui/ImageViewer.cpp", |
| | | "sourceGroupIndex" : 0 |
| | | }, |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 1, |
| | | "path" : "ui/ImageViewerImageWindow.cpp", |
| | | "sourceGroupIndex" : 0 |
| | | } |
| | | ], |
| | | "type" : "EXECUTABLE" |
| | | } |
| New file |
| | |
| | | { |
| | | "artifacts" : |
| | | [ |
| | | { |
| | | "path" : "MinSizeRel/ImageViewer.exe" |
| | | }, |
| | | { |
| | | "path" : "MinSizeRel/ImageViewer.pdb" |
| | | } |
| | | ], |
| | | "backtrace" : 2, |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : |
| | | [ |
| | | "_add_executable", |
| | | "add_executable", |
| | | "target_link_libraries", |
| | | "set_target_properties", |
| | | "include", |
| | | "_find_package", |
| | | "find_package", |
| | | "target_compile_features" |
| | | ], |
| | | "files" : |
| | | [ |
| | | "Z:/vcpkg/scripts/buildsystems/vcpkg.cmake", |
| | | "CMakeLists.txt", |
| | | "Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsTargets.cmake", |
| | | "Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsConfig.cmake", |
| | | "Z:/vcpkg/installed/x64-windows/share/wxwidgets/vcpkg-cmake-wrapper.cmake" |
| | | ], |
| | | "nodes" : |
| | | [ |
| | | { |
| | | "file" : 1 |
| | | }, |
| | | { |
| | | "command" : 1, |
| | | "file" : 1, |
| | | "line" : 16, |
| | | "parent" : 0 |
| | | }, |
| | | { |
| | | "command" : 0, |
| | | "file" : 0, |
| | | "line" : 598, |
| | | "parent" : 1 |
| | | }, |
| | | { |
| | | "command" : 2, |
| | | "file" : 1, |
| | | "line" : 22, |
| | | "parent" : 0 |
| | | }, |
| | | { |
| | | "command" : 6, |
| | | "file" : 1, |
| | | "line" : 7, |
| | | "parent" : 0 |
| | | }, |
| | | { |
| | | "command" : 4, |
| | | "file" : 0, |
| | | "line" : 813, |
| | | "parent" : 4 |
| | | }, |
| | | { |
| | | "file" : 4, |
| | | "parent" : 5 |
| | | }, |
| | | { |
| | | "command" : 5, |
| | | "file" : 4, |
| | | "line" : 51, |
| | | "parent" : 6 |
| | | }, |
| | | { |
| | | "file" : 3, |
| | | "parent" : 7 |
| | | }, |
| | | { |
| | | "command" : 4, |
| | | "file" : 3, |
| | | "line" : 74, |
| | | "parent" : 8 |
| | | }, |
| | | { |
| | | "file" : 2, |
| | | "parent" : 9 |
| | | }, |
| | | { |
| | | "command" : 3, |
| | | "file" : 2, |
| | | "line" : 78, |
| | | "parent" : 10 |
| | | }, |
| | | { |
| | | "command" : 7, |
| | | "file" : 1, |
| | | "line" : 23, |
| | | "parent" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | "compileGroups" : |
| | | [ |
| | | { |
| | | "compileCommandFragments" : |
| | | [ |
| | | { |
| | | "fragment" : "-DWIN32" |
| | | } |
| | | ], |
| | | "defines" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WIN32_LEAN_AND_MEAN" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WXUSINGDLL" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "_UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "__WXMSW__" |
| | | } |
| | | ], |
| | | "includes" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/include" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/lib/mswu" |
| | | } |
| | | ], |
| | | "language" : "RC", |
| | | "sourceIndexes" : |
| | | [ |
| | | 0 |
| | | ] |
| | | }, |
| | | { |
| | | "compileCommandFragments" : |
| | | [ |
| | | { |
| | | "fragment" : "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O1 /Ob1 /DNDEBUG -std:c++17" |
| | | } |
| | | ], |
| | | "defines" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WIN32_LEAN_AND_MEAN" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WXUSINGDLL" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "_UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "__WXMSW__" |
| | | } |
| | | ], |
| | | "includes" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/include" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/lib/mswu" |
| | | } |
| | | ], |
| | | "language" : "CXX", |
| | | "languageStandard" : |
| | | { |
| | | "backtraces" : |
| | | [ |
| | | 12 |
| | | ], |
| | | "standard" : "17" |
| | | }, |
| | | "sourceIndexes" : |
| | | [ |
| | | 1, |
| | | 2, |
| | | 3 |
| | | ] |
| | | } |
| | | ], |
| | | "dependencies" : |
| | | [ |
| | | { |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df" |
| | | } |
| | | ], |
| | | "id" : "ImageViewer::@6890427a1f51a3e7e1df", |
| | | "link" : |
| | | { |
| | | "commandFragments" : |
| | | [ |
| | | { |
| | | "fragment" : "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O1 /Ob1 /DNDEBUG", |
| | | "role" : "flags" |
| | | }, |
| | | { |
| | | "fragment" : "/machine:x64 /INCREMENTAL:NO /subsystem:windows", |
| | | "role" : "flags" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\exiv2.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_xrc.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_adv.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_richtext.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_aui.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_propgrid.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_html.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_core.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxbase32u.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "kernel32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "user32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "gdi32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "comdlg32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "winspool.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "winmm.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "shell32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "shlwapi.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "comctl32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "ole32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "oleaut32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "uuid.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "rpcrt4.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "advapi32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "version.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "ws2_32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "wininet.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "oleacc.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "uxtheme.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "fragment" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib", |
| | | "role" : "libraries" |
| | | } |
| | | ], |
| | | "language" : "CXX" |
| | | }, |
| | | "name" : "ImageViewer", |
| | | "nameOnDisk" : "ImageViewer.exe", |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | }, |
| | | "sourceGroups" : |
| | | [ |
| | | { |
| | | "name" : "Source Files", |
| | | "sourceIndexes" : |
| | | [ |
| | | 0, |
| | | 1, |
| | | 2, |
| | | 3 |
| | | ] |
| | | } |
| | | ], |
| | | "sources" : |
| | | [ |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 0, |
| | | "path" : "static/minimal.rc", |
| | | "sourceGroupIndex" : 0 |
| | | }, |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 1, |
| | | "path" : "main.cpp", |
| | | "sourceGroupIndex" : 0 |
| | | }, |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 1, |
| | | "path" : "ui/ImageViewer.cpp", |
| | | "sourceGroupIndex" : 0 |
| | | }, |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 1, |
| | | "path" : "ui/ImageViewerImageWindow.cpp", |
| | | "sourceGroupIndex" : 0 |
| | | } |
| | | ], |
| | | "type" : "EXECUTABLE" |
| | | } |
| New file |
| | |
| | | { |
| | | "artifacts" : |
| | | [ |
| | | { |
| | | "path" : "RelWithDebInfo/ImageViewer.exe" |
| | | }, |
| | | { |
| | | "path" : "RelWithDebInfo/ImageViewer.pdb" |
| | | } |
| | | ], |
| | | "backtrace" : 2, |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : |
| | | [ |
| | | "_add_executable", |
| | | "add_executable", |
| | | "target_link_libraries", |
| | | "set_target_properties", |
| | | "include", |
| | | "_find_package", |
| | | "find_package", |
| | | "target_compile_features" |
| | | ], |
| | | "files" : |
| | | [ |
| | | "Z:/vcpkg/scripts/buildsystems/vcpkg.cmake", |
| | | "CMakeLists.txt", |
| | | "Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsTargets.cmake", |
| | | "Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsConfig.cmake", |
| | | "Z:/vcpkg/installed/x64-windows/share/wxwidgets/vcpkg-cmake-wrapper.cmake" |
| | | ], |
| | | "nodes" : |
| | | [ |
| | | { |
| | | "file" : 1 |
| | | }, |
| | | { |
| | | "command" : 1, |
| | | "file" : 1, |
| | | "line" : 16, |
| | | "parent" : 0 |
| | | }, |
| | | { |
| | | "command" : 0, |
| | | "file" : 0, |
| | | "line" : 598, |
| | | "parent" : 1 |
| | | }, |
| | | { |
| | | "command" : 2, |
| | | "file" : 1, |
| | | "line" : 22, |
| | | "parent" : 0 |
| | | }, |
| | | { |
| | | "command" : 6, |
| | | "file" : 1, |
| | | "line" : 7, |
| | | "parent" : 0 |
| | | }, |
| | | { |
| | | "command" : 4, |
| | | "file" : 0, |
| | | "line" : 813, |
| | | "parent" : 4 |
| | | }, |
| | | { |
| | | "file" : 4, |
| | | "parent" : 5 |
| | | }, |
| | | { |
| | | "command" : 5, |
| | | "file" : 4, |
| | | "line" : 51, |
| | | "parent" : 6 |
| | | }, |
| | | { |
| | | "file" : 3, |
| | | "parent" : 7 |
| | | }, |
| | | { |
| | | "command" : 4, |
| | | "file" : 3, |
| | | "line" : 74, |
| | | "parent" : 8 |
| | | }, |
| | | { |
| | | "file" : 2, |
| | | "parent" : 9 |
| | | }, |
| | | { |
| | | "command" : 3, |
| | | "file" : 2, |
| | | "line" : 78, |
| | | "parent" : 10 |
| | | }, |
| | | { |
| | | "command" : 7, |
| | | "file" : 1, |
| | | "line" : 23, |
| | | "parent" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | "compileGroups" : |
| | | [ |
| | | { |
| | | "compileCommandFragments" : |
| | | [ |
| | | { |
| | | "fragment" : "-DWIN32" |
| | | } |
| | | ], |
| | | "defines" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WIN32_LEAN_AND_MEAN" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WXUSINGDLL" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "_UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "__WXMSW__" |
| | | } |
| | | ], |
| | | "includes" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/include" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/lib/mswu" |
| | | } |
| | | ], |
| | | "language" : "RC", |
| | | "sourceIndexes" : |
| | | [ |
| | | 0 |
| | | ] |
| | | }, |
| | | { |
| | | "compileCommandFragments" : |
| | | [ |
| | | { |
| | | "fragment" : "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /Zi /O2 /Ob1 /DNDEBUG -std:c++17" |
| | | } |
| | | ], |
| | | "defines" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WIN32_LEAN_AND_MEAN" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WXUSINGDLL" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "_UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "__WXMSW__" |
| | | } |
| | | ], |
| | | "includes" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/include" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/lib/mswu" |
| | | } |
| | | ], |
| | | "language" : "CXX", |
| | | "languageStandard" : |
| | | { |
| | | "backtraces" : |
| | | [ |
| | | 12 |
| | | ], |
| | | "standard" : "17" |
| | | }, |
| | | "sourceIndexes" : |
| | | [ |
| | | 1, |
| | | 2, |
| | | 3 |
| | | ] |
| | | } |
| | | ], |
| | | "dependencies" : |
| | | [ |
| | | { |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df" |
| | | } |
| | | ], |
| | | "id" : "ImageViewer::@6890427a1f51a3e7e1df", |
| | | "link" : |
| | | { |
| | | "commandFragments" : |
| | | [ |
| | | { |
| | | "fragment" : "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /Zi /O2 /Ob1 /DNDEBUG", |
| | | "role" : "flags" |
| | | }, |
| | | { |
| | | "fragment" : "/machine:x64 /debug /INCREMENTAL /subsystem:windows", |
| | | "role" : "flags" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\exiv2.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_xrc.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_adv.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_richtext.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_aui.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_propgrid.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_html.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_core.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxbase32u.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "kernel32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "user32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "gdi32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "comdlg32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "winspool.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "winmm.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "shell32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "shlwapi.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "comctl32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "ole32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "oleaut32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "uuid.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "rpcrt4.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "advapi32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "version.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "ws2_32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "wininet.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "oleacc.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "uxtheme.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "fragment" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib", |
| | | "role" : "libraries" |
| | | } |
| | | ], |
| | | "language" : "CXX" |
| | | }, |
| | | "name" : "ImageViewer", |
| | | "nameOnDisk" : "ImageViewer.exe", |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | }, |
| | | "sourceGroups" : |
| | | [ |
| | | { |
| | | "name" : "Source Files", |
| | | "sourceIndexes" : |
| | | [ |
| | | 0, |
| | | 1, |
| | | 2, |
| | | 3 |
| | | ] |
| | | } |
| | | ], |
| | | "sources" : |
| | | [ |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 0, |
| | | "path" : "static/minimal.rc", |
| | | "sourceGroupIndex" : 0 |
| | | }, |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 1, |
| | | "path" : "main.cpp", |
| | | "sourceGroupIndex" : 0 |
| | | }, |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 1, |
| | | "path" : "ui/ImageViewer.cpp", |
| | | "sourceGroupIndex" : 0 |
| | | }, |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 1, |
| | | "path" : "ui/ImageViewerImageWindow.cpp", |
| | | "sourceGroupIndex" : 0 |
| | | } |
| | | ], |
| | | "type" : "EXECUTABLE" |
| | | } |
| New file |
| | |
| | | { |
| | | "artifacts" : |
| | | [ |
| | | { |
| | | "path" : "Release/ImageViewer.exe" |
| | | }, |
| | | { |
| | | "path" : "Release/ImageViewer.pdb" |
| | | } |
| | | ], |
| | | "backtrace" : 2, |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : |
| | | [ |
| | | "_add_executable", |
| | | "add_executable", |
| | | "target_link_libraries", |
| | | "set_target_properties", |
| | | "include", |
| | | "_find_package", |
| | | "find_package", |
| | | "target_compile_features" |
| | | ], |
| | | "files" : |
| | | [ |
| | | "Z:/vcpkg/scripts/buildsystems/vcpkg.cmake", |
| | | "CMakeLists.txt", |
| | | "Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsTargets.cmake", |
| | | "Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsConfig.cmake", |
| | | "Z:/vcpkg/installed/x64-windows/share/wxwidgets/vcpkg-cmake-wrapper.cmake" |
| | | ], |
| | | "nodes" : |
| | | [ |
| | | { |
| | | "file" : 1 |
| | | }, |
| | | { |
| | | "command" : 1, |
| | | "file" : 1, |
| | | "line" : 16, |
| | | "parent" : 0 |
| | | }, |
| | | { |
| | | "command" : 0, |
| | | "file" : 0, |
| | | "line" : 598, |
| | | "parent" : 1 |
| | | }, |
| | | { |
| | | "command" : 2, |
| | | "file" : 1, |
| | | "line" : 22, |
| | | "parent" : 0 |
| | | }, |
| | | { |
| | | "command" : 6, |
| | | "file" : 1, |
| | | "line" : 7, |
| | | "parent" : 0 |
| | | }, |
| | | { |
| | | "command" : 4, |
| | | "file" : 0, |
| | | "line" : 813, |
| | | "parent" : 4 |
| | | }, |
| | | { |
| | | "file" : 4, |
| | | "parent" : 5 |
| | | }, |
| | | { |
| | | "command" : 5, |
| | | "file" : 4, |
| | | "line" : 51, |
| | | "parent" : 6 |
| | | }, |
| | | { |
| | | "file" : 3, |
| | | "parent" : 7 |
| | | }, |
| | | { |
| | | "command" : 4, |
| | | "file" : 3, |
| | | "line" : 74, |
| | | "parent" : 8 |
| | | }, |
| | | { |
| | | "file" : 2, |
| | | "parent" : 9 |
| | | }, |
| | | { |
| | | "command" : 3, |
| | | "file" : 2, |
| | | "line" : 78, |
| | | "parent" : 10 |
| | | }, |
| | | { |
| | | "command" : 7, |
| | | "file" : 1, |
| | | "line" : 23, |
| | | "parent" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | "compileGroups" : |
| | | [ |
| | | { |
| | | "compileCommandFragments" : |
| | | [ |
| | | { |
| | | "fragment" : "-DWIN32" |
| | | } |
| | | ], |
| | | "defines" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WIN32_LEAN_AND_MEAN" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WXUSINGDLL" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "_UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "__WXMSW__" |
| | | } |
| | | ], |
| | | "includes" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/include" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/lib/mswu" |
| | | } |
| | | ], |
| | | "language" : "RC", |
| | | "sourceIndexes" : |
| | | [ |
| | | 0 |
| | | ] |
| | | }, |
| | | { |
| | | "compileCommandFragments" : |
| | | [ |
| | | { |
| | | "fragment" : "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG -std:c++17" |
| | | } |
| | | ], |
| | | "defines" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WIN32_LEAN_AND_MEAN" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "WXUSINGDLL" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "_UNICODE" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "define" : "__WXMSW__" |
| | | } |
| | | ], |
| | | "includes" : |
| | | [ |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/include" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "isSystem" : true, |
| | | "path" : "Z:/vcpkg/installed/x64-windows/lib/mswu" |
| | | } |
| | | ], |
| | | "language" : "CXX", |
| | | "languageStandard" : |
| | | { |
| | | "backtraces" : |
| | | [ |
| | | 12 |
| | | ], |
| | | "standard" : "17" |
| | | }, |
| | | "sourceIndexes" : |
| | | [ |
| | | 1, |
| | | 2, |
| | | 3 |
| | | ] |
| | | } |
| | | ], |
| | | "dependencies" : |
| | | [ |
| | | { |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df" |
| | | } |
| | | ], |
| | | "id" : "ImageViewer::@6890427a1f51a3e7e1df", |
| | | "link" : |
| | | { |
| | | "commandFragments" : |
| | | [ |
| | | { |
| | | "fragment" : "/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG", |
| | | "role" : "flags" |
| | | }, |
| | | { |
| | | "fragment" : "/machine:x64 /INCREMENTAL:NO /subsystem:windows", |
| | | "role" : "flags" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\exiv2.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_xrc.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_adv.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_richtext.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_aui.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_propgrid.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_html.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxmsw32u_core.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 3, |
| | | "fragment" : "Z:\\vcpkg\\installed\\x64-windows\\lib\\\\wxbase32u.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "kernel32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "user32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "gdi32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "comdlg32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "winspool.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "winmm.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "shell32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "shlwapi.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "comctl32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "ole32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "oleaut32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "uuid.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "rpcrt4.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "advapi32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "version.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "ws2_32.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "wininet.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "oleacc.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "backtrace" : 11, |
| | | "fragment" : "uxtheme.lib", |
| | | "role" : "libraries" |
| | | }, |
| | | { |
| | | "fragment" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib", |
| | | "role" : "libraries" |
| | | } |
| | | ], |
| | | "language" : "CXX" |
| | | }, |
| | | "name" : "ImageViewer", |
| | | "nameOnDisk" : "ImageViewer.exe", |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | }, |
| | | "sourceGroups" : |
| | | [ |
| | | { |
| | | "name" : "Source Files", |
| | | "sourceIndexes" : |
| | | [ |
| | | 0, |
| | | 1, |
| | | 2, |
| | | 3 |
| | | ] |
| | | } |
| | | ], |
| | | "sources" : |
| | | [ |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 0, |
| | | "path" : "static/minimal.rc", |
| | | "sourceGroupIndex" : 0 |
| | | }, |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 1, |
| | | "path" : "main.cpp", |
| | | "sourceGroupIndex" : 0 |
| | | }, |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 1, |
| | | "path" : "ui/ImageViewer.cpp", |
| | | "sourceGroupIndex" : 0 |
| | | }, |
| | | { |
| | | "backtrace" : 2, |
| | | "compileGroupIndex" : 1, |
| | | "path" : "ui/ImageViewerImageWindow.cpp", |
| | | "sourceGroupIndex" : 0 |
| | | } |
| | | ], |
| | | "type" : "EXECUTABLE" |
| | | } |
| New file |
| | |
| | | { |
| | | "backtrace" : 0, |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : [], |
| | | "files" : |
| | | [ |
| | | "CMakeLists.txt" |
| | | ], |
| | | "nodes" : |
| | | [ |
| | | { |
| | | "file" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df", |
| | | "isGeneratorProvided" : true, |
| | | "name" : "ZERO_CHECK", |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | }, |
| | | "sourceGroups" : |
| | | [ |
| | | { |
| | | "name" : "CMake Rules", |
| | | "sourceIndexes" : |
| | | [ |
| | | 0 |
| | | ] |
| | | } |
| | | ], |
| | | "sources" : |
| | | [ |
| | | { |
| | | "backtrace" : 0, |
| | | "isGenerated" : true, |
| | | "path" : "build/CMakeFiles/293832b1cd585477095a7e497e89f5d5/generate.stamp.rule", |
| | | "sourceGroupIndex" : 0 |
| | | } |
| | | ], |
| | | "type" : "UTILITY" |
| | | } |
| New file |
| | |
| | | { |
| | | "backtrace" : 0, |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : [], |
| | | "files" : |
| | | [ |
| | | "CMakeLists.txt" |
| | | ], |
| | | "nodes" : |
| | | [ |
| | | { |
| | | "file" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df", |
| | | "isGeneratorProvided" : true, |
| | | "name" : "ZERO_CHECK", |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | }, |
| | | "sourceGroups" : |
| | | [ |
| | | { |
| | | "name" : "CMake Rules", |
| | | "sourceIndexes" : |
| | | [ |
| | | 0 |
| | | ] |
| | | } |
| | | ], |
| | | "sources" : |
| | | [ |
| | | { |
| | | "backtrace" : 0, |
| | | "isGenerated" : true, |
| | | "path" : "build/CMakeFiles/293832b1cd585477095a7e497e89f5d5/generate.stamp.rule", |
| | | "sourceGroupIndex" : 0 |
| | | } |
| | | ], |
| | | "type" : "UTILITY" |
| | | } |
| New file |
| | |
| | | { |
| | | "backtrace" : 0, |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : [], |
| | | "files" : |
| | | [ |
| | | "CMakeLists.txt" |
| | | ], |
| | | "nodes" : |
| | | [ |
| | | { |
| | | "file" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df", |
| | | "isGeneratorProvided" : true, |
| | | "name" : "ZERO_CHECK", |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | }, |
| | | "sourceGroups" : |
| | | [ |
| | | { |
| | | "name" : "CMake Rules", |
| | | "sourceIndexes" : |
| | | [ |
| | | 0 |
| | | ] |
| | | } |
| | | ], |
| | | "sources" : |
| | | [ |
| | | { |
| | | "backtrace" : 0, |
| | | "isGenerated" : true, |
| | | "path" : "build/CMakeFiles/293832b1cd585477095a7e497e89f5d5/generate.stamp.rule", |
| | | "sourceGroupIndex" : 0 |
| | | } |
| | | ], |
| | | "type" : "UTILITY" |
| | | } |
| New file |
| | |
| | | { |
| | | "backtrace" : 0, |
| | | "backtraceGraph" : |
| | | { |
| | | "commands" : [], |
| | | "files" : |
| | | [ |
| | | "CMakeLists.txt" |
| | | ], |
| | | "nodes" : |
| | | [ |
| | | { |
| | | "file" : 0 |
| | | } |
| | | ] |
| | | }, |
| | | "id" : "ZERO_CHECK::@6890427a1f51a3e7e1df", |
| | | "isGeneratorProvided" : true, |
| | | "name" : "ZERO_CHECK", |
| | | "paths" : |
| | | { |
| | | "build" : ".", |
| | | "source" : "." |
| | | }, |
| | | "sourceGroups" : |
| | | [ |
| | | { |
| | | "name" : "CMake Rules", |
| | | "sourceIndexes" : |
| | | [ |
| | | 0 |
| | | ] |
| | | } |
| | | ], |
| | | "sources" : |
| | | [ |
| | | { |
| | | "backtrace" : 0, |
| | | "isGenerated" : true, |
| | | "path" : "build/CMakeFiles/293832b1cd585477095a7e497e89f5d5/generate.stamp.rule", |
| | | "sourceGroupIndex" : 0 |
| | | } |
| | | ], |
| | | "type" : "UTILITY" |
| | | } |
| New file |
| | |
| | | { |
| | | "kind" : "toolchains", |
| | | "toolchains" : |
| | | [ |
| | | { |
| | | "compiler" : |
| | | { |
| | | "id" : "MSVC", |
| | | "implicit" : |
| | | { |
| | | "includeDirectories" : [], |
| | | "linkDirectories" : [], |
| | | "linkFrameworkDirectories" : [], |
| | | "linkLibraries" : [] |
| | | }, |
| | | "path" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe", |
| | | "version" : "19.29.30153.0" |
| | | }, |
| | | "language" : "C", |
| | | "sourceFileExtensions" : |
| | | [ |
| | | "c", |
| | | "m" |
| | | ] |
| | | }, |
| | | { |
| | | "compiler" : |
| | | { |
| | | "id" : "MSVC", |
| | | "implicit" : |
| | | { |
| | | "includeDirectories" : [], |
| | | "linkDirectories" : [], |
| | | "linkFrameworkDirectories" : [], |
| | | "linkLibraries" : [] |
| | | }, |
| | | "path" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe", |
| | | "version" : "19.29.30153.0" |
| | | }, |
| | | "language" : "CXX", |
| | | "sourceFileExtensions" : |
| | | [ |
| | | "C", |
| | | "M", |
| | | "c++", |
| | | "cc", |
| | | "cpp", |
| | | "cxx", |
| | | "mm", |
| | | "mpp", |
| | | "CPP", |
| | | "ixx", |
| | | "cppm", |
| | | "ccm", |
| | | "cxxm", |
| | | "c++m" |
| | | ] |
| | | }, |
| | | { |
| | | "compiler" : |
| | | { |
| | | "implicit" : {}, |
| | | "path" : "C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/rc.exe" |
| | | }, |
| | | "language" : "RC", |
| | | "sourceFileExtensions" : |
| | | [ |
| | | "rc", |
| | | "RC" |
| | | ] |
| | | } |
| | | ], |
| | | "version" : |
| | | { |
| | | "major" : 1, |
| | | "minor" : 0 |
| | | } |
| | | } |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
| | | </PropertyGroup> |
| | | <PropertyGroup> |
| | | <ResolveNugetPackages>false</ResolveNugetPackages> |
| | | </PropertyGroup> |
| | | <ItemGroup Label="ProjectConfigurations"> |
| | | <ProjectConfiguration Include="Debug|x64"> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="Release|x64"> |
| | | <Configuration>Release</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="MinSizeRel|x64"> |
| | | <Configuration>MinSizeRel</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="RelWithDebInfo|x64"> |
| | | <Configuration>RelWithDebInfo</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | </ItemGroup> |
| | | <PropertyGroup Label="Globals"> |
| | | <ProjectGuid>{56C05B76-8C67-39C6-B75D-602194A2A9DB}</ProjectGuid> |
| | | <Keyword>Win32Proj</Keyword> |
| | | <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
| | | <Platform>x64</Platform> |
| | | <ProjectName>ALL_BUILD</ProjectName> |
| | | <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| | | <ImportGroup Label="ExtensionSettings"> |
| | | </ImportGroup> |
| | | <ImportGroup Label="PropertySheets"> |
| | | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| | | </ImportGroup> |
| | | <PropertyGroup Label="UserMacros" /> |
| | | <PropertyGroup> |
| | | <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\CMakeLists.txt"> |
| | | <UseUtf8Encoding>Always</UseUtf8Encoding> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ProjectReference Include="Z:\wx.image_viewer\build\ZERO_CHECK.vcxproj"> |
| | | <Project>{768531C0-9F50-38A3-85F8-6800724A16B9}</Project> |
| | | <Name>ZERO_CHECK</Name> |
| | | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| | | <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| | | </ProjectReference> |
| | | <ProjectReference Include="Z:\wx.image_viewer\build\ImageViewer.vcxproj"> |
| | | <Project>{406B95E7-0C50-3D93-BBE4-410B73F4AFF4}</Project> |
| | | <Name>ImageViewer</Name> |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| | | <ImportGroup Label="ExtensionTargets"> |
| | | </ImportGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\CMakeLists.txt" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | </ItemGroup> |
| | | </Project> |
| New file |
| | |
| | | # This is the CMakeCache file. |
| | | # For build in directory: z:/wx.image_viewer/build |
| | | # It was generated by CMake: C:/CMake/bin/cmake.exe |
| | | # You can edit this file to change values found and used by cmake. |
| | | # If you do not want to change any of the values, simply exit the editor. |
| | | # If you do want to change a value, simply edit, save, and exit the editor. |
| | | # The syntax for the file is as follows: |
| | | # KEY:TYPE=VALUE |
| | | # KEY is the name of a variable in the cache. |
| | | # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. |
| | | # VALUE is the current value for the KEY. |
| | | |
| | | ######################## |
| | | # EXTERNAL cache entries |
| | | ######################## |
| | | |
| | | //Build the testing tree. |
| | | BUILD_TESTING:BOOL=ON |
| | | |
| | | //Path to a program. |
| | | CMAKE_AR:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/lib.exe |
| | | |
| | | //Semicolon separated list of supported configuration types, only |
| | | // supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything |
| | | // else will be ignored. |
| | | CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo |
| | | |
| | | //Flags used by the CXX compiler during all build types. |
| | | CMAKE_CXX_FLAGS:STRING=/DWIN32 /D_WINDOWS /W3 /GR /EHsc |
| | | |
| | | //Flags used by the CXX compiler during DEBUG builds. |
| | | CMAKE_CXX_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1 |
| | | |
| | | //Flags used by the CXX compiler during MINSIZEREL builds. |
| | | CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG |
| | | |
| | | //Flags used by the CXX compiler during RELEASE builds. |
| | | CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG |
| | | |
| | | //Flags used by the CXX compiler during RELWITHDEBINFO builds. |
| | | CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG |
| | | |
| | | //Libraries linked by default with all C++ applications. |
| | | CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib |
| | | |
| | | //Flags used by the C compiler during all build types. |
| | | CMAKE_C_FLAGS:STRING=/DWIN32 /D_WINDOWS /W3 |
| | | |
| | | //Flags used by the C compiler during DEBUG builds. |
| | | CMAKE_C_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1 |
| | | |
| | | //Flags used by the C compiler during MINSIZEREL builds. |
| | | CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG |
| | | |
| | | //Flags used by the C compiler during RELEASE builds. |
| | | CMAKE_C_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG |
| | | |
| | | //Flags used by the C compiler during RELWITHDEBINFO builds. |
| | | CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG |
| | | |
| | | //Libraries linked by default with all C applications. |
| | | CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib |
| | | |
| | | //Flags used by the linker during all build types. |
| | | CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64 |
| | | |
| | | //Flags used by the linker during DEBUG builds. |
| | | CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL |
| | | |
| | | //Flags used by the linker during MINSIZEREL builds. |
| | | CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO |
| | | |
| | | //Flags used by the linker during RELEASE builds. |
| | | CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO |
| | | |
| | | //Flags used by the linker during RELWITHDEBINFO builds. |
| | | CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL |
| | | |
| | | //No help, variable specified on the command line. |
| | | CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE |
| | | |
| | | //Value Computed by CMake. |
| | | CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=Z:/wx.image_viewer/build/CMakeFiles/pkgRedirects |
| | | |
| | | //Install path prefix, prepended onto install directories. |
| | | CMAKE_INSTALL_PREFIX:PATH=C:/Program Files/ImageViewer |
| | | |
| | | //Path to a program. |
| | | CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/link.exe |
| | | |
| | | //Flags used by the linker during the creation of modules during |
| | | // all build types. |
| | | CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64 |
| | | |
| | | //Flags used by the linker during the creation of modules during |
| | | // DEBUG builds. |
| | | CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL |
| | | |
| | | //Flags used by the linker during the creation of modules during |
| | | // MINSIZEREL builds. |
| | | CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO |
| | | |
| | | //Flags used by the linker during the creation of modules during |
| | | // RELEASE builds. |
| | | CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO |
| | | |
| | | //Flags used by the linker during the creation of modules during |
| | | // RELWITHDEBINFO builds. |
| | | CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL |
| | | |
| | | //Path to a program. |
| | | CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/mt.exe |
| | | |
| | | //Value Computed by CMake |
| | | CMAKE_PROJECT_DESCRIPTION:STATIC= |
| | | |
| | | //Value Computed by CMake |
| | | CMAKE_PROJECT_HOMEPAGE_URL:STATIC= |
| | | |
| | | //Value Computed by CMake |
| | | CMAKE_PROJECT_NAME:STATIC=ImageViewer |
| | | |
| | | //Value Computed by CMake |
| | | CMAKE_PROJECT_VERSION:STATIC=0.1.0 |
| | | |
| | | //Value Computed by CMake |
| | | CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 |
| | | |
| | | //Value Computed by CMake |
| | | CMAKE_PROJECT_VERSION_MINOR:STATIC=1 |
| | | |
| | | //Value Computed by CMake |
| | | CMAKE_PROJECT_VERSION_PATCH:STATIC=0 |
| | | |
| | | //Value Computed by CMake |
| | | CMAKE_PROJECT_VERSION_TWEAK:STATIC= |
| | | |
| | | //RC compiler |
| | | CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/rc.exe |
| | | |
| | | //Flags for Windows Resource Compiler during all build types. |
| | | CMAKE_RC_FLAGS:STRING=-DWIN32 |
| | | |
| | | //Flags for Windows Resource Compiler during DEBUG builds. |
| | | CMAKE_RC_FLAGS_DEBUG:STRING=-D_DEBUG |
| | | |
| | | //Flags for Windows Resource Compiler during MINSIZEREL builds. |
| | | CMAKE_RC_FLAGS_MINSIZEREL:STRING= |
| | | |
| | | //Flags for Windows Resource Compiler during RELEASE builds. |
| | | CMAKE_RC_FLAGS_RELEASE:STRING= |
| | | |
| | | //Flags for Windows Resource Compiler during RELWITHDEBINFO builds. |
| | | CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= |
| | | |
| | | //Flags used by the linker during the creation of shared libraries |
| | | // during all build types. |
| | | CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64 |
| | | |
| | | //Flags used by the linker during the creation of shared libraries |
| | | // during DEBUG builds. |
| | | CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL |
| | | |
| | | //Flags used by the linker during the creation of shared libraries |
| | | // during MINSIZEREL builds. |
| | | CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO |
| | | |
| | | //Flags used by the linker during the creation of shared libraries |
| | | // during RELEASE builds. |
| | | CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO |
| | | |
| | | //Flags used by the linker during the creation of shared libraries |
| | | // during RELWITHDEBINFO builds. |
| | | CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL |
| | | |
| | | //If set, runtime paths are not added when installing shared libraries, |
| | | // but are added when building. |
| | | CMAKE_SKIP_INSTALL_RPATH:BOOL=NO |
| | | |
| | | //If set, runtime paths are not added when using shared libraries. |
| | | CMAKE_SKIP_RPATH:BOOL=NO |
| | | |
| | | //Flags used by the linker during the creation of static libraries |
| | | // during all build types. |
| | | CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64 |
| | | |
| | | //Flags used by the linker during the creation of static libraries |
| | | // during DEBUG builds. |
| | | CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= |
| | | |
| | | //Flags used by the linker during the creation of static libraries |
| | | // during MINSIZEREL builds. |
| | | CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= |
| | | |
| | | //Flags used by the linker during the creation of static libraries |
| | | // during RELEASE builds. |
| | | CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= |
| | | |
| | | //Flags used by the linker during the creation of static libraries |
| | | // during RELWITHDEBINFO builds. |
| | | CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= |
| | | |
| | | //No help, variable specified on the command line. |
| | | CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=../vcpkg/scripts/buildsystems/vcpkg.cmake |
| | | |
| | | //If this value is on, makefiles will be generated without the |
| | | // .SILENT directive, and all commands will be echoed to the console |
| | | // during the make. This is useful for debugging only. With Visual |
| | | // Studio IDE projects all commands are done without /nologo. |
| | | CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE |
| | | |
| | | //Path to the coverage program that CTest uses for performing coverage |
| | | // inspection |
| | | COVERAGE_COMMAND:FILEPATH=COVERAGE_COMMAND-NOTFOUND |
| | | |
| | | //Extra command line flags to pass to the coverage tool |
| | | COVERAGE_EXTRA_FLAGS:STRING=-l |
| | | |
| | | //Enable to build 7-Zip packages |
| | | CPACK_BINARY_7Z:BOOL=OFF |
| | | |
| | | //Enable to build IFW packages |
| | | CPACK_BINARY_IFW:BOOL=OFF |
| | | |
| | | //Enable to build Inno Setup packages |
| | | CPACK_BINARY_INNOSETUP:BOOL=OFF |
| | | |
| | | //Enable to build NSIS packages |
| | | CPACK_BINARY_NSIS:BOOL=ON |
| | | |
| | | //Enable to build NuGet packages |
| | | CPACK_BINARY_NUGET:BOOL=OFF |
| | | |
| | | //Enable to build WiX packages |
| | | CPACK_BINARY_WIX:BOOL=OFF |
| | | |
| | | //Enable to build ZIP packages |
| | | CPACK_BINARY_ZIP:BOOL=OFF |
| | | |
| | | //Enable to build 7-Zip source packages |
| | | CPACK_SOURCE_7Z:BOOL=ON |
| | | |
| | | //Enable to build ZIP source packages |
| | | CPACK_SOURCE_ZIP:BOOL=ON |
| | | |
| | | //How many times to retry timed-out CTest submissions. |
| | | CTEST_SUBMIT_RETRY_COUNT:STRING=3 |
| | | |
| | | //How long to wait between timed-out CTest submissions. |
| | | CTEST_SUBMIT_RETRY_DELAY:STRING=5 |
| | | |
| | | //Maximum time allowed before CTest will kill the test. |
| | | DART_TESTING_TIMEOUT:STRING=1500 |
| | | |
| | | //No help, variable specified on the command line. |
| | | GGML_USE_CUBLAS:UNINITIALIZED=ON |
| | | |
| | | //Path to a program. |
| | | GITCOMMAND:FILEPATH=C:/Git/cmd/git.exe |
| | | |
| | | //Value Computed by CMake |
| | | ImageViewer_BINARY_DIR:STATIC=Z:/wx.image_viewer/build |
| | | |
| | | //Value Computed by CMake |
| | | ImageViewer_IS_TOP_LEVEL:STATIC=ON |
| | | |
| | | //Value Computed by CMake |
| | | ImageViewer_SOURCE_DIR:STATIC=Z:/wx.image_viewer |
| | | |
| | | //Command to build the project |
| | | MAKECOMMAND:STRING=C:\CMake\bin\cmake.exe --build . --config "${CTEST_CONFIGURATION_TYPE}" |
| | | |
| | | //Path to the memory checking command, used for memory error detection. |
| | | MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND |
| | | |
| | | //File that contains suppressions for the memory checker |
| | | MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= |
| | | |
| | | //The directory containing a CMake configuration file for NanoSVG. |
| | | NanoSVG_DIR:PATH=Z:/vcpkg/installed/x64-windows/share/NanoSVG |
| | | |
| | | //No help, variable specified on the command line. |
| | | SD_CUBLAS:UNINITIALIZED=ON |
| | | |
| | | //No help, variable specified on the command line. |
| | | SD_USE_CUBLAS:UNINITIALIZED=ON |
| | | |
| | | //Name of the computer/site where compile is being run |
| | | SITE:STRING=DESKTOP-QAP090B |
| | | |
| | | //Automatically copy dependencies into the output directory for |
| | | // executables. |
| | | VCPKG_APPLOCAL_DEPS:BOOL=ON |
| | | |
| | | //The directory which contains the installed libraries for each |
| | | // triplet |
| | | VCPKG_INSTALLED_DIR:PATH=Z:/vcpkg/installed |
| | | |
| | | //The path to the vcpkg manifest directory. |
| | | VCPKG_MANIFEST_DIR:PATH= |
| | | |
| | | //Use manifest mode, as opposed to classic mode. |
| | | VCPKG_MANIFEST_MODE:BOOL=OFF |
| | | |
| | | //Appends the vcpkg paths to CMAKE_PREFIX_PATH, CMAKE_LIBRARY_PATH |
| | | // and CMAKE_FIND_ROOT_PATH so that vcpkg libraries/packages are |
| | | // found after toolchain/system libraries/packages. |
| | | VCPKG_PREFER_SYSTEM_LIBS:BOOL=OFF |
| | | |
| | | //Enable the setup of CMAKE_PROGRAM_PATH to vcpkg paths |
| | | VCPKG_SETUP_CMAKE_PROGRAM_PATH:BOOL=ON |
| | | |
| | | //Vcpkg target triplet (ex. x86-windows) |
| | | VCPKG_TARGET_TRIPLET:STRING=x64-windows |
| | | |
| | | //Trace calls to find_package() |
| | | VCPKG_TRACE_FIND_PACKAGE:BOOL=OFF |
| | | |
| | | //Enables messages from the VCPKG toolchain for debugging purposes. |
| | | VCPKG_VERBOSE:BOOL=OFF |
| | | |
| | | //Path to a library. |
| | | WX_adv:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_adv.lib |
| | | |
| | | //Path to a library. |
| | | WX_advd:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_adv.lib |
| | | |
| | | //Path to a library. |
| | | WX_aui:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_aui.lib |
| | | |
| | | //Path to a library. |
| | | WX_auid:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_aui.lib |
| | | |
| | | //Path to a library. |
| | | WX_base:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxbase32u.lib |
| | | |
| | | //Path to a library. |
| | | WX_based:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxbase32ud.lib |
| | | |
| | | //Path to a library. |
| | | WX_core:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_core.lib |
| | | |
| | | //Path to a library. |
| | | WX_cored:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_core.lib |
| | | |
| | | //Path to a library. |
| | | WX_dbgrid:FILEPATH=WX_dbgrid-NOTFOUND |
| | | |
| | | //Path to a library. |
| | | WX_dbgridd:FILEPATH=WX_dbgridd-NOTFOUND |
| | | |
| | | //Path to a library. |
| | | WX_gl:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_gl.lib |
| | | |
| | | //Path to a library. |
| | | WX_gld:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_gl.lib |
| | | |
| | | //Path to a library. |
| | | WX_html:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_html.lib |
| | | |
| | | //Path to a library. |
| | | WX_htmld:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_html.lib |
| | | |
| | | //Path to a library. |
| | | WX_media:FILEPATH=WX_media-NOTFOUND |
| | | |
| | | //Path to a library. |
| | | WX_mediad:FILEPATH=WX_mediad-NOTFOUND |
| | | |
| | | //Path to a library. |
| | | WX_net:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxbase32u_net.lib |
| | | |
| | | //Path to a library. |
| | | WX_netd:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxbase32ud_net.lib |
| | | |
| | | //Path to a library. |
| | | WX_odbc:FILEPATH=WX_odbc-NOTFOUND |
| | | |
| | | //Path to a library. |
| | | WX_odbcd:FILEPATH=WX_odbcd-NOTFOUND |
| | | |
| | | //Path to a library. |
| | | WX_propgrid:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_propgrid.lib |
| | | |
| | | //Path to a library. |
| | | WX_propgridd:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_propgrid.lib |
| | | |
| | | //Path to a library. |
| | | WX_qa:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_qa.lib |
| | | |
| | | //Path to a library. |
| | | WX_qad:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_qa.lib |
| | | |
| | | //Path to a library. |
| | | WX_ribbon:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_ribbon.lib |
| | | |
| | | //Path to a library. |
| | | WX_ribbond:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_ribbon.lib |
| | | |
| | | //Path to a library. |
| | | WX_richtext:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_richtext.lib |
| | | |
| | | //Path to a library. |
| | | WX_richtextd:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_richtext.lib |
| | | |
| | | //Path to a library. |
| | | WX_stc:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_stc.lib |
| | | |
| | | //Path to a library. |
| | | WX_stcd:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_stc.lib |
| | | |
| | | //Path to a library. |
| | | WX_webview:FILEPATH=WX_webview-NOTFOUND |
| | | |
| | | //Path to a library. |
| | | WX_webviewd:FILEPATH=WX_webviewd-NOTFOUND |
| | | |
| | | //Path to a library. |
| | | WX_xml:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxbase32u_xml.lib |
| | | |
| | | //Path to a library. |
| | | WX_xmld:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxbase32ud_xml.lib |
| | | |
| | | //Path to a library. |
| | | WX_xrc:FILEPATH=Z:/vcpkg/installed/x64-windows/lib/wxmsw32u_xrc.lib |
| | | |
| | | //Path to a library. |
| | | WX_xrcd:FILEPATH=Z:/vcpkg/installed/x64-windows/debug/lib/wxmsw32ud_xrc.lib |
| | | |
| | | //(experimental) Automatically copy dependencies into the install |
| | | // target directory for executables. Requires CMake 3.14. |
| | | X_VCPKG_APPLOCAL_DEPS_INSTALL:BOOL=OFF |
| | | |
| | | //(experimental) Add USES_TERMINAL to VCPKG_APPLOCAL_DEPS to force |
| | | // serialization. |
| | | X_VCPKG_APPLOCAL_DEPS_SERIALIZED:BOOL=OFF |
| | | |
| | | //Path to a program. |
| | | Z_VCPKG_PWSH_PATH:FILEPATH=C:/Program Files/PowerShell/7/pwsh.exe |
| | | |
| | | //The directory which contains the installed libraries for each |
| | | // triplet |
| | | _VCPKG_INSTALLED_DIR:PATH=Z:/vcpkg/installed |
| | | |
| | | //The directory containing a CMake configuration file for exiv2. |
| | | exiv2_DIR:PATH=Z:/vcpkg/installed/x64-windows/share/exiv2 |
| | | |
| | | //The directory containing a CMake configuration file for wxWidgets. |
| | | wxWidgets_DIR:PATH=Z:/vcpkg/installed/x64-windows/share/wxwidgets |
| | | |
| | | |
| | | ######################## |
| | | # INTERNAL cache entries |
| | | ######################## |
| | | |
| | | //ADVANCED property for variable: CMAKE_AR |
| | | CMAKE_AR-ADVANCED:INTERNAL=1 |
| | | //This is the directory where this CMakeCache.txt was created |
| | | CMAKE_CACHEFILE_DIR:INTERNAL=z:/wx.image_viewer/build |
| | | //Major version of cmake used to create the current loaded cache |
| | | CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 |
| | | //Minor version of cmake used to create the current loaded cache |
| | | CMAKE_CACHE_MINOR_VERSION:INTERNAL=28 |
| | | //Patch version of cmake used to create the current loaded cache |
| | | CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 |
| | | //Path to CMake executable. |
| | | CMAKE_COMMAND:INTERNAL=C:/CMake/bin/cmake.exe |
| | | //Path to cpack program executable. |
| | | CMAKE_CPACK_COMMAND:INTERNAL=C:/CMake/bin/cpack.exe |
| | | //Path to ctest program executable. |
| | | CMAKE_CTEST_COMMAND:INTERNAL=C:/CMake/bin/ctest.exe |
| | | //ADVANCED property for variable: CMAKE_CXX_FLAGS |
| | | CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG |
| | | CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL |
| | | CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE |
| | | CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO |
| | | CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES |
| | | CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_C_FLAGS |
| | | CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG |
| | | CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL |
| | | CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE |
| | | CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO |
| | | CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES |
| | | CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 |
| | | //Executable file format |
| | | CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown |
| | | //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS |
| | | CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG |
| | | CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL |
| | | CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE |
| | | CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO |
| | | CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 |
| | | //Name of external makefile project generator. |
| | | CMAKE_EXTRA_GENERATOR:INTERNAL= |
| | | //Name of generator. |
| | | CMAKE_GENERATOR:INTERNAL=Visual Studio 16 2019 |
| | | //Generator instance identifier. |
| | | CMAKE_GENERATOR_INSTANCE:INTERNAL=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community |
| | | //Name of generator platform. |
| | | CMAKE_GENERATOR_PLATFORM:INTERNAL=x64 |
| | | //Name of generator toolset. |
| | | CMAKE_GENERATOR_TOOLSET:INTERNAL=host=x64 |
| | | //Source directory with the top level CMakeLists.txt file for this |
| | | // project |
| | | CMAKE_HOME_DIRECTORY:INTERNAL=Z:/wx.image_viewer |
| | | //ADVANCED property for variable: CMAKE_LINKER |
| | | CMAKE_LINKER-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS |
| | | CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG |
| | | CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL |
| | | CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE |
| | | CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO |
| | | CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_MT |
| | | CMAKE_MT-ADVANCED:INTERNAL=1 |
| | | //number of local generators |
| | | CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 |
| | | //Platform information initialized |
| | | CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 |
| | | //noop for ranlib |
| | | CMAKE_RANLIB:INTERNAL=: |
| | | //ADVANCED property for variable: CMAKE_RC_COMPILER |
| | | CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 |
| | | CMAKE_RC_COMPILER_WORKS:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_RC_FLAGS |
| | | CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG |
| | | CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL |
| | | CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE |
| | | CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO |
| | | CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 |
| | | //Path to CMake installation. |
| | | CMAKE_ROOT:INTERNAL=C:/CMake/share/cmake-3.28 |
| | | //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS |
| | | CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG |
| | | CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL |
| | | CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE |
| | | CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO |
| | | CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH |
| | | CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_SKIP_RPATH |
| | | CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS |
| | | CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG |
| | | CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL |
| | | CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE |
| | | CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO |
| | | CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_TOOLCHAIN_FILE |
| | | CMAKE_TOOLCHAIN_FILE-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE |
| | | CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: COVERAGE_COMMAND |
| | | COVERAGE_COMMAND-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: COVERAGE_EXTRA_FLAGS |
| | | COVERAGE_EXTRA_FLAGS-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CPACK_BINARY_7Z |
| | | CPACK_BINARY_7Z-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CPACK_BINARY_IFW |
| | | CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CPACK_BINARY_INNOSETUP |
| | | CPACK_BINARY_INNOSETUP-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CPACK_BINARY_NSIS |
| | | CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CPACK_BINARY_NUGET |
| | | CPACK_BINARY_NUGET-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CPACK_BINARY_WIX |
| | | CPACK_BINARY_WIX-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CPACK_BINARY_ZIP |
| | | CPACK_BINARY_ZIP-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CPACK_SOURCE_7Z |
| | | CPACK_SOURCE_7Z-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CPACK_SOURCE_ZIP |
| | | CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CTEST_SUBMIT_RETRY_COUNT |
| | | CTEST_SUBMIT_RETRY_COUNT-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: CTEST_SUBMIT_RETRY_DELAY |
| | | CTEST_SUBMIT_RETRY_DELAY-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: DART_TESTING_TIMEOUT |
| | | DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: GITCOMMAND |
| | | GITCOMMAND-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: MAKECOMMAND |
| | | MAKECOMMAND-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: MEMORYCHECK_COMMAND |
| | | MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE |
| | | MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1 |
| | | //ADVANCED property for variable: SITE |
| | | SITE-ADVANCED:INTERNAL=1 |
| | | //Install the dependencies listed in your manifest: |
| | | //\n If this is off, you will have to manually install your dependencies. |
| | | //\n See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md |
| | | // for more info. |
| | | //\n |
| | | VCPKG_MANIFEST_INSTALL:INTERNAL=OFF |
| | | //ADVANCED property for variable: VCPKG_VERBOSE |
| | | VCPKG_VERBOSE-ADVANCED:INTERNAL=1 |
| | | WX_LIB_DIR:INTERNAL=Z:/vcpkg/installed/x64-windows/lib |
| | | WX_ROOT_DIR:INTERNAL=Z:/vcpkg/installed/x64-windows |
| | | //Making sure VCPKG_MANIFEST_MODE doesn't change |
| | | Z_VCPKG_CHECK_MANIFEST_MODE:INTERNAL=OFF |
| | | //The path to the PowerShell implementation to use. |
| | | Z_VCPKG_POWERSHELL_PATH:INTERNAL=C:/Program Files/PowerShell/7/pwsh.exe |
| | | //Vcpkg root directory |
| | | Z_VCPKG_ROOT_DIR:INTERNAL=Z:/vcpkg |
| | | wxWidgets_LIB_DIR:INTERNAL=Z:/vcpkg/installed/x64-windows/lib |
| | | wxWidgets_ROOT_DIR:INTERNAL=Z:/vcpkg/installed/x64-windows |
| | | |
| New file |
| | |
| | | # generated from CMake |
| New file |
| | |
| | | # generated from CMake |
| New file |
| | |
| | | # generated from CMake |
| New file |
| | |
| | | # generated from CMake |
| New file |
| | |
| | | # generated from CMake |
| New file |
| | |
| | | # generated from CMake |
| New file |
| | |
| | | # generated from CMake |
| New file |
| | |
| | | set(CMAKE_C_COMPILER "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe") |
| | | set(CMAKE_C_COMPILER_ARG1 "") |
| | | set(CMAKE_C_COMPILER_ID "MSVC") |
| | | set(CMAKE_C_COMPILER_VERSION "19.29.30153.0") |
| | | set(CMAKE_C_COMPILER_VERSION_INTERNAL "") |
| | | set(CMAKE_C_COMPILER_WRAPPER "") |
| | | set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "90") |
| | | set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "OFF") |
| | | set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17") |
| | | set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") |
| | | set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") |
| | | set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") |
| | | set(CMAKE_C17_COMPILE_FEATURES "c_std_17") |
| | | set(CMAKE_C23_COMPILE_FEATURES "") |
| | | |
| | | set(CMAKE_C_PLATFORM_ID "Windows") |
| | | set(CMAKE_C_SIMULATE_ID "") |
| | | set(CMAKE_C_COMPILER_FRONTEND_VARIANT "MSVC") |
| | | set(CMAKE_C_SIMULATE_VERSION "") |
| | | set(CMAKE_C_COMPILER_ARCHITECTURE_ID x64) |
| | | |
| | | set(MSVC_C_ARCHITECTURE_ID x64) |
| | | |
| | | set(CMAKE_AR "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/lib.exe") |
| | | set(CMAKE_C_COMPILER_AR "") |
| | | set(CMAKE_RANLIB ":") |
| | | set(CMAKE_C_COMPILER_RANLIB "") |
| | | set(CMAKE_LINKER "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/link.exe") |
| | | set(CMAKE_MT "C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/mt.exe") |
| | | set(CMAKE_TAPI "") |
| | | set(CMAKE_COMPILER_IS_GNUCC ) |
| | | set(CMAKE_C_COMPILER_LOADED 1) |
| | | set(CMAKE_C_COMPILER_WORKS TRUE) |
| | | set(CMAKE_C_ABI_COMPILED TRUE) |
| | | |
| | | set(CMAKE_C_COMPILER_ENV_VAR "CC") |
| | | |
| | | set(CMAKE_C_COMPILER_ID_RUN 1) |
| | | set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) |
| | | set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) |
| | | set(CMAKE_C_LINKER_PREFERENCE 10) |
| | | set(CMAKE_C_LINKER_DEPFILE_SUPPORTED ) |
| | | |
| | | # Save compiler ABI information. |
| | | set(CMAKE_C_SIZEOF_DATA_PTR "8") |
| | | set(CMAKE_C_COMPILER_ABI "") |
| | | set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") |
| | | set(CMAKE_C_LIBRARY_ARCHITECTURE "") |
| | | |
| | | if(CMAKE_C_SIZEOF_DATA_PTR) |
| | | set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") |
| | | endif() |
| | | |
| | | if(CMAKE_C_COMPILER_ABI) |
| | | set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") |
| | | endif() |
| | | |
| | | if(CMAKE_C_LIBRARY_ARCHITECTURE) |
| | | set(CMAKE_LIBRARY_ARCHITECTURE "") |
| | | endif() |
| | | |
| | | set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") |
| | | if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) |
| | | set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") |
| | | endif() |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "") |
| | | set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") |
| | | set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") |
| | | set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") |
| New file |
| | |
| | | set(CMAKE_CXX_COMPILER "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe") |
| | | set(CMAKE_CXX_COMPILER_ARG1 "") |
| | | set(CMAKE_CXX_COMPILER_ID "MSVC") |
| | | set(CMAKE_CXX_COMPILER_VERSION "19.29.30153.0") |
| | | set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") |
| | | set(CMAKE_CXX_COMPILER_WRAPPER "") |
| | | set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") |
| | | set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "OFF") |
| | | set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") |
| | | set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") |
| | | set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") |
| | | set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") |
| | | set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") |
| | | set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") |
| | | set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") |
| | | |
| | | set(CMAKE_CXX_PLATFORM_ID "Windows") |
| | | set(CMAKE_CXX_SIMULATE_ID "") |
| | | set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "MSVC") |
| | | set(CMAKE_CXX_SIMULATE_VERSION "") |
| | | set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID x64) |
| | | |
| | | set(MSVC_CXX_ARCHITECTURE_ID x64) |
| | | |
| | | set(CMAKE_AR "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/lib.exe") |
| | | set(CMAKE_CXX_COMPILER_AR "") |
| | | set(CMAKE_RANLIB ":") |
| | | set(CMAKE_CXX_COMPILER_RANLIB "") |
| | | set(CMAKE_LINKER "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/link.exe") |
| | | set(CMAKE_MT "C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/mt.exe") |
| | | set(CMAKE_TAPI "") |
| | | set(CMAKE_COMPILER_IS_GNUCXX ) |
| | | set(CMAKE_CXX_COMPILER_LOADED 1) |
| | | set(CMAKE_CXX_COMPILER_WORKS TRUE) |
| | | set(CMAKE_CXX_ABI_COMPILED TRUE) |
| | | |
| | | set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") |
| | | |
| | | set(CMAKE_CXX_COMPILER_ID_RUN 1) |
| | | set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) |
| | | set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) |
| | | |
| | | foreach (lang C OBJC OBJCXX) |
| | | if (CMAKE_${lang}_COMPILER_ID_RUN) |
| | | foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) |
| | | list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) |
| | | endforeach() |
| | | endif() |
| | | endforeach() |
| | | |
| | | set(CMAKE_CXX_LINKER_PREFERENCE 30) |
| | | set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) |
| | | set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED ) |
| | | |
| | | # Save compiler ABI information. |
| | | set(CMAKE_CXX_SIZEOF_DATA_PTR "8") |
| | | set(CMAKE_CXX_COMPILER_ABI "") |
| | | set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") |
| | | set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") |
| | | |
| | | if(CMAKE_CXX_SIZEOF_DATA_PTR) |
| | | set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") |
| | | endif() |
| | | |
| | | if(CMAKE_CXX_COMPILER_ABI) |
| | | set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") |
| | | endif() |
| | | |
| | | if(CMAKE_CXX_LIBRARY_ARCHITECTURE) |
| | | set(CMAKE_LIBRARY_ARCHITECTURE "") |
| | | endif() |
| | | |
| | | set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") |
| | | if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) |
| | | set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") |
| | | endif() |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "") |
| | | set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") |
| | | set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") |
| | | set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") |
| New file |
| | |
| | | set(CMAKE_RC_COMPILER "C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/rc.exe") |
| | | set(CMAKE_RC_COMPILER_ARG1 "") |
| | | set(CMAKE_RC_COMPILER_LOADED 1) |
| | | set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC) |
| | | set(CMAKE_RC_OUTPUT_EXTENSION .res) |
| | | set(CMAKE_RC_COMPILER_ENV_VAR "RC") |
| New file |
| | |
| | | set(CMAKE_HOST_SYSTEM "Windows-10.0.22631") |
| | | set(CMAKE_HOST_SYSTEM_NAME "Windows") |
| | | set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631") |
| | | set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") |
| | | |
| | | include("Z:/vcpkg/scripts/buildsystems/vcpkg.cmake") |
| | | |
| | | set(CMAKE_SYSTEM "Windows-10.0.22631") |
| | | set(CMAKE_SYSTEM_NAME "Windows") |
| | | set(CMAKE_SYSTEM_VERSION "10.0.22631") |
| | | set(CMAKE_SYSTEM_PROCESSOR "AMD64") |
| | | |
| | | set(CMAKE_CROSSCOMPILING "FALSE") |
| | | |
| | | set(CMAKE_SYSTEM_LOADED 1) |
| New file |
| | |
| | | #ifdef __cplusplus |
| | | # error "A C++ compiler has been selected for C." |
| | | #endif |
| | | |
| | | #if defined(__18CXX) |
| | | # define ID_VOID_MAIN |
| | | #endif |
| | | #if defined(__CLASSIC_C__) |
| | | /* cv-qualifiers did not exist in K&R C */ |
| | | # define const |
| | | # define volatile |
| | | #endif |
| | | |
| | | #if !defined(__has_include) |
| | | /* If the compiler does not have __has_include, pretend the answer is |
| | | always no. */ |
| | | # define __has_include(x) 0 |
| | | #endif |
| | | |
| | | |
| | | /* Version number components: V=Version, R=Revision, P=Patch |
| | | Version date components: YYYY=Year, MM=Month, DD=Day */ |
| | | |
| | | #if defined(__INTEL_COMPILER) || defined(__ICC) |
| | | # define COMPILER_ID "Intel" |
| | | # if defined(_MSC_VER) |
| | | # define SIMULATE_ID "MSVC" |
| | | # endif |
| | | # if defined(__GNUC__) |
| | | # define SIMULATE_ID "GNU" |
| | | # endif |
| | | /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, |
| | | except that a few beta releases use the old format with V=2021. */ |
| | | # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 |
| | | # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) |
| | | # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) |
| | | # if defined(__INTEL_COMPILER_UPDATE) |
| | | # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) |
| | | # else |
| | | # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) |
| | | # endif |
| | | # else |
| | | # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) |
| | | # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) |
| | | /* The third version component from --version is an update index, |
| | | but no macro is provided for it. */ |
| | | # define COMPILER_VERSION_PATCH DEC(0) |
| | | # endif |
| | | # if defined(__INTEL_COMPILER_BUILD_DATE) |
| | | /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ |
| | | # define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) |
| | | # endif |
| | | # if defined(_MSC_VER) |
| | | /* _MSC_VER = VVRR */ |
| | | # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
| | | # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
| | | # endif |
| | | # if defined(__GNUC__) |
| | | # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) |
| | | # elif defined(__GNUG__) |
| | | # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) |
| | | # endif |
| | | # if defined(__GNUC_MINOR__) |
| | | # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) |
| | | # endif |
| | | # if defined(__GNUC_PATCHLEVEL__) |
| | | # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) |
| | | # endif |
| | | |
| | | #elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) |
| | | # define COMPILER_ID "IntelLLVM" |
| | | #if defined(_MSC_VER) |
| | | # define SIMULATE_ID "MSVC" |
| | | #endif |
| | | #if defined(__GNUC__) |
| | | # define SIMULATE_ID "GNU" |
| | | #endif |
| | | /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and |
| | | * later. Look for 6 digit vs. 8 digit version number to decide encoding. |
| | | * VVVV is no smaller than the current year when a version is released. |
| | | */ |
| | | #if __INTEL_LLVM_COMPILER < 1000000L |
| | | # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) |
| | | # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) |
| | | # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) |
| | | #else |
| | | # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) |
| | | # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) |
| | | # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) |
| | | #endif |
| | | #if defined(_MSC_VER) |
| | | /* _MSC_VER = VVRR */ |
| | | # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
| | | # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
| | | #endif |
| | | #if defined(__GNUC__) |
| | | # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) |
| | | #elif defined(__GNUG__) |
| | | # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) |
| | | #endif |
| | | #if defined(__GNUC_MINOR__) |
| | | # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) |
| | | #endif |
| | | #if defined(__GNUC_PATCHLEVEL__) |
| | | # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) |
| | | #endif |
| | | |
| | | #elif defined(__PATHCC__) |
| | | # define COMPILER_ID "PathScale" |
| | | # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) |
| | | # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) |
| | | # if defined(__PATHCC_PATCHLEVEL__) |
| | | # define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) |
| | | # endif |
| | | |
| | | #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) |
| | | # define COMPILER_ID "Embarcadero" |
| | | # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) |
| | | # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) |
| | | # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) |
| | | |
| | | #elif defined(__BORLANDC__) |
| | | # define COMPILER_ID "Borland" |
| | | /* __BORLANDC__ = 0xVRR */ |
| | | # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) |
| | | # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) |
| | | |
| | | #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 |
| | | # define COMPILER_ID "Watcom" |
| | | /* __WATCOMC__ = VVRR */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) |
| | | # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) |
| | | # if (__WATCOMC__ % 10) > 0 |
| | | # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) |
| | | # endif |
| | | |
| | | #elif defined(__WATCOMC__) |
| | | # define COMPILER_ID "OpenWatcom" |
| | | /* __WATCOMC__ = VVRP + 1100 */ |
| | | # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) |
| | | # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) |
| | | # if (__WATCOMC__ % 10) > 0 |
| | | # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) |
| | | # endif |
| | | |
| | | #elif defined(__SUNPRO_C) |
| | | # define COMPILER_ID "SunPro" |
| | | # if __SUNPRO_C >= 0x5100 |
| | | /* __SUNPRO_C = 0xVRRP */ |
| | | # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) |
| | | # define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) |
| | | # define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) |
| | | # else |
| | | /* __SUNPRO_CC = 0xVRP */ |
| | | # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) |
| | | # define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) |
| | | # define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) |
| | | # endif |
| | | |
| | | #elif defined(__HP_cc) |
| | | # define COMPILER_ID "HP" |
| | | /* __HP_cc = VVRRPP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) |
| | | # define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) |
| | | # define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) |
| | | |
| | | #elif defined(__DECC) |
| | | # define COMPILER_ID "Compaq" |
| | | /* __DECC_VER = VVRRTPPPP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) |
| | | # define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) |
| | | # define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) |
| | | |
| | | #elif defined(__IBMC__) && defined(__COMPILER_VER__) |
| | | # define COMPILER_ID "zOS" |
| | | /* __IBMC__ = VRP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) |
| | | # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) |
| | | # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) |
| | | |
| | | #elif defined(__open_xl__) && defined(__clang__) |
| | | # define COMPILER_ID "IBMClang" |
| | | # define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) |
| | | # define COMPILER_VERSION_MINOR DEC(__open_xl_release__) |
| | | # define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) |
| | | # define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) |
| | | |
| | | |
| | | #elif defined(__ibmxl__) && defined(__clang__) |
| | | # define COMPILER_ID "XLClang" |
| | | # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) |
| | | # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) |
| | | # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) |
| | | # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) |
| | | |
| | | |
| | | #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 |
| | | # define COMPILER_ID "XL" |
| | | /* __IBMC__ = VRP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) |
| | | # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) |
| | | # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) |
| | | |
| | | #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 |
| | | # define COMPILER_ID "VisualAge" |
| | | /* __IBMC__ = VRP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) |
| | | # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) |
| | | # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) |
| | | |
| | | #elif defined(__NVCOMPILER) |
| | | # define COMPILER_ID "NVHPC" |
| | | # define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) |
| | | # define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) |
| | | # if defined(__NVCOMPILER_PATCHLEVEL__) |
| | | # define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) |
| | | # endif |
| | | |
| | | #elif defined(__PGI) |
| | | # define COMPILER_ID "PGI" |
| | | # define COMPILER_VERSION_MAJOR DEC(__PGIC__) |
| | | # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) |
| | | # if defined(__PGIC_PATCHLEVEL__) |
| | | # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) |
| | | # endif |
| | | |
| | | #elif defined(__clang__) && defined(__cray__) |
| | | # define COMPILER_ID "CrayClang" |
| | | # define COMPILER_VERSION_MAJOR DEC(__cray_major__) |
| | | # define COMPILER_VERSION_MINOR DEC(__cray_minor__) |
| | | # define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) |
| | | # define COMPILER_VERSION_INTERNAL_STR __clang_version__ |
| | | |
| | | |
| | | #elif defined(_CRAYC) |
| | | # define COMPILER_ID "Cray" |
| | | # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) |
| | | # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) |
| | | |
| | | #elif defined(__TI_COMPILER_VERSION__) |
| | | # define COMPILER_ID "TI" |
| | | /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) |
| | | # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) |
| | | # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) |
| | | |
| | | #elif defined(__CLANG_FUJITSU) |
| | | # define COMPILER_ID "FujitsuClang" |
| | | # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) |
| | | # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) |
| | | # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) |
| | | # define COMPILER_VERSION_INTERNAL_STR __clang_version__ |
| | | |
| | | |
| | | #elif defined(__FUJITSU) |
| | | # define COMPILER_ID "Fujitsu" |
| | | # if defined(__FCC_version__) |
| | | # define COMPILER_VERSION __FCC_version__ |
| | | # elif defined(__FCC_major__) |
| | | # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) |
| | | # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) |
| | | # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) |
| | | # endif |
| | | # if defined(__fcc_version) |
| | | # define COMPILER_VERSION_INTERNAL DEC(__fcc_version) |
| | | # elif defined(__FCC_VERSION) |
| | | # define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) |
| | | # endif |
| | | |
| | | |
| | | #elif defined(__ghs__) |
| | | # define COMPILER_ID "GHS" |
| | | /* __GHS_VERSION_NUMBER = VVVVRP */ |
| | | # ifdef __GHS_VERSION_NUMBER |
| | | # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) |
| | | # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) |
| | | # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) |
| | | # endif |
| | | |
| | | #elif defined(__TASKING__) |
| | | # define COMPILER_ID "Tasking" |
| | | # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) |
| | | # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) |
| | | # define COMPILER_VERSION_INTERNAL DEC(__VERSION__) |
| | | |
| | | #elif defined(__ORANGEC__) |
| | | # define COMPILER_ID "OrangeC" |
| | | # define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) |
| | | # define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) |
| | | # define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) |
| | | |
| | | #elif defined(__TINYC__) |
| | | # define COMPILER_ID "TinyCC" |
| | | |
| | | #elif defined(__BCC__) |
| | | # define COMPILER_ID "Bruce" |
| | | |
| | | #elif defined(__SCO_VERSION__) |
| | | # define COMPILER_ID "SCO" |
| | | |
| | | #elif defined(__ARMCC_VERSION) && !defined(__clang__) |
| | | # define COMPILER_ID "ARMCC" |
| | | #if __ARMCC_VERSION >= 1000000 |
| | | /* __ARMCC_VERSION = VRRPPPP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) |
| | | # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) |
| | | # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) |
| | | #else |
| | | /* __ARMCC_VERSION = VRPPPP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) |
| | | # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) |
| | | # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) |
| | | #endif |
| | | |
| | | |
| | | #elif defined(__clang__) && defined(__apple_build_version__) |
| | | # define COMPILER_ID "AppleClang" |
| | | # if defined(_MSC_VER) |
| | | # define SIMULATE_ID "MSVC" |
| | | # endif |
| | | # define COMPILER_VERSION_MAJOR DEC(__clang_major__) |
| | | # define COMPILER_VERSION_MINOR DEC(__clang_minor__) |
| | | # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) |
| | | # if defined(_MSC_VER) |
| | | /* _MSC_VER = VVRR */ |
| | | # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
| | | # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
| | | # endif |
| | | # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) |
| | | |
| | | #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) |
| | | # define COMPILER_ID "ARMClang" |
| | | # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) |
| | | # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) |
| | | # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) |
| | | # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) |
| | | |
| | | #elif defined(__clang__) |
| | | # define COMPILER_ID "Clang" |
| | | # if defined(_MSC_VER) |
| | | # define SIMULATE_ID "MSVC" |
| | | # endif |
| | | # define COMPILER_VERSION_MAJOR DEC(__clang_major__) |
| | | # define COMPILER_VERSION_MINOR DEC(__clang_minor__) |
| | | # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) |
| | | # if defined(_MSC_VER) |
| | | /* _MSC_VER = VVRR */ |
| | | # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
| | | # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
| | | # endif |
| | | |
| | | #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) |
| | | # define COMPILER_ID "LCC" |
| | | # define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) |
| | | # define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) |
| | | # if defined(__LCC_MINOR__) |
| | | # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) |
| | | # endif |
| | | # if defined(__GNUC__) && defined(__GNUC_MINOR__) |
| | | # define SIMULATE_ID "GNU" |
| | | # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) |
| | | # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) |
| | | # if defined(__GNUC_PATCHLEVEL__) |
| | | # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) |
| | | # endif |
| | | # endif |
| | | |
| | | #elif defined(__GNUC__) |
| | | # define COMPILER_ID "GNU" |
| | | # define COMPILER_VERSION_MAJOR DEC(__GNUC__) |
| | | # if defined(__GNUC_MINOR__) |
| | | # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) |
| | | # endif |
| | | # if defined(__GNUC_PATCHLEVEL__) |
| | | # define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) |
| | | # endif |
| | | |
| | | #elif defined(_MSC_VER) |
| | | # define COMPILER_ID "MSVC" |
| | | /* _MSC_VER = VVRR */ |
| | | # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) |
| | | # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) |
| | | # if defined(_MSC_FULL_VER) |
| | | # if _MSC_VER >= 1400 |
| | | /* _MSC_FULL_VER = VVRRPPPPP */ |
| | | # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) |
| | | # else |
| | | /* _MSC_FULL_VER = VVRRPPPP */ |
| | | # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) |
| | | # endif |
| | | # endif |
| | | # if defined(_MSC_BUILD) |
| | | # define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) |
| | | # endif |
| | | |
| | | #elif defined(_ADI_COMPILER) |
| | | # define COMPILER_ID "ADSP" |
| | | #if defined(__VERSIONNUM__) |
| | | /* __VERSIONNUM__ = 0xVVRRPPTT */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) |
| | | # define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) |
| | | # define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) |
| | | # define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) |
| | | #endif |
| | | |
| | | #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) |
| | | # define COMPILER_ID "IAR" |
| | | # if defined(__VER__) && defined(__ICCARM__) |
| | | # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) |
| | | # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) |
| | | # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) |
| | | # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) |
| | | # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) |
| | | # define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) |
| | | # define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) |
| | | # define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) |
| | | # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) |
| | | # endif |
| | | |
| | | #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) |
| | | # define COMPILER_ID "SDCC" |
| | | # if defined(__SDCC_VERSION_MAJOR) |
| | | # define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) |
| | | # define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) |
| | | # define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) |
| | | # else |
| | | /* SDCC = VRP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(SDCC/100) |
| | | # define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) |
| | | # define COMPILER_VERSION_PATCH DEC(SDCC % 10) |
| | | # endif |
| | | |
| | | |
| | | /* These compilers are either not known or too old to define an |
| | | identification macro. Try to identify the platform and guess that |
| | | it is the native compiler. */ |
| | | #elif defined(__hpux) || defined(__hpua) |
| | | # define COMPILER_ID "HP" |
| | | |
| | | #else /* unknown compiler */ |
| | | # define COMPILER_ID "" |
| | | #endif |
| | | |
| | | /* Construct the string literal in pieces to prevent the source from |
| | | getting matched. Store it in a pointer rather than an array |
| | | because some compilers will just produce instructions to fill the |
| | | array rather than assigning a pointer to a static array. */ |
| | | char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; |
| | | #ifdef SIMULATE_ID |
| | | char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; |
| | | #endif |
| | | |
| | | #ifdef __QNXNTO__ |
| | | char const* qnxnto = "INFO" ":" "qnxnto[]"; |
| | | #endif |
| | | |
| | | #if defined(__CRAYXT_COMPUTE_LINUX_TARGET) |
| | | char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; |
| | | #endif |
| | | |
| | | #define STRINGIFY_HELPER(X) #X |
| | | #define STRINGIFY(X) STRINGIFY_HELPER(X) |
| | | |
| | | /* Identify known platforms by name. */ |
| | | #if defined(__linux) || defined(__linux__) || defined(linux) |
| | | # define PLATFORM_ID "Linux" |
| | | |
| | | #elif defined(__MSYS__) |
| | | # define PLATFORM_ID "MSYS" |
| | | |
| | | #elif defined(__CYGWIN__) |
| | | # define PLATFORM_ID "Cygwin" |
| | | |
| | | #elif defined(__MINGW32__) |
| | | # define PLATFORM_ID "MinGW" |
| | | |
| | | #elif defined(__APPLE__) |
| | | # define PLATFORM_ID "Darwin" |
| | | |
| | | #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) |
| | | # define PLATFORM_ID "Windows" |
| | | |
| | | #elif defined(__FreeBSD__) || defined(__FreeBSD) |
| | | # define PLATFORM_ID "FreeBSD" |
| | | |
| | | #elif defined(__NetBSD__) || defined(__NetBSD) |
| | | # define PLATFORM_ID "NetBSD" |
| | | |
| | | #elif defined(__OpenBSD__) || defined(__OPENBSD) |
| | | # define PLATFORM_ID "OpenBSD" |
| | | |
| | | #elif defined(__sun) || defined(sun) |
| | | # define PLATFORM_ID "SunOS" |
| | | |
| | | #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) |
| | | # define PLATFORM_ID "AIX" |
| | | |
| | | #elif defined(__hpux) || defined(__hpux__) |
| | | # define PLATFORM_ID "HP-UX" |
| | | |
| | | #elif defined(__HAIKU__) |
| | | # define PLATFORM_ID "Haiku" |
| | | |
| | | #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) |
| | | # define PLATFORM_ID "BeOS" |
| | | |
| | | #elif defined(__QNX__) || defined(__QNXNTO__) |
| | | # define PLATFORM_ID "QNX" |
| | | |
| | | #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) |
| | | # define PLATFORM_ID "Tru64" |
| | | |
| | | #elif defined(__riscos) || defined(__riscos__) |
| | | # define PLATFORM_ID "RISCos" |
| | | |
| | | #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) |
| | | # define PLATFORM_ID "SINIX" |
| | | |
| | | #elif defined(__UNIX_SV__) |
| | | # define PLATFORM_ID "UNIX_SV" |
| | | |
| | | #elif defined(__bsdos__) |
| | | # define PLATFORM_ID "BSDOS" |
| | | |
| | | #elif defined(_MPRAS) || defined(MPRAS) |
| | | # define PLATFORM_ID "MP-RAS" |
| | | |
| | | #elif defined(__osf) || defined(__osf__) |
| | | # define PLATFORM_ID "OSF1" |
| | | |
| | | #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) |
| | | # define PLATFORM_ID "SCO_SV" |
| | | |
| | | #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) |
| | | # define PLATFORM_ID "ULTRIX" |
| | | |
| | | #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) |
| | | # define PLATFORM_ID "Xenix" |
| | | |
| | | #elif defined(__WATCOMC__) |
| | | # if defined(__LINUX__) |
| | | # define PLATFORM_ID "Linux" |
| | | |
| | | # elif defined(__DOS__) |
| | | # define PLATFORM_ID "DOS" |
| | | |
| | | # elif defined(__OS2__) |
| | | # define PLATFORM_ID "OS2" |
| | | |
| | | # elif defined(__WINDOWS__) |
| | | # define PLATFORM_ID "Windows3x" |
| | | |
| | | # elif defined(__VXWORKS__) |
| | | # define PLATFORM_ID "VxWorks" |
| | | |
| | | # else /* unknown platform */ |
| | | # define PLATFORM_ID |
| | | # endif |
| | | |
| | | #elif defined(__INTEGRITY) |
| | | # if defined(INT_178B) |
| | | # define PLATFORM_ID "Integrity178" |
| | | |
| | | # else /* regular Integrity */ |
| | | # define PLATFORM_ID "Integrity" |
| | | # endif |
| | | |
| | | # elif defined(_ADI_COMPILER) |
| | | # define PLATFORM_ID "ADSP" |
| | | |
| | | #else /* unknown platform */ |
| | | # define PLATFORM_ID |
| | | |
| | | #endif |
| | | |
| | | /* For windows compilers MSVC and Intel we can determine |
| | | the architecture of the compiler being used. This is because |
| | | the compilers do not have flags that can change the architecture, |
| | | but rather depend on which compiler is being used |
| | | */ |
| | | #if defined(_WIN32) && defined(_MSC_VER) |
| | | # if defined(_M_IA64) |
| | | # define ARCHITECTURE_ID "IA64" |
| | | |
| | | # elif defined(_M_ARM64EC) |
| | | # define ARCHITECTURE_ID "ARM64EC" |
| | | |
| | | # elif defined(_M_X64) || defined(_M_AMD64) |
| | | # define ARCHITECTURE_ID "x64" |
| | | |
| | | # elif defined(_M_IX86) |
| | | # define ARCHITECTURE_ID "X86" |
| | | |
| | | # elif defined(_M_ARM64) |
| | | # define ARCHITECTURE_ID "ARM64" |
| | | |
| | | # elif defined(_M_ARM) |
| | | # if _M_ARM == 4 |
| | | # define ARCHITECTURE_ID "ARMV4I" |
| | | # elif _M_ARM == 5 |
| | | # define ARCHITECTURE_ID "ARMV5I" |
| | | # else |
| | | # define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) |
| | | # endif |
| | | |
| | | # elif defined(_M_MIPS) |
| | | # define ARCHITECTURE_ID "MIPS" |
| | | |
| | | # elif defined(_M_SH) |
| | | # define ARCHITECTURE_ID "SHx" |
| | | |
| | | # else /* unknown architecture */ |
| | | # define ARCHITECTURE_ID "" |
| | | # endif |
| | | |
| | | #elif defined(__WATCOMC__) |
| | | # if defined(_M_I86) |
| | | # define ARCHITECTURE_ID "I86" |
| | | |
| | | # elif defined(_M_IX86) |
| | | # define ARCHITECTURE_ID "X86" |
| | | |
| | | # else /* unknown architecture */ |
| | | # define ARCHITECTURE_ID "" |
| | | # endif |
| | | |
| | | #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) |
| | | # if defined(__ICCARM__) |
| | | # define ARCHITECTURE_ID "ARM" |
| | | |
| | | # elif defined(__ICCRX__) |
| | | # define ARCHITECTURE_ID "RX" |
| | | |
| | | # elif defined(__ICCRH850__) |
| | | # define ARCHITECTURE_ID "RH850" |
| | | |
| | | # elif defined(__ICCRL78__) |
| | | # define ARCHITECTURE_ID "RL78" |
| | | |
| | | # elif defined(__ICCRISCV__) |
| | | # define ARCHITECTURE_ID "RISCV" |
| | | |
| | | # elif defined(__ICCAVR__) |
| | | # define ARCHITECTURE_ID "AVR" |
| | | |
| | | # elif defined(__ICC430__) |
| | | # define ARCHITECTURE_ID "MSP430" |
| | | |
| | | # elif defined(__ICCV850__) |
| | | # define ARCHITECTURE_ID "V850" |
| | | |
| | | # elif defined(__ICC8051__) |
| | | # define ARCHITECTURE_ID "8051" |
| | | |
| | | # elif defined(__ICCSTM8__) |
| | | # define ARCHITECTURE_ID "STM8" |
| | | |
| | | # else /* unknown architecture */ |
| | | # define ARCHITECTURE_ID "" |
| | | # endif |
| | | |
| | | #elif defined(__ghs__) |
| | | # if defined(__PPC64__) |
| | | # define ARCHITECTURE_ID "PPC64" |
| | | |
| | | # elif defined(__ppc__) |
| | | # define ARCHITECTURE_ID "PPC" |
| | | |
| | | # elif defined(__ARM__) |
| | | # define ARCHITECTURE_ID "ARM" |
| | | |
| | | # elif defined(__x86_64__) |
| | | # define ARCHITECTURE_ID "x64" |
| | | |
| | | # elif defined(__i386__) |
| | | # define ARCHITECTURE_ID "X86" |
| | | |
| | | # else /* unknown architecture */ |
| | | # define ARCHITECTURE_ID "" |
| | | # endif |
| | | |
| | | #elif defined(__TI_COMPILER_VERSION__) |
| | | # if defined(__TI_ARM__) |
| | | # define ARCHITECTURE_ID "ARM" |
| | | |
| | | # elif defined(__MSP430__) |
| | | # define ARCHITECTURE_ID "MSP430" |
| | | |
| | | # elif defined(__TMS320C28XX__) |
| | | # define ARCHITECTURE_ID "TMS320C28x" |
| | | |
| | | # elif defined(__TMS320C6X__) || defined(_TMS320C6X) |
| | | # define ARCHITECTURE_ID "TMS320C6x" |
| | | |
| | | # else /* unknown architecture */ |
| | | # define ARCHITECTURE_ID "" |
| | | # endif |
| | | |
| | | # elif defined(__ADSPSHARC__) |
| | | # define ARCHITECTURE_ID "SHARC" |
| | | |
| | | # elif defined(__ADSPBLACKFIN__) |
| | | # define ARCHITECTURE_ID "Blackfin" |
| | | |
| | | #elif defined(__TASKING__) |
| | | |
| | | # if defined(__CTC__) || defined(__CPTC__) |
| | | # define ARCHITECTURE_ID "TriCore" |
| | | |
| | | # elif defined(__CMCS__) |
| | | # define ARCHITECTURE_ID "MCS" |
| | | |
| | | # elif defined(__CARM__) |
| | | # define ARCHITECTURE_ID "ARM" |
| | | |
| | | # elif defined(__CARC__) |
| | | # define ARCHITECTURE_ID "ARC" |
| | | |
| | | # elif defined(__C51__) |
| | | # define ARCHITECTURE_ID "8051" |
| | | |
| | | # elif defined(__CPCP__) |
| | | # define ARCHITECTURE_ID "PCP" |
| | | |
| | | # else |
| | | # define ARCHITECTURE_ID "" |
| | | # endif |
| | | |
| | | #else |
| | | # define ARCHITECTURE_ID |
| | | #endif |
| | | |
| | | /* Convert integer to decimal digit literals. */ |
| | | #define DEC(n) \ |
| | | ('0' + (((n) / 10000000)%10)), \ |
| | | ('0' + (((n) / 1000000)%10)), \ |
| | | ('0' + (((n) / 100000)%10)), \ |
| | | ('0' + (((n) / 10000)%10)), \ |
| | | ('0' + (((n) / 1000)%10)), \ |
| | | ('0' + (((n) / 100)%10)), \ |
| | | ('0' + (((n) / 10)%10)), \ |
| | | ('0' + ((n) % 10)) |
| | | |
| | | /* Convert integer to hex digit literals. */ |
| | | #define HEX(n) \ |
| | | ('0' + ((n)>>28 & 0xF)), \ |
| | | ('0' + ((n)>>24 & 0xF)), \ |
| | | ('0' + ((n)>>20 & 0xF)), \ |
| | | ('0' + ((n)>>16 & 0xF)), \ |
| | | ('0' + ((n)>>12 & 0xF)), \ |
| | | ('0' + ((n)>>8 & 0xF)), \ |
| | | ('0' + ((n)>>4 & 0xF)), \ |
| | | ('0' + ((n) & 0xF)) |
| | | |
| | | /* Construct a string literal encoding the version number. */ |
| | | #ifdef COMPILER_VERSION |
| | | char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; |
| | | |
| | | /* Construct a string literal encoding the version number components. */ |
| | | #elif defined(COMPILER_VERSION_MAJOR) |
| | | char const info_version[] = { |
| | | 'I', 'N', 'F', 'O', ':', |
| | | 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', |
| | | COMPILER_VERSION_MAJOR, |
| | | # ifdef COMPILER_VERSION_MINOR |
| | | '.', COMPILER_VERSION_MINOR, |
| | | # ifdef COMPILER_VERSION_PATCH |
| | | '.', COMPILER_VERSION_PATCH, |
| | | # ifdef COMPILER_VERSION_TWEAK |
| | | '.', COMPILER_VERSION_TWEAK, |
| | | # endif |
| | | # endif |
| | | # endif |
| | | ']','\0'}; |
| | | #endif |
| | | |
| | | /* Construct a string literal encoding the internal version number. */ |
| | | #ifdef COMPILER_VERSION_INTERNAL |
| | | char const info_version_internal[] = { |
| | | 'I', 'N', 'F', 'O', ':', |
| | | 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', |
| | | 'i','n','t','e','r','n','a','l','[', |
| | | COMPILER_VERSION_INTERNAL,']','\0'}; |
| | | #elif defined(COMPILER_VERSION_INTERNAL_STR) |
| | | char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; |
| | | #endif |
| | | |
| | | /* Construct a string literal encoding the version number components. */ |
| | | #ifdef SIMULATE_VERSION_MAJOR |
| | | char const info_simulate_version[] = { |
| | | 'I', 'N', 'F', 'O', ':', |
| | | 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', |
| | | SIMULATE_VERSION_MAJOR, |
| | | # ifdef SIMULATE_VERSION_MINOR |
| | | '.', SIMULATE_VERSION_MINOR, |
| | | # ifdef SIMULATE_VERSION_PATCH |
| | | '.', SIMULATE_VERSION_PATCH, |
| | | # ifdef SIMULATE_VERSION_TWEAK |
| | | '.', SIMULATE_VERSION_TWEAK, |
| | | # endif |
| | | # endif |
| | | # endif |
| | | ']','\0'}; |
| | | #endif |
| | | |
| | | /* Construct the string literal in pieces to prevent the source from |
| | | getting matched. Store it in a pointer rather than an array |
| | | because some compilers will just produce instructions to fill the |
| | | array rather than assigning a pointer to a static array. */ |
| | | char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; |
| | | char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; |
| | | |
| | | |
| | | |
| | | #if !defined(__STDC__) && !defined(__clang__) |
| | | # if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) |
| | | # define C_VERSION "90" |
| | | # else |
| | | # define C_VERSION |
| | | # endif |
| | | #elif __STDC_VERSION__ > 201710L |
| | | # define C_VERSION "23" |
| | | #elif __STDC_VERSION__ >= 201710L |
| | | # define C_VERSION "17" |
| | | #elif __STDC_VERSION__ >= 201000L |
| | | # define C_VERSION "11" |
| | | #elif __STDC_VERSION__ >= 199901L |
| | | # define C_VERSION "99" |
| | | #else |
| | | # define C_VERSION "90" |
| | | #endif |
| | | const char* info_language_standard_default = |
| | | "INFO" ":" "standard_default[" C_VERSION "]"; |
| | | |
| | | const char* info_language_extensions_default = "INFO" ":" "extensions_default[" |
| | | #if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ |
| | | defined(__TI_COMPILER_VERSION__)) && \ |
| | | !defined(__STRICT_ANSI__) |
| | | "ON" |
| | | #else |
| | | "OFF" |
| | | #endif |
| | | "]"; |
| | | |
| | | /*--------------------------------------------------------------------------*/ |
| | | |
| | | #ifdef ID_VOID_MAIN |
| | | void main() {} |
| | | #else |
| | | # if defined(__CLASSIC_C__) |
| | | int main(argc, argv) int argc; char *argv[]; |
| | | # else |
| | | int main(int argc, char* argv[]) |
| | | # endif |
| | | { |
| | | int require = 0; |
| | | require += info_compiler[argc]; |
| | | require += info_platform[argc]; |
| | | require += info_arch[argc]; |
| | | #ifdef COMPILER_VERSION_MAJOR |
| | | require += info_version[argc]; |
| | | #endif |
| | | #ifdef COMPILER_VERSION_INTERNAL |
| | | require += info_version_internal[argc]; |
| | | #endif |
| | | #ifdef SIMULATE_ID |
| | | require += info_simulate[argc]; |
| | | #endif |
| | | #ifdef SIMULATE_VERSION_MAJOR |
| | | require += info_simulate_version[argc]; |
| | | #endif |
| | | #if defined(__CRAYXT_COMPUTE_LINUX_TARGET) |
| | | require += info_cray[argc]; |
| | | #endif |
| | | require += info_language_standard_default[argc]; |
| | | require += info_language_extensions_default[argc]; |
| | | (void)argv; |
| | | return require; |
| | | } |
| | | #endif |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <ItemGroup Label="ProjectConfigurations"> |
| | | <ProjectConfiguration Include="Debug|x64"> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | </ItemGroup> |
| | | <PropertyGroup Label="Globals"> |
| | | <ProjectGuid>{CAE07175-D007-4FC3-BFE8-47B392814159}</ProjectGuid> |
| | | <RootNamespace>CompilerIdC</RootNamespace> |
| | | <Keyword>Win32Proj</Keyword> |
| | | |
| | | |
| | | <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
| | | |
| | | |
| | | |
| | | |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| | | |
| | | <PropertyGroup> |
| | | <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| | | <ConfigurationType>Application</ConfigurationType> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| | | <ImportGroup Label="ExtensionSettings"> |
| | | |
| | | </ImportGroup> |
| | | <PropertyGroup> |
| | | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| | | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\</OutDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)\</IntDir> |
| | | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <ClCompile> |
| | | <Optimization>Disabled</Optimization> |
| | | <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| | | <MinimalRebuild>false</MinimalRebuild> |
| | | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| | | <RuntimeLibrary Condition="'$(ApplicationType)'!='Android'">MultiThreadedDebugDLL</RuntimeLibrary> |
| | | <PrecompiledHeader> |
| | | </PrecompiledHeader> |
| | | <WarningLevel>TurnOffAllWarnings</WarningLevel> |
| | | <DebugInformationFormat> |
| | | </DebugInformationFormat> |
| | | </ClCompile> |
| | | |
| | | <Link> |
| | | <GenerateDebugInformation>false</GenerateDebugInformation> |
| | | <SubSystem>Console</SubSystem> |
| | | |
| | | </Link> |
| | | <PostBuildEvent> |
| | | <Command>for %%i in (cl.exe) do %40echo CMAKE_C_COMPILER=%%~$PATH:i</Command> |
| | | </PostBuildEvent> |
| | | </ItemDefinitionGroup> |
| | | <ItemGroup> |
| | | <ClCompile Include="CMakeCCompilerId.c" /> |
| | | </ItemGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| | | <ImportGroup Label="ExtensionTargets"> |
| | | |
| | | </ImportGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project> |
| | | <ProjectOutputs> |
| | | <ProjectOutput> |
| | | <FullPath>Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CompilerIdC\CompilerIdC.exe</FullPath> |
| | | </ProjectOutput> |
| | | </ProjectOutputs> |
| | | <ContentFiles /> |
| | | <SatelliteDlls /> |
| | | <NonRecipeFileRefs /> |
| | | </Project> |
| New file |
| | |
| | | PlatformToolSet=v142:VCToolArchitecture=Native64Bit:VCToolsVersion=14.29.30133:TargetPlatformVersion=10.0.22621.0:VcpkgTriplet=x64-windows: |
| | | Debug|x64|Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CompilerIdC\| |
| New file |
| | |
| | | /* This source file must have a .cpp extension so that all C++ compilers |
| | | recognize the extension without flags. Borland does not know .cxx for |
| | | example. */ |
| | | #ifndef __cplusplus |
| | | # error "A C compiler has been selected for C++." |
| | | #endif |
| | | |
| | | #if !defined(__has_include) |
| | | /* If the compiler does not have __has_include, pretend the answer is |
| | | always no. */ |
| | | # define __has_include(x) 0 |
| | | #endif |
| | | |
| | | |
| | | /* Version number components: V=Version, R=Revision, P=Patch |
| | | Version date components: YYYY=Year, MM=Month, DD=Day */ |
| | | |
| | | #if defined(__COMO__) |
| | | # define COMPILER_ID "Comeau" |
| | | /* __COMO_VERSION__ = VRR */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) |
| | | # define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) |
| | | |
| | | #elif defined(__INTEL_COMPILER) || defined(__ICC) |
| | | # define COMPILER_ID "Intel" |
| | | # if defined(_MSC_VER) |
| | | # define SIMULATE_ID "MSVC" |
| | | # endif |
| | | # if defined(__GNUC__) |
| | | # define SIMULATE_ID "GNU" |
| | | # endif |
| | | /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, |
| | | except that a few beta releases use the old format with V=2021. */ |
| | | # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 |
| | | # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) |
| | | # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) |
| | | # if defined(__INTEL_COMPILER_UPDATE) |
| | | # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) |
| | | # else |
| | | # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) |
| | | # endif |
| | | # else |
| | | # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) |
| | | # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) |
| | | /* The third version component from --version is an update index, |
| | | but no macro is provided for it. */ |
| | | # define COMPILER_VERSION_PATCH DEC(0) |
| | | # endif |
| | | # if defined(__INTEL_COMPILER_BUILD_DATE) |
| | | /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ |
| | | # define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) |
| | | # endif |
| | | # if defined(_MSC_VER) |
| | | /* _MSC_VER = VVRR */ |
| | | # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
| | | # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
| | | # endif |
| | | # if defined(__GNUC__) |
| | | # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) |
| | | # elif defined(__GNUG__) |
| | | # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) |
| | | # endif |
| | | # if defined(__GNUC_MINOR__) |
| | | # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) |
| | | # endif |
| | | # if defined(__GNUC_PATCHLEVEL__) |
| | | # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) |
| | | # endif |
| | | |
| | | #elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) |
| | | # define COMPILER_ID "IntelLLVM" |
| | | #if defined(_MSC_VER) |
| | | # define SIMULATE_ID "MSVC" |
| | | #endif |
| | | #if defined(__GNUC__) |
| | | # define SIMULATE_ID "GNU" |
| | | #endif |
| | | /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and |
| | | * later. Look for 6 digit vs. 8 digit version number to decide encoding. |
| | | * VVVV is no smaller than the current year when a version is released. |
| | | */ |
| | | #if __INTEL_LLVM_COMPILER < 1000000L |
| | | # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) |
| | | # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) |
| | | # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) |
| | | #else |
| | | # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) |
| | | # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) |
| | | # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) |
| | | #endif |
| | | #if defined(_MSC_VER) |
| | | /* _MSC_VER = VVRR */ |
| | | # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
| | | # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
| | | #endif |
| | | #if defined(__GNUC__) |
| | | # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) |
| | | #elif defined(__GNUG__) |
| | | # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) |
| | | #endif |
| | | #if defined(__GNUC_MINOR__) |
| | | # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) |
| | | #endif |
| | | #if defined(__GNUC_PATCHLEVEL__) |
| | | # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) |
| | | #endif |
| | | |
| | | #elif defined(__PATHCC__) |
| | | # define COMPILER_ID "PathScale" |
| | | # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) |
| | | # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) |
| | | # if defined(__PATHCC_PATCHLEVEL__) |
| | | # define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) |
| | | # endif |
| | | |
| | | #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) |
| | | # define COMPILER_ID "Embarcadero" |
| | | # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) |
| | | # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) |
| | | # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) |
| | | |
| | | #elif defined(__BORLANDC__) |
| | | # define COMPILER_ID "Borland" |
| | | /* __BORLANDC__ = 0xVRR */ |
| | | # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) |
| | | # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) |
| | | |
| | | #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 |
| | | # define COMPILER_ID "Watcom" |
| | | /* __WATCOMC__ = VVRR */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) |
| | | # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) |
| | | # if (__WATCOMC__ % 10) > 0 |
| | | # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) |
| | | # endif |
| | | |
| | | #elif defined(__WATCOMC__) |
| | | # define COMPILER_ID "OpenWatcom" |
| | | /* __WATCOMC__ = VVRP + 1100 */ |
| | | # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) |
| | | # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) |
| | | # if (__WATCOMC__ % 10) > 0 |
| | | # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) |
| | | # endif |
| | | |
| | | #elif defined(__SUNPRO_CC) |
| | | # define COMPILER_ID "SunPro" |
| | | # if __SUNPRO_CC >= 0x5100 |
| | | /* __SUNPRO_CC = 0xVRRP */ |
| | | # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) |
| | | # define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) |
| | | # define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) |
| | | # else |
| | | /* __SUNPRO_CC = 0xVRP */ |
| | | # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) |
| | | # define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) |
| | | # define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) |
| | | # endif |
| | | |
| | | #elif defined(__HP_aCC) |
| | | # define COMPILER_ID "HP" |
| | | /* __HP_aCC = VVRRPP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) |
| | | # define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) |
| | | # define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) |
| | | |
| | | #elif defined(__DECCXX) |
| | | # define COMPILER_ID "Compaq" |
| | | /* __DECCXX_VER = VVRRTPPPP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) |
| | | # define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) |
| | | # define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) |
| | | |
| | | #elif defined(__IBMCPP__) && defined(__COMPILER_VER__) |
| | | # define COMPILER_ID "zOS" |
| | | /* __IBMCPP__ = VRP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) |
| | | # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) |
| | | # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) |
| | | |
| | | #elif defined(__open_xl__) && defined(__clang__) |
| | | # define COMPILER_ID "IBMClang" |
| | | # define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) |
| | | # define COMPILER_VERSION_MINOR DEC(__open_xl_release__) |
| | | # define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) |
| | | # define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) |
| | | |
| | | |
| | | #elif defined(__ibmxl__) && defined(__clang__) |
| | | # define COMPILER_ID "XLClang" |
| | | # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) |
| | | # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) |
| | | # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) |
| | | # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) |
| | | |
| | | |
| | | #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 |
| | | # define COMPILER_ID "XL" |
| | | /* __IBMCPP__ = VRP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) |
| | | # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) |
| | | # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) |
| | | |
| | | #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 |
| | | # define COMPILER_ID "VisualAge" |
| | | /* __IBMCPP__ = VRP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) |
| | | # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) |
| | | # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) |
| | | |
| | | #elif defined(__NVCOMPILER) |
| | | # define COMPILER_ID "NVHPC" |
| | | # define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) |
| | | # define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) |
| | | # if defined(__NVCOMPILER_PATCHLEVEL__) |
| | | # define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) |
| | | # endif |
| | | |
| | | #elif defined(__PGI) |
| | | # define COMPILER_ID "PGI" |
| | | # define COMPILER_VERSION_MAJOR DEC(__PGIC__) |
| | | # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) |
| | | # if defined(__PGIC_PATCHLEVEL__) |
| | | # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) |
| | | # endif |
| | | |
| | | #elif defined(__clang__) && defined(__cray__) |
| | | # define COMPILER_ID "CrayClang" |
| | | # define COMPILER_VERSION_MAJOR DEC(__cray_major__) |
| | | # define COMPILER_VERSION_MINOR DEC(__cray_minor__) |
| | | # define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) |
| | | # define COMPILER_VERSION_INTERNAL_STR __clang_version__ |
| | | |
| | | |
| | | #elif defined(_CRAYC) |
| | | # define COMPILER_ID "Cray" |
| | | # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) |
| | | # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) |
| | | |
| | | #elif defined(__TI_COMPILER_VERSION__) |
| | | # define COMPILER_ID "TI" |
| | | /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) |
| | | # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) |
| | | # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) |
| | | |
| | | #elif defined(__CLANG_FUJITSU) |
| | | # define COMPILER_ID "FujitsuClang" |
| | | # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) |
| | | # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) |
| | | # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) |
| | | # define COMPILER_VERSION_INTERNAL_STR __clang_version__ |
| | | |
| | | |
| | | #elif defined(__FUJITSU) |
| | | # define COMPILER_ID "Fujitsu" |
| | | # if defined(__FCC_version__) |
| | | # define COMPILER_VERSION __FCC_version__ |
| | | # elif defined(__FCC_major__) |
| | | # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) |
| | | # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) |
| | | # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) |
| | | # endif |
| | | # if defined(__fcc_version) |
| | | # define COMPILER_VERSION_INTERNAL DEC(__fcc_version) |
| | | # elif defined(__FCC_VERSION) |
| | | # define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) |
| | | # endif |
| | | |
| | | |
| | | #elif defined(__ghs__) |
| | | # define COMPILER_ID "GHS" |
| | | /* __GHS_VERSION_NUMBER = VVVVRP */ |
| | | # ifdef __GHS_VERSION_NUMBER |
| | | # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) |
| | | # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) |
| | | # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) |
| | | # endif |
| | | |
| | | #elif defined(__TASKING__) |
| | | # define COMPILER_ID "Tasking" |
| | | # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) |
| | | # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) |
| | | # define COMPILER_VERSION_INTERNAL DEC(__VERSION__) |
| | | |
| | | #elif defined(__ORANGEC__) |
| | | # define COMPILER_ID "OrangeC" |
| | | # define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) |
| | | # define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) |
| | | # define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) |
| | | |
| | | #elif defined(__SCO_VERSION__) |
| | | # define COMPILER_ID "SCO" |
| | | |
| | | #elif defined(__ARMCC_VERSION) && !defined(__clang__) |
| | | # define COMPILER_ID "ARMCC" |
| | | #if __ARMCC_VERSION >= 1000000 |
| | | /* __ARMCC_VERSION = VRRPPPP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) |
| | | # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) |
| | | # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) |
| | | #else |
| | | /* __ARMCC_VERSION = VRPPPP */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) |
| | | # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) |
| | | # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) |
| | | #endif |
| | | |
| | | |
| | | #elif defined(__clang__) && defined(__apple_build_version__) |
| | | # define COMPILER_ID "AppleClang" |
| | | # if defined(_MSC_VER) |
| | | # define SIMULATE_ID "MSVC" |
| | | # endif |
| | | # define COMPILER_VERSION_MAJOR DEC(__clang_major__) |
| | | # define COMPILER_VERSION_MINOR DEC(__clang_minor__) |
| | | # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) |
| | | # if defined(_MSC_VER) |
| | | /* _MSC_VER = VVRR */ |
| | | # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
| | | # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
| | | # endif |
| | | # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) |
| | | |
| | | #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) |
| | | # define COMPILER_ID "ARMClang" |
| | | # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) |
| | | # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) |
| | | # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) |
| | | # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) |
| | | |
| | | #elif defined(__clang__) |
| | | # define COMPILER_ID "Clang" |
| | | # if defined(_MSC_VER) |
| | | # define SIMULATE_ID "MSVC" |
| | | # endif |
| | | # define COMPILER_VERSION_MAJOR DEC(__clang_major__) |
| | | # define COMPILER_VERSION_MINOR DEC(__clang_minor__) |
| | | # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) |
| | | # if defined(_MSC_VER) |
| | | /* _MSC_VER = VVRR */ |
| | | # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
| | | # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
| | | # endif |
| | | |
| | | #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) |
| | | # define COMPILER_ID "LCC" |
| | | # define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) |
| | | # define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) |
| | | # if defined(__LCC_MINOR__) |
| | | # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) |
| | | # endif |
| | | # if defined(__GNUC__) && defined(__GNUC_MINOR__) |
| | | # define SIMULATE_ID "GNU" |
| | | # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) |
| | | # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) |
| | | # if defined(__GNUC_PATCHLEVEL__) |
| | | # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) |
| | | # endif |
| | | # endif |
| | | |
| | | #elif defined(__GNUC__) || defined(__GNUG__) |
| | | # define COMPILER_ID "GNU" |
| | | # if defined(__GNUC__) |
| | | # define COMPILER_VERSION_MAJOR DEC(__GNUC__) |
| | | # else |
| | | # define COMPILER_VERSION_MAJOR DEC(__GNUG__) |
| | | # endif |
| | | # if defined(__GNUC_MINOR__) |
| | | # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) |
| | | # endif |
| | | # if defined(__GNUC_PATCHLEVEL__) |
| | | # define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) |
| | | # endif |
| | | |
| | | #elif defined(_MSC_VER) |
| | | # define COMPILER_ID "MSVC" |
| | | /* _MSC_VER = VVRR */ |
| | | # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) |
| | | # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) |
| | | # if defined(_MSC_FULL_VER) |
| | | # if _MSC_VER >= 1400 |
| | | /* _MSC_FULL_VER = VVRRPPPPP */ |
| | | # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) |
| | | # else |
| | | /* _MSC_FULL_VER = VVRRPPPP */ |
| | | # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) |
| | | # endif |
| | | # endif |
| | | # if defined(_MSC_BUILD) |
| | | # define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) |
| | | # endif |
| | | |
| | | #elif defined(_ADI_COMPILER) |
| | | # define COMPILER_ID "ADSP" |
| | | #if defined(__VERSIONNUM__) |
| | | /* __VERSIONNUM__ = 0xVVRRPPTT */ |
| | | # define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) |
| | | # define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) |
| | | # define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) |
| | | # define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) |
| | | #endif |
| | | |
| | | #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) |
| | | # define COMPILER_ID "IAR" |
| | | # if defined(__VER__) && defined(__ICCARM__) |
| | | # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) |
| | | # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) |
| | | # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) |
| | | # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) |
| | | # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) |
| | | # define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) |
| | | # define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) |
| | | # define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) |
| | | # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) |
| | | # endif |
| | | |
| | | |
| | | /* These compilers are either not known or too old to define an |
| | | identification macro. Try to identify the platform and guess that |
| | | it is the native compiler. */ |
| | | #elif defined(__hpux) || defined(__hpua) |
| | | # define COMPILER_ID "HP" |
| | | |
| | | #else /* unknown compiler */ |
| | | # define COMPILER_ID "" |
| | | #endif |
| | | |
| | | /* Construct the string literal in pieces to prevent the source from |
| | | getting matched. Store it in a pointer rather than an array |
| | | because some compilers will just produce instructions to fill the |
| | | array rather than assigning a pointer to a static array. */ |
| | | char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; |
| | | #ifdef SIMULATE_ID |
| | | char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; |
| | | #endif |
| | | |
| | | #ifdef __QNXNTO__ |
| | | char const* qnxnto = "INFO" ":" "qnxnto[]"; |
| | | #endif |
| | | |
| | | #if defined(__CRAYXT_COMPUTE_LINUX_TARGET) |
| | | char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; |
| | | #endif |
| | | |
| | | #define STRINGIFY_HELPER(X) #X |
| | | #define STRINGIFY(X) STRINGIFY_HELPER(X) |
| | | |
| | | /* Identify known platforms by name. */ |
| | | #if defined(__linux) || defined(__linux__) || defined(linux) |
| | | # define PLATFORM_ID "Linux" |
| | | |
| | | #elif defined(__MSYS__) |
| | | # define PLATFORM_ID "MSYS" |
| | | |
| | | #elif defined(__CYGWIN__) |
| | | # define PLATFORM_ID "Cygwin" |
| | | |
| | | #elif defined(__MINGW32__) |
| | | # define PLATFORM_ID "MinGW" |
| | | |
| | | #elif defined(__APPLE__) |
| | | # define PLATFORM_ID "Darwin" |
| | | |
| | | #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) |
| | | # define PLATFORM_ID "Windows" |
| | | |
| | | #elif defined(__FreeBSD__) || defined(__FreeBSD) |
| | | # define PLATFORM_ID "FreeBSD" |
| | | |
| | | #elif defined(__NetBSD__) || defined(__NetBSD) |
| | | # define PLATFORM_ID "NetBSD" |
| | | |
| | | #elif defined(__OpenBSD__) || defined(__OPENBSD) |
| | | # define PLATFORM_ID "OpenBSD" |
| | | |
| | | #elif defined(__sun) || defined(sun) |
| | | # define PLATFORM_ID "SunOS" |
| | | |
| | | #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) |
| | | # define PLATFORM_ID "AIX" |
| | | |
| | | #elif defined(__hpux) || defined(__hpux__) |
| | | # define PLATFORM_ID "HP-UX" |
| | | |
| | | #elif defined(__HAIKU__) |
| | | # define PLATFORM_ID "Haiku" |
| | | |
| | | #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) |
| | | # define PLATFORM_ID "BeOS" |
| | | |
| | | #elif defined(__QNX__) || defined(__QNXNTO__) |
| | | # define PLATFORM_ID "QNX" |
| | | |
| | | #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) |
| | | # define PLATFORM_ID "Tru64" |
| | | |
| | | #elif defined(__riscos) || defined(__riscos__) |
| | | # define PLATFORM_ID "RISCos" |
| | | |
| | | #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) |
| | | # define PLATFORM_ID "SINIX" |
| | | |
| | | #elif defined(__UNIX_SV__) |
| | | # define PLATFORM_ID "UNIX_SV" |
| | | |
| | | #elif defined(__bsdos__) |
| | | # define PLATFORM_ID "BSDOS" |
| | | |
| | | #elif defined(_MPRAS) || defined(MPRAS) |
| | | # define PLATFORM_ID "MP-RAS" |
| | | |
| | | #elif defined(__osf) || defined(__osf__) |
| | | # define PLATFORM_ID "OSF1" |
| | | |
| | | #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) |
| | | # define PLATFORM_ID "SCO_SV" |
| | | |
| | | #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) |
| | | # define PLATFORM_ID "ULTRIX" |
| | | |
| | | #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) |
| | | # define PLATFORM_ID "Xenix" |
| | | |
| | | #elif defined(__WATCOMC__) |
| | | # if defined(__LINUX__) |
| | | # define PLATFORM_ID "Linux" |
| | | |
| | | # elif defined(__DOS__) |
| | | # define PLATFORM_ID "DOS" |
| | | |
| | | # elif defined(__OS2__) |
| | | # define PLATFORM_ID "OS2" |
| | | |
| | | # elif defined(__WINDOWS__) |
| | | # define PLATFORM_ID "Windows3x" |
| | | |
| | | # elif defined(__VXWORKS__) |
| | | # define PLATFORM_ID "VxWorks" |
| | | |
| | | # else /* unknown platform */ |
| | | # define PLATFORM_ID |
| | | # endif |
| | | |
| | | #elif defined(__INTEGRITY) |
| | | # if defined(INT_178B) |
| | | # define PLATFORM_ID "Integrity178" |
| | | |
| | | # else /* regular Integrity */ |
| | | # define PLATFORM_ID "Integrity" |
| | | # endif |
| | | |
| | | # elif defined(_ADI_COMPILER) |
| | | # define PLATFORM_ID "ADSP" |
| | | |
| | | #else /* unknown platform */ |
| | | # define PLATFORM_ID |
| | | |
| | | #endif |
| | | |
| | | /* For windows compilers MSVC and Intel we can determine |
| | | the architecture of the compiler being used. This is because |
| | | the compilers do not have flags that can change the architecture, |
| | | but rather depend on which compiler is being used |
| | | */ |
| | | #if defined(_WIN32) && defined(_MSC_VER) |
| | | # if defined(_M_IA64) |
| | | # define ARCHITECTURE_ID "IA64" |
| | | |
| | | # elif defined(_M_ARM64EC) |
| | | # define ARCHITECTURE_ID "ARM64EC" |
| | | |
| | | # elif defined(_M_X64) || defined(_M_AMD64) |
| | | # define ARCHITECTURE_ID "x64" |
| | | |
| | | # elif defined(_M_IX86) |
| | | # define ARCHITECTURE_ID "X86" |
| | | |
| | | # elif defined(_M_ARM64) |
| | | # define ARCHITECTURE_ID "ARM64" |
| | | |
| | | # elif defined(_M_ARM) |
| | | # if _M_ARM == 4 |
| | | # define ARCHITECTURE_ID "ARMV4I" |
| | | # elif _M_ARM == 5 |
| | | # define ARCHITECTURE_ID "ARMV5I" |
| | | # else |
| | | # define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) |
| | | # endif |
| | | |
| | | # elif defined(_M_MIPS) |
| | | # define ARCHITECTURE_ID "MIPS" |
| | | |
| | | # elif defined(_M_SH) |
| | | # define ARCHITECTURE_ID "SHx" |
| | | |
| | | # else /* unknown architecture */ |
| | | # define ARCHITECTURE_ID "" |
| | | # endif |
| | | |
| | | #elif defined(__WATCOMC__) |
| | | # if defined(_M_I86) |
| | | # define ARCHITECTURE_ID "I86" |
| | | |
| | | # elif defined(_M_IX86) |
| | | # define ARCHITECTURE_ID "X86" |
| | | |
| | | # else /* unknown architecture */ |
| | | # define ARCHITECTURE_ID "" |
| | | # endif |
| | | |
| | | #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) |
| | | # if defined(__ICCARM__) |
| | | # define ARCHITECTURE_ID "ARM" |
| | | |
| | | # elif defined(__ICCRX__) |
| | | # define ARCHITECTURE_ID "RX" |
| | | |
| | | # elif defined(__ICCRH850__) |
| | | # define ARCHITECTURE_ID "RH850" |
| | | |
| | | # elif defined(__ICCRL78__) |
| | | # define ARCHITECTURE_ID "RL78" |
| | | |
| | | # elif defined(__ICCRISCV__) |
| | | # define ARCHITECTURE_ID "RISCV" |
| | | |
| | | # elif defined(__ICCAVR__) |
| | | # define ARCHITECTURE_ID "AVR" |
| | | |
| | | # elif defined(__ICC430__) |
| | | # define ARCHITECTURE_ID "MSP430" |
| | | |
| | | # elif defined(__ICCV850__) |
| | | # define ARCHITECTURE_ID "V850" |
| | | |
| | | # elif defined(__ICC8051__) |
| | | # define ARCHITECTURE_ID "8051" |
| | | |
| | | # elif defined(__ICCSTM8__) |
| | | # define ARCHITECTURE_ID "STM8" |
| | | |
| | | # else /* unknown architecture */ |
| | | # define ARCHITECTURE_ID "" |
| | | # endif |
| | | |
| | | #elif defined(__ghs__) |
| | | # if defined(__PPC64__) |
| | | # define ARCHITECTURE_ID "PPC64" |
| | | |
| | | # elif defined(__ppc__) |
| | | # define ARCHITECTURE_ID "PPC" |
| | | |
| | | # elif defined(__ARM__) |
| | | # define ARCHITECTURE_ID "ARM" |
| | | |
| | | # elif defined(__x86_64__) |
| | | # define ARCHITECTURE_ID "x64" |
| | | |
| | | # elif defined(__i386__) |
| | | # define ARCHITECTURE_ID "X86" |
| | | |
| | | # else /* unknown architecture */ |
| | | # define ARCHITECTURE_ID "" |
| | | # endif |
| | | |
| | | #elif defined(__TI_COMPILER_VERSION__) |
| | | # if defined(__TI_ARM__) |
| | | # define ARCHITECTURE_ID "ARM" |
| | | |
| | | # elif defined(__MSP430__) |
| | | # define ARCHITECTURE_ID "MSP430" |
| | | |
| | | # elif defined(__TMS320C28XX__) |
| | | # define ARCHITECTURE_ID "TMS320C28x" |
| | | |
| | | # elif defined(__TMS320C6X__) || defined(_TMS320C6X) |
| | | # define ARCHITECTURE_ID "TMS320C6x" |
| | | |
| | | # else /* unknown architecture */ |
| | | # define ARCHITECTURE_ID "" |
| | | # endif |
| | | |
| | | # elif defined(__ADSPSHARC__) |
| | | # define ARCHITECTURE_ID "SHARC" |
| | | |
| | | # elif defined(__ADSPBLACKFIN__) |
| | | # define ARCHITECTURE_ID "Blackfin" |
| | | |
| | | #elif defined(__TASKING__) |
| | | |
| | | # if defined(__CTC__) || defined(__CPTC__) |
| | | # define ARCHITECTURE_ID "TriCore" |
| | | |
| | | # elif defined(__CMCS__) |
| | | # define ARCHITECTURE_ID "MCS" |
| | | |
| | | # elif defined(__CARM__) |
| | | # define ARCHITECTURE_ID "ARM" |
| | | |
| | | # elif defined(__CARC__) |
| | | # define ARCHITECTURE_ID "ARC" |
| | | |
| | | # elif defined(__C51__) |
| | | # define ARCHITECTURE_ID "8051" |
| | | |
| | | # elif defined(__CPCP__) |
| | | # define ARCHITECTURE_ID "PCP" |
| | | |
| | | # else |
| | | # define ARCHITECTURE_ID "" |
| | | # endif |
| | | |
| | | #else |
| | | # define ARCHITECTURE_ID |
| | | #endif |
| | | |
| | | /* Convert integer to decimal digit literals. */ |
| | | #define DEC(n) \ |
| | | ('0' + (((n) / 10000000)%10)), \ |
| | | ('0' + (((n) / 1000000)%10)), \ |
| | | ('0' + (((n) / 100000)%10)), \ |
| | | ('0' + (((n) / 10000)%10)), \ |
| | | ('0' + (((n) / 1000)%10)), \ |
| | | ('0' + (((n) / 100)%10)), \ |
| | | ('0' + (((n) / 10)%10)), \ |
| | | ('0' + ((n) % 10)) |
| | | |
| | | /* Convert integer to hex digit literals. */ |
| | | #define HEX(n) \ |
| | | ('0' + ((n)>>28 & 0xF)), \ |
| | | ('0' + ((n)>>24 & 0xF)), \ |
| | | ('0' + ((n)>>20 & 0xF)), \ |
| | | ('0' + ((n)>>16 & 0xF)), \ |
| | | ('0' + ((n)>>12 & 0xF)), \ |
| | | ('0' + ((n)>>8 & 0xF)), \ |
| | | ('0' + ((n)>>4 & 0xF)), \ |
| | | ('0' + ((n) & 0xF)) |
| | | |
| | | /* Construct a string literal encoding the version number. */ |
| | | #ifdef COMPILER_VERSION |
| | | char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; |
| | | |
| | | /* Construct a string literal encoding the version number components. */ |
| | | #elif defined(COMPILER_VERSION_MAJOR) |
| | | char const info_version[] = { |
| | | 'I', 'N', 'F', 'O', ':', |
| | | 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', |
| | | COMPILER_VERSION_MAJOR, |
| | | # ifdef COMPILER_VERSION_MINOR |
| | | '.', COMPILER_VERSION_MINOR, |
| | | # ifdef COMPILER_VERSION_PATCH |
| | | '.', COMPILER_VERSION_PATCH, |
| | | # ifdef COMPILER_VERSION_TWEAK |
| | | '.', COMPILER_VERSION_TWEAK, |
| | | # endif |
| | | # endif |
| | | # endif |
| | | ']','\0'}; |
| | | #endif |
| | | |
| | | /* Construct a string literal encoding the internal version number. */ |
| | | #ifdef COMPILER_VERSION_INTERNAL |
| | | char const info_version_internal[] = { |
| | | 'I', 'N', 'F', 'O', ':', |
| | | 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', |
| | | 'i','n','t','e','r','n','a','l','[', |
| | | COMPILER_VERSION_INTERNAL,']','\0'}; |
| | | #elif defined(COMPILER_VERSION_INTERNAL_STR) |
| | | char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; |
| | | #endif |
| | | |
| | | /* Construct a string literal encoding the version number components. */ |
| | | #ifdef SIMULATE_VERSION_MAJOR |
| | | char const info_simulate_version[] = { |
| | | 'I', 'N', 'F', 'O', ':', |
| | | 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', |
| | | SIMULATE_VERSION_MAJOR, |
| | | # ifdef SIMULATE_VERSION_MINOR |
| | | '.', SIMULATE_VERSION_MINOR, |
| | | # ifdef SIMULATE_VERSION_PATCH |
| | | '.', SIMULATE_VERSION_PATCH, |
| | | # ifdef SIMULATE_VERSION_TWEAK |
| | | '.', SIMULATE_VERSION_TWEAK, |
| | | # endif |
| | | # endif |
| | | # endif |
| | | ']','\0'}; |
| | | #endif |
| | | |
| | | /* Construct the string literal in pieces to prevent the source from |
| | | getting matched. Store it in a pointer rather than an array |
| | | because some compilers will just produce instructions to fill the |
| | | array rather than assigning a pointer to a static array. */ |
| | | char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; |
| | | char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; |
| | | |
| | | |
| | | |
| | | #if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L |
| | | # if defined(__INTEL_CXX11_MODE__) |
| | | # if defined(__cpp_aggregate_nsdmi) |
| | | # define CXX_STD 201402L |
| | | # else |
| | | # define CXX_STD 201103L |
| | | # endif |
| | | # else |
| | | # define CXX_STD 199711L |
| | | # endif |
| | | #elif defined(_MSC_VER) && defined(_MSVC_LANG) |
| | | # define CXX_STD _MSVC_LANG |
| | | #else |
| | | # define CXX_STD __cplusplus |
| | | #endif |
| | | |
| | | const char* info_language_standard_default = "INFO" ":" "standard_default[" |
| | | #if CXX_STD > 202002L |
| | | "23" |
| | | #elif CXX_STD > 201703L |
| | | "20" |
| | | #elif CXX_STD >= 201703L |
| | | "17" |
| | | #elif CXX_STD >= 201402L |
| | | "14" |
| | | #elif CXX_STD >= 201103L |
| | | "11" |
| | | #else |
| | | "98" |
| | | #endif |
| | | "]"; |
| | | |
| | | const char* info_language_extensions_default = "INFO" ":" "extensions_default[" |
| | | #if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ |
| | | defined(__TI_COMPILER_VERSION__)) && \ |
| | | !defined(__STRICT_ANSI__) |
| | | "ON" |
| | | #else |
| | | "OFF" |
| | | #endif |
| | | "]"; |
| | | |
| | | /*--------------------------------------------------------------------------*/ |
| | | |
| | | int main(int argc, char* argv[]) |
| | | { |
| | | int require = 0; |
| | | require += info_compiler[argc]; |
| | | require += info_platform[argc]; |
| | | require += info_arch[argc]; |
| | | #ifdef COMPILER_VERSION_MAJOR |
| | | require += info_version[argc]; |
| | | #endif |
| | | #ifdef COMPILER_VERSION_INTERNAL |
| | | require += info_version_internal[argc]; |
| | | #endif |
| | | #ifdef SIMULATE_ID |
| | | require += info_simulate[argc]; |
| | | #endif |
| | | #ifdef SIMULATE_VERSION_MAJOR |
| | | require += info_simulate_version[argc]; |
| | | #endif |
| | | #if defined(__CRAYXT_COMPUTE_LINUX_TARGET) |
| | | require += info_cray[argc]; |
| | | #endif |
| | | require += info_language_standard_default[argc]; |
| | | require += info_language_extensions_default[argc]; |
| | | (void)argv; |
| | | return require; |
| | | } |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <ItemGroup Label="ProjectConfigurations"> |
| | | <ProjectConfiguration Include="Debug|x64"> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | </ItemGroup> |
| | | <PropertyGroup Label="Globals"> |
| | | <ProjectGuid>{CAE07175-D007-4FC3-BFE8-47B392814159}</ProjectGuid> |
| | | <RootNamespace>CompilerIdCXX</RootNamespace> |
| | | <Keyword>Win32Proj</Keyword> |
| | | |
| | | |
| | | <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
| | | |
| | | |
| | | |
| | | |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| | | |
| | | <PropertyGroup> |
| | | <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| | | <ConfigurationType>Application</ConfigurationType> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| | | <ImportGroup Label="ExtensionSettings"> |
| | | |
| | | </ImportGroup> |
| | | <PropertyGroup> |
| | | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| | | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\</OutDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)\</IntDir> |
| | | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <ClCompile> |
| | | <Optimization>Disabled</Optimization> |
| | | <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| | | <MinimalRebuild>false</MinimalRebuild> |
| | | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| | | <RuntimeLibrary Condition="'$(ApplicationType)'!='Android'">MultiThreadedDebugDLL</RuntimeLibrary> |
| | | <PrecompiledHeader> |
| | | </PrecompiledHeader> |
| | | <WarningLevel>TurnOffAllWarnings</WarningLevel> |
| | | <DebugInformationFormat> |
| | | </DebugInformationFormat> |
| | | </ClCompile> |
| | | |
| | | <Link> |
| | | <GenerateDebugInformation>false</GenerateDebugInformation> |
| | | <SubSystem>Console</SubSystem> |
| | | |
| | | </Link> |
| | | <PostBuildEvent> |
| | | <Command>for %%i in (cl.exe) do %40echo CMAKE_CXX_COMPILER=%%~$PATH:i</Command> |
| | | </PostBuildEvent> |
| | | </ItemDefinitionGroup> |
| | | <ItemGroup> |
| | | <ClCompile Include="CMakeCXXCompilerId.cpp" /> |
| | | </ItemGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| | | <ImportGroup Label="ExtensionTargets"> |
| | | |
| | | </ImportGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project> |
| | | <ProjectOutputs> |
| | | <ProjectOutput> |
| | | <FullPath>Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CompilerIdCXX\CompilerIdCXX.exe</FullPath> |
| | | </ProjectOutput> |
| | | </ProjectOutputs> |
| | | <ContentFiles /> |
| | | <SatelliteDlls /> |
| | | <NonRecipeFileRefs /> |
| | | </Project> |
| New file |
| | |
| | | PlatformToolSet=v142:VCToolArchitecture=Native64Bit:VCToolsVersion=14.29.30133:TargetPlatformVersion=10.0.22621.0:VcpkgTriplet=x64-windows: |
| | | Debug|x64|Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CompilerIdCXX\| |
| New file |
| | |
| | | C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Microsoft/VC/v160 |
| New file |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <ItemGroup Label="ProjectConfigurations"> |
| | | <ProjectConfiguration Include="Debug|x64"> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | </ItemGroup> |
| | | <PropertyGroup Label="Globals"> |
| | | <ProjectGuid>{F3FC6D86-508D-3FB1-96D2-995F08B142EC}</ProjectGuid> |
| | | <Keyword>Win32Proj</Keyword> |
| | | <Platform>x64</Platform> |
| | | <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> |
| | | <PropertyGroup> |
| | | <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
| | | </PropertyGroup> |
| | | <PropertyGroup Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> |
| | | <ItemDefinitionGroup> |
| | | <PostBuildEvent> |
| | | <Command>echo VCTargetsPath=$(VCTargetsPath)</Command> |
| | | </PostBuildEvent> |
| | | </ItemDefinitionGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project> |
| | | <ProjectOutputs> |
| | | <ProjectOutput> |
| | | <FullPath>Z:\wx.image_viewer\build\CMakeFiles\3.28.2\x64\Debug\VCTargetsPath</FullPath> |
| | | </ProjectOutput> |
| | | </ProjectOutputs> |
| | | <ContentFiles /> |
| | | <SatelliteDlls /> |
| | | <NonRecipeFileRefs /> |
| | | </Project> |
| New file |
| | |
| | | PlatformToolSet=v142:VCToolArchitecture=Native64Bit:VCToolsVersion=14.29.30133:TargetPlatformVersion=10.0.22621.0:VcpkgTriplet=x64-windows: |
| | | Debug|x64|Z:\wx.image_viewer\build\CMakeFiles\3.28.2\| |
| New file |
| | |
| | | |
| | | --- |
| | | events: |
| | | - |
| | | kind: "message-v1" |
| | | backtrace: |
| | | - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:233 (message)" |
| | | - "CMakeLists.txt:2 (project)" |
| | | message: | |
| | | The system is: Windows - 10.0.22631 - AMD64 |
| | | - |
| | | kind: "message-v1" |
| | | backtrace: |
| | | - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" |
| | | - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" |
| | | - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" |
| | | - "CMakeLists.txt:2 (project)" |
| | | message: | |
| | | Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. |
| | | Compiler: |
| | | Build flags: |
| | | Id flags: |
| | | |
| | | The output was: |
| | | 0 |
| | | Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework |
| | | Copyright (C) Microsoft Corporation. All rights reserved. |
| | | |
| | | Build started 2024. 02. 25. 8:45:37. |
| | | Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdC\\CompilerIdC.vcxproj" on node 1 (default targets). |
| | | PrepareForBuild: |
| | | Creating directory "Debug\\". |
| | | Creating directory "Debug\\CompilerIdC.tlog\\". |
| | | InitializeBuildStatus: |
| | | Creating "Debug\\CompilerIdC.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified. |
| | | VcpkgTripletSelection: |
| | | Using triplet "x64-windows" from "Z:\\vcpkg\\installed\\x64-windows\\" |
| | | Using normalized configuration "Release" |
| | | ClCompile: |
| | | C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\CL.exe /c /I"Z:\\vcpkg\\installed\\x64-windows\\include" /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\\\" /Fd"Debug\\vc142.pdb" /external:W0 /Gd /TC /FC /errorReport:queue CMakeCCompilerId.c |
| | | CMakeCCompilerId.c |
| | | Link: |
| | | C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:".\\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"Z:\\vcpkg\\installed\\x64-windows\\lib" /LIBPATH:"Z:\\vcpkg\\installed\\x64-windows\\lib\\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "Z:\\vcpkg\\installed\\x64-windows\\lib\\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\\CompilerIdC.lib" /MACHINE:X64 Debug\\CMakeCCompilerId.obj |
| | | CompilerIdC.vcxproj -> Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdC\\CompilerIdC.exe |
| | | AppLocalFromInstalled: |
| | | pwsh.exe -ExecutionPolicy Bypass -noprofile -File "Z:\\vcpkg\\scripts\\buildsystems\\msbuild\\applocal.ps1" "Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdC\\CompilerIdC.exe" "Z:\\vcpkg\\installed\\x64-windows\\bin" "Debug\\CompilerIdC.tlog\\CompilerIdC.write.1u.tlog" "Debug\\vcpkg.applocal.log" |
| | | PostBuildEvent: |
| | | for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i |
| | | :VCEnd |
| | | CMAKE_C_COMPILER=C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\Hostx64\\x64\\cl.exe |
| | | FinalizeBuildStatus: |
| | | Deleting file "Debug\\CompilerIdC.tlog\\unsuccessfulbuild". |
| | | Touching "Debug\\CompilerIdC.tlog\\CompilerIdC.lastbuildstate". |
| | | Done Building Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdC\\CompilerIdC.vcxproj" (default targets). |
| | | |
| | | Build succeeded. |
| | | 0 Warning(s) |
| | | 0 Error(s) |
| | | |
| | | Time Elapsed 00:00:03.67 |
| | | |
| | | |
| | | Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe" |
| | | |
| | | Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj" |
| | | |
| | | The C compiler identification is MSVC, found in: |
| | | Z:/wx.image_viewer/build/CMakeFiles/3.28.2/CompilerIdC/CompilerIdC.exe |
| | | |
| | | - |
| | | kind: "message-v1" |
| | | backtrace: |
| | | - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" |
| | | - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" |
| | | - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" |
| | | - "CMakeLists.txt:2 (project)" |
| | | message: | |
| | | Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. |
| | | Compiler: |
| | | Build flags: |
| | | Id flags: |
| | | |
| | | The output was: |
| | | 0 |
| | | Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework |
| | | Copyright (C) Microsoft Corporation. All rights reserved. |
| | | |
| | | Build started 2024. 02. 25. 8:45:42. |
| | | Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdCXX\\CompilerIdCXX.vcxproj" on node 1 (default targets). |
| | | PrepareForBuild: |
| | | Creating directory "Debug\\". |
| | | Creating directory "Debug\\CompilerIdCXX.tlog\\". |
| | | InitializeBuildStatus: |
| | | Creating "Debug\\CompilerIdCXX.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified. |
| | | VcpkgTripletSelection: |
| | | Using triplet "x64-windows" from "Z:\\vcpkg\\installed\\x64-windows\\" |
| | | Using normalized configuration "Release" |
| | | ClCompile: |
| | | C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\CL.exe /c /I"Z:\\vcpkg\\installed\\x64-windows\\include" /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\\\" /Fd"Debug\\vc142.pdb" /external:W0 /Gd /TP /FC /errorReport:queue CMakeCXXCompilerId.cpp |
| | | CMakeCXXCompilerId.cpp |
| | | Link: |
| | | C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:".\\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"Z:\\vcpkg\\installed\\x64-windows\\lib" /LIBPATH:"Z:\\vcpkg\\installed\\x64-windows\\lib\\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "Z:\\vcpkg\\installed\\x64-windows\\lib\\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\\CompilerIdCXX.lib" /MACHINE:X64 Debug\\CMakeCXXCompilerId.obj |
| | | CompilerIdCXX.vcxproj -> Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdCXX\\CompilerIdCXX.exe |
| | | AppLocalFromInstalled: |
| | | pwsh.exe -ExecutionPolicy Bypass -noprofile -File "Z:\\vcpkg\\scripts\\buildsystems\\msbuild\\applocal.ps1" "Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdCXX\\CompilerIdCXX.exe" "Z:\\vcpkg\\installed\\x64-windows\\bin" "Debug\\CompilerIdCXX.tlog\\CompilerIdCXX.write.1u.tlog" "Debug\\vcpkg.applocal.log" |
| | | PostBuildEvent: |
| | | for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i |
| | | :VCEnd |
| | | CMAKE_CXX_COMPILER=C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\Hostx64\\x64\\cl.exe |
| | | FinalizeBuildStatus: |
| | | Deleting file "Debug\\CompilerIdCXX.tlog\\unsuccessfulbuild". |
| | | Touching "Debug\\CompilerIdCXX.tlog\\CompilerIdCXX.lastbuildstate". |
| | | Done Building Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\3.28.2\\CompilerIdCXX\\CompilerIdCXX.vcxproj" (default targets). |
| | | |
| | | Build succeeded. |
| | | 0 Warning(s) |
| | | 0 Error(s) |
| | | |
| | | Time Elapsed 00:00:02.88 |
| | | |
| | | |
| | | Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe" |
| | | |
| | | Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj" |
| | | |
| | | The CXX compiler identification is MSVC, found in: |
| | | Z:/wx.image_viewer/build/CMakeFiles/3.28.2/CompilerIdCXX/CompilerIdCXX.exe |
| | | |
| | | - |
| | | kind: "try_compile-v1" |
| | | backtrace: |
| | | - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" |
| | | - "C:/CMake/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" |
| | | - "CMakeLists.txt:2 (project)" |
| | | checks: |
| | | - "Detecting C compiler ABI info" |
| | | directories: |
| | | source: "Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-o638bp" |
| | | binary: "Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-o638bp" |
| | | cmakeVariables: |
| | | CMAKE_C_FLAGS: "/DWIN32 /D_WINDOWS /W3" |
| | | VCPKG_APPLOCAL_DEPS: "ON" |
| | | VCPKG_TARGET_TRIPLET: "x64-windows" |
| | | Z_VCPKG_ROOT_DIR: "Z:/vcpkg" |
| | | buildResult: |
| | | variable: "CMAKE_C_ABI_COMPILED" |
| | | cached: true |
| | | stdout: | |
| | | Change Dir: 'Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-o638bp' |
| | | |
| | | Run Build Command(s): "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe" cmTC_81ffa.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:n |
| | | Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework |
| | | Copyright (C) Microsoft Corporation. All rights reserved. |
| | | |
| | | Build started 2024. 02. 25. 8:45:45. |
| | | Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-o638bp\\cmTC_81ffa.vcxproj" on node 1 (default targets). |
| | | PrepareForBuild: |
| | | Creating directory "cmTC_81ffa.dir\\Debug\\". |
| | | Creating directory "Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-o638bp\\Debug\\". |
| | | Creating directory "cmTC_81ffa.dir\\Debug\\cmTC_81ffa.tlog\\". |
| | | InitializeBuildStatus: |
| | | Creating "cmTC_81ffa.dir\\Debug\\cmTC_81ffa.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified. |
| | | ClCompile: |
| | | C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\CL.exe /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_81ffa.dir\\Debug\\\\" /Fd"cmTC_81ffa.dir\\Debug\\vc142.pdb" /external:W3 /Gd /TC /errorReport:queue "C:\\CMake\\share\\cmake-3.28\\Modules\\CMakeCCompilerABI.c" |
| | | Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64 |
| | | Copyright (C) Microsoft Corporation. All rights reserved. |
| | | CMakeCCompilerABI.c |
| | | cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_81ffa.dir\\Debug\\\\" /Fd"cmTC_81ffa.dir\\Debug\\vc142.pdb" /external:W3 /Gd /TC /errorReport:queue "C:\\CMake\\share\\cmake-3.28\\Modules\\CMakeCCompilerABI.c" |
| | | Link: |
| | | C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:"Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-o638bp\\Debug\\cmTC_81ffa.exe" /INCREMENTAL /ILK:"cmTC_81ffa.dir\\Debug\\cmTC_81ffa.ilk" /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-o638bp/Debug/cmTC_81ffa.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-o638bp/Debug/cmTC_81ffa.lib" /MACHINE:X64 /machine:x64 cmTC_81ffa.dir\\Debug\\CMakeCCompilerABI.obj |
| | | cmTC_81ffa.vcxproj -> Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-o638bp\\Debug\\cmTC_81ffa.exe |
| | | PostBuildEvent: |
| | | setlocal |
| | | "C:\\Program Files\\PowerShell\\7\\pwsh.exe" -noprofile -executionpolicy Bypass -file Z:/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-o638bp/Debug/cmTC_81ffa.exe -installedDir Z:/vcpkg/installed/x64-windows/debug/bin -OutVariable out |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd |
| | | :VCEnd |
| | | FinalizeBuildStatus: |
| | | Deleting file "cmTC_81ffa.dir\\Debug\\cmTC_81ffa.tlog\\unsuccessfulbuild". |
| | | Touching "cmTC_81ffa.dir\\Debug\\cmTC_81ffa.tlog\\cmTC_81ffa.lastbuildstate". |
| | | Done Building Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-o638bp\\cmTC_81ffa.vcxproj" (default targets). |
| | | |
| | | Build succeeded. |
| | | 0 Warning(s) |
| | | 0 Error(s) |
| | | |
| | | Time Elapsed 00:00:02.63 |
| | | |
| | | exitCode: 0 |
| | | - |
| | | kind: "try_compile-v1" |
| | | backtrace: |
| | | - "C:/CMake/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" |
| | | - "C:/CMake/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" |
| | | - "CMakeLists.txt:2 (project)" |
| | | checks: |
| | | - "Detecting CXX compiler ABI info" |
| | | directories: |
| | | source: "Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-1yl3x8" |
| | | binary: "Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-1yl3x8" |
| | | cmakeVariables: |
| | | CMAKE_CXX_FLAGS: "/DWIN32 /D_WINDOWS /W3 /GR /EHsc" |
| | | VCPKG_APPLOCAL_DEPS: "ON" |
| | | VCPKG_TARGET_TRIPLET: "x64-windows" |
| | | Z_VCPKG_ROOT_DIR: "Z:/vcpkg" |
| | | buildResult: |
| | | variable: "CMAKE_CXX_ABI_COMPILED" |
| | | cached: true |
| | | stdout: | |
| | | Change Dir: 'Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-1yl3x8' |
| | | |
| | | Run Build Command(s): "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe" cmTC_477c1.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:n |
| | | Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework |
| | | Copyright (C) Microsoft Corporation. All rights reserved. |
| | | |
| | | Build started 2024. 02. 25. 8:45:49. |
| | | Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-1yl3x8\\cmTC_477c1.vcxproj" on node 1 (default targets). |
| | | PrepareForBuild: |
| | | Creating directory "cmTC_477c1.dir\\Debug\\". |
| | | Creating directory "Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-1yl3x8\\Debug\\". |
| | | Creating directory "cmTC_477c1.dir\\Debug\\cmTC_477c1.tlog\\". |
| | | InitializeBuildStatus: |
| | | Creating "cmTC_477c1.dir\\Debug\\cmTC_477c1.tlog\\unsuccessfulbuild" because "AlwaysCreate" was specified. |
| | | ClCompile: |
| | | C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\CL.exe /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_477c1.dir\\Debug\\\\" /Fd"cmTC_477c1.dir\\Debug\\vc142.pdb" /external:W3 /Gd /TP /errorReport:queue "C:\\CMake\\share\\cmake-3.28\\Modules\\CMakeCXXCompilerABI.cpp" |
| | | Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30153 for x64 |
| | | Copyright (C) Microsoft Corporation. All rights reserved. |
| | | CMakeCXXCompilerABI.cpp |
| | | cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\\"Debug\\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_477c1.dir\\Debug\\\\" /Fd"cmTC_477c1.dir\\Debug\\vc142.pdb" /external:W3 /Gd /TP /errorReport:queue "C:\\CMake\\share\\cmake-3.28\\Modules\\CMakeCXXCompilerABI.cpp" |
| | | Link: |
| | | C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\link.exe /ERRORREPORT:QUEUE /OUT:"Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-1yl3x8\\Debug\\cmTC_477c1.exe" /INCREMENTAL /ILK:"cmTC_477c1.dir\\Debug\\cmTC_477c1.ilk" /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-1yl3x8/Debug/cmTC_477c1.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-1yl3x8/Debug/cmTC_477c1.lib" /MACHINE:X64 /machine:x64 cmTC_477c1.dir\\Debug\\CMakeCXXCompilerABI.obj |
| | | cmTC_477c1.vcxproj -> Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-1yl3x8\\Debug\\cmTC_477c1.exe |
| | | PostBuildEvent: |
| | | setlocal |
| | | "C:\\Program Files\\PowerShell\\7\\pwsh.exe" -noprofile -executionpolicy Bypass -file Z:/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary Z:/wx.image_viewer/build/CMakeFiles/CMakeScratch/TryCompile-1yl3x8/Debug/cmTC_477c1.exe -installedDir Z:/vcpkg/installed/x64-windows/debug/bin -OutVariable out |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd |
| | | :VCEnd |
| | | FinalizeBuildStatus: |
| | | Deleting file "cmTC_477c1.dir\\Debug\\cmTC_477c1.tlog\\unsuccessfulbuild". |
| | | Touching "cmTC_477c1.dir\\Debug\\cmTC_477c1.tlog\\cmTC_477c1.lastbuildstate". |
| | | Done Building Project "Z:\\wx.image_viewer\\build\\CMakeFiles\\CMakeScratch\\TryCompile-1yl3x8\\cmTC_477c1.vcxproj" (default targets). |
| | | |
| | | Build succeeded. |
| | | 0 Warning(s) |
| | | 0 Error(s) |
| | | |
| | | Time Elapsed 00:00:02.65 |
| | | |
| | | exitCode: 0 |
| | | ... |
| New file |
| | |
| | | Z:/wx.image_viewer/build/CMakeFiles/ImageViewer.dir |
| | | Z:/wx.image_viewer/build/CMakeFiles/PACKAGE.dir |
| | | Z:/wx.image_viewer/build/CMakeFiles/ALL_BUILD.dir |
| | | Z:/wx.image_viewer/build/CMakeFiles/ZERO_CHECK.dir |
| New file |
| | |
| | | # This file is generated by cmake for dependency checking of the CMakeCache.txt file |
| New file |
| | |
| | | # CMake generation timestamp file for this directory. |
| New file |
| | |
| | | # CMake generation dependency list for this directory. |
| | | C:/CMake/share/cmake-3.28/Modules/CMakeCInformation.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/CMakeCXXInformation.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/CMakeDependentOption.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/CMakeFindDependencyMacro.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/CMakeGenericSystem.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/CMakeRCInformation.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/CPack.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/CPackComponent.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/Compiler/MSVC-C.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/Compiler/MSVC-CXX.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/Compiler/MSVC.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/Platform/Windows-Initialize.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/Platform/Windows-MSVC-C.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/Platform/Windows-MSVC-CXX.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/Platform/Windows-MSVC.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/Platform/Windows.cmake |
| | | C:/CMake/share/cmake-3.28/Modules/Platform/WindowsPaths.cmake |
| | | C:/CMake/share/cmake-3.28/Templates/CPackConfig.cmake.in |
| | | Z:/vcpkg/installed/x64-windows/share/NanoSVG/NanoSVGConfig.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/NanoSVG/NanoSVGConfigVersion.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/NanoSVG/NanoSVGTargets-debug.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/NanoSVG/NanoSVGTargets-release.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/NanoSVG/NanoSVGTargets.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/exiv2/exiv2Config.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/exiv2/exiv2ConfigVersion.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/exiv2/exiv2Export-debug.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/exiv2/exiv2Export-release.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/exiv2/exiv2Export.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/exiv2/vcpkg-cmake-wrapper.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/wxwidgets/vcpkg-cmake-wrapper.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsConfig.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsConfigVersion.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsTargets-debug.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsTargets-release.cmake |
| | | Z:/vcpkg/installed/x64-windows/share/wxwidgets/wxWidgetsTargets.cmake |
| | | Z:/vcpkg/scripts/buildsystems/vcpkg.cmake |
| | | Z:/wx.image_viewer/CMakeLists.txt |
| | | Z:/wx.image_viewer/build/CMakeFiles/3.28.2/CMakeCCompiler.cmake |
| | | Z:/wx.image_viewer/build/CMakeFiles/3.28.2/CMakeCXXCompiler.cmake |
| | | Z:/wx.image_viewer/build/CMakeFiles/3.28.2/CMakeRCCompiler.cmake |
| | | Z:/wx.image_viewer/build/CMakeFiles/3.28.2/CMakeSystem.cmake |
| New file |
| | |
| | | Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| New file |
| | |
| | | # This file will be configured to contain variables for CPack. These variables |
| | | # should be set in the CMake list file of the project before CPack module is |
| | | # included. The list of available CPACK_xxx variables and their associated |
| | | # documentation may be obtained using |
| | | # cpack --help-variable-list |
| | | # |
| | | # Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) |
| | | # and some are specific to a generator |
| | | # (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables |
| | | # usually begin with CPACK_<GENNAME>_xxxx. |
| | | |
| | | |
| | | set(CPACK_BINARY_7Z "OFF") |
| | | set(CPACK_BINARY_IFW "OFF") |
| | | set(CPACK_BINARY_INNOSETUP "OFF") |
| | | set(CPACK_BINARY_NSIS "ON") |
| | | set(CPACK_BINARY_NUGET "OFF") |
| | | set(CPACK_BINARY_WIX "OFF") |
| | | set(CPACK_BINARY_ZIP "OFF") |
| | | set(CPACK_BUILD_SOURCE_DIRS "Z:/wx.image_viewer;Z:/wx.image_viewer/build") |
| | | set(CPACK_CMAKE_GENERATOR "Visual Studio 16 2019") |
| | | set(CPACK_COMPONENTS_ALL "") |
| | | set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") |
| | | set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") |
| | | set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "C:/CMake/share/cmake-3.28/Templates/CPack.GenericDescription.txt") |
| | | set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "ImageViewer built using CMake") |
| | | set(CPACK_GENERATOR "NSIS") |
| | | set(CPACK_INNOSETUP_ARCHITECTURE "x64") |
| | | set(CPACK_INSTALL_CMAKE_PROJECTS "Z:/wx.image_viewer/build;ImageViewer;ALL;/") |
| | | set(CPACK_INSTALL_PREFIX "C:/Program Files/ImageViewer") |
| | | set(CPACK_MODULE_PATH "") |
| | | set(CPACK_NSIS_DISPLAY_NAME "ImageViewer 0.1.0") |
| | | set(CPACK_NSIS_INSTALLER_ICON_CODE "") |
| | | set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") |
| | | set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64") |
| | | set(CPACK_NSIS_PACKAGE_NAME "ImageViewer 0.1.0") |
| | | set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") |
| | | set(CPACK_OUTPUT_CONFIG_FILE "Z:/wx.image_viewer/build/CPackConfig.cmake") |
| | | set(CPACK_PACKAGE_DEFAULT_LOCATION "/") |
| | | set(CPACK_PACKAGE_DESCRIPTION_FILE "C:/CMake/share/cmake-3.28/Templates/CPack.GenericDescription.txt") |
| | | set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "ImageViewer built using CMake") |
| | | set(CPACK_PACKAGE_FILE_NAME "ImageViewer-0.1.0-win64") |
| | | set(CPACK_PACKAGE_INSTALL_DIRECTORY "ImageViewer 0.1.0") |
| | | set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "ImageViewer 0.1.0") |
| | | set(CPACK_PACKAGE_NAME "ImageViewer") |
| | | set(CPACK_PACKAGE_RELOCATABLE "true") |
| | | set(CPACK_PACKAGE_VENDOR "Humanity") |
| | | set(CPACK_PACKAGE_VERSION "0.1.0") |
| | | set(CPACK_PACKAGE_VERSION_MAJOR "0") |
| | | set(CPACK_PACKAGE_VERSION_MINOR "1") |
| | | set(CPACK_PACKAGE_VERSION_PATCH "0") |
| | | set(CPACK_PROJECT_NAME "ImageViewer") |
| | | set(CPACK_PROJECT_VERSION "0.1.0") |
| | | set(CPACK_RESOURCE_FILE_LICENSE "C:/CMake/share/cmake-3.28/Templates/CPack.GenericLicense.txt") |
| | | set(CPACK_RESOURCE_FILE_README "C:/CMake/share/cmake-3.28/Templates/CPack.GenericDescription.txt") |
| | | set(CPACK_RESOURCE_FILE_WELCOME "C:/CMake/share/cmake-3.28/Templates/CPack.GenericWelcome.txt") |
| | | set(CPACK_SET_DESTDIR "OFF") |
| | | set(CPACK_SOURCE_7Z "ON") |
| | | set(CPACK_SOURCE_GENERATOR "7Z;ZIP") |
| | | set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "Z:/wx.image_viewer/build/CPackSourceConfig.cmake") |
| | | set(CPACK_SOURCE_ZIP "ON") |
| | | set(CPACK_SYSTEM_NAME "win64") |
| | | set(CPACK_THREADS "1") |
| | | set(CPACK_TOPLEVEL_TAG "win64") |
| | | set(CPACK_WIX_SIZEOF_VOID_P "8") |
| | | |
| | | if(NOT CPACK_PROPERTIES_FILE) |
| | | set(CPACK_PROPERTIES_FILE "Z:/wx.image_viewer/build/CPackProperties.cmake") |
| | | endif() |
| | | |
| | | if(EXISTS ${CPACK_PROPERTIES_FILE}) |
| | | include(${CPACK_PROPERTIES_FILE}) |
| | | endif() |
| New file |
| | |
| | | # This file will be configured to contain variables for CPack. These variables |
| | | # should be set in the CMake list file of the project before CPack module is |
| | | # included. The list of available CPACK_xxx variables and their associated |
| | | # documentation may be obtained using |
| | | # cpack --help-variable-list |
| | | # |
| | | # Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) |
| | | # and some are specific to a generator |
| | | # (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables |
| | | # usually begin with CPACK_<GENNAME>_xxxx. |
| | | |
| | | |
| | | set(CPACK_BINARY_7Z "OFF") |
| | | set(CPACK_BINARY_IFW "OFF") |
| | | set(CPACK_BINARY_INNOSETUP "OFF") |
| | | set(CPACK_BINARY_NSIS "ON") |
| | | set(CPACK_BINARY_NUGET "OFF") |
| | | set(CPACK_BINARY_WIX "OFF") |
| | | set(CPACK_BINARY_ZIP "OFF") |
| | | set(CPACK_BUILD_SOURCE_DIRS "Z:/wx.image_viewer;Z:/wx.image_viewer/build") |
| | | set(CPACK_CMAKE_GENERATOR "Visual Studio 16 2019") |
| | | set(CPACK_COMPONENTS_ALL "") |
| | | set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") |
| | | set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") |
| | | set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "C:/CMake/share/cmake-3.28/Templates/CPack.GenericDescription.txt") |
| | | set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "ImageViewer built using CMake") |
| | | set(CPACK_GENERATOR "7Z;ZIP") |
| | | set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") |
| | | set(CPACK_INNOSETUP_ARCHITECTURE "x64") |
| | | set(CPACK_INSTALLED_DIRECTORIES "Z:/wx.image_viewer;/") |
| | | set(CPACK_INSTALL_CMAKE_PROJECTS "") |
| | | set(CPACK_INSTALL_PREFIX "C:/Program Files/ImageViewer") |
| | | set(CPACK_MODULE_PATH "") |
| | | set(CPACK_NSIS_DISPLAY_NAME "ImageViewer 0.1.0") |
| | | set(CPACK_NSIS_INSTALLER_ICON_CODE "") |
| | | set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") |
| | | set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64") |
| | | set(CPACK_NSIS_PACKAGE_NAME "ImageViewer 0.1.0") |
| | | set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") |
| | | set(CPACK_OUTPUT_CONFIG_FILE "Z:/wx.image_viewer/build/CPackConfig.cmake") |
| | | set(CPACK_PACKAGE_DEFAULT_LOCATION "/") |
| | | set(CPACK_PACKAGE_DESCRIPTION_FILE "C:/CMake/share/cmake-3.28/Templates/CPack.GenericDescription.txt") |
| | | set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "ImageViewer built using CMake") |
| | | set(CPACK_PACKAGE_FILE_NAME "ImageViewer-0.1.0-Source") |
| | | set(CPACK_PACKAGE_INSTALL_DIRECTORY "ImageViewer 0.1.0") |
| | | set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "ImageViewer 0.1.0") |
| | | set(CPACK_PACKAGE_NAME "ImageViewer") |
| | | set(CPACK_PACKAGE_RELOCATABLE "true") |
| | | set(CPACK_PACKAGE_VENDOR "Humanity") |
| | | set(CPACK_PACKAGE_VERSION "0.1.0") |
| | | set(CPACK_PACKAGE_VERSION_MAJOR "0") |
| | | set(CPACK_PACKAGE_VERSION_MINOR "1") |
| | | set(CPACK_PACKAGE_VERSION_PATCH "0") |
| | | set(CPACK_PROJECT_NAME "ImageViewer") |
| | | set(CPACK_PROJECT_VERSION "0.1.0") |
| | | set(CPACK_RESOURCE_FILE_LICENSE "C:/CMake/share/cmake-3.28/Templates/CPack.GenericLicense.txt") |
| | | set(CPACK_RESOURCE_FILE_README "C:/CMake/share/cmake-3.28/Templates/CPack.GenericDescription.txt") |
| | | set(CPACK_RESOURCE_FILE_WELCOME "C:/CMake/share/cmake-3.28/Templates/CPack.GenericWelcome.txt") |
| | | set(CPACK_RPM_PACKAGE_SOURCES "ON") |
| | | set(CPACK_SET_DESTDIR "OFF") |
| | | set(CPACK_SOURCE_7Z "ON") |
| | | set(CPACK_SOURCE_GENERATOR "7Z;ZIP") |
| | | set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") |
| | | set(CPACK_SOURCE_INSTALLED_DIRECTORIES "Z:/wx.image_viewer;/") |
| | | set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "Z:/wx.image_viewer/build/CPackSourceConfig.cmake") |
| | | set(CPACK_SOURCE_PACKAGE_FILE_NAME "ImageViewer-0.1.0-Source") |
| | | set(CPACK_SOURCE_TOPLEVEL_TAG "win64-Source") |
| | | set(CPACK_SOURCE_ZIP "ON") |
| | | set(CPACK_STRIP_FILES "") |
| | | set(CPACK_SYSTEM_NAME "win64") |
| | | set(CPACK_THREADS "1") |
| | | set(CPACK_TOPLEVEL_TAG "win64-Source") |
| | | set(CPACK_WIX_SIZEOF_VOID_P "8") |
| | | |
| | | if(NOT CPACK_PROPERTIES_FILE) |
| | | set(CPACK_PROPERTIES_FILE "Z:/wx.image_viewer/build/CPackProperties.cmake") |
| | | endif() |
| | | |
| | | if(EXISTS ${CPACK_PROPERTIES_FILE}) |
| | | include(${CPACK_PROPERTIES_FILE}) |
| | | endif() |
| New file |
| | |
| | | # CMake generated Testfile for |
| | | # Source directory: Z:/wx.image_viewer |
| | | # Build directory: Z:/wx.image_viewer/build |
| | | # |
| | | # This file includes the relevant testing commands required for |
| | | # testing this directory and lists subdirectories to be tested as well. |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
| | | </PropertyGroup> |
| | | <ItemGroup Label="ProjectConfigurations"> |
| | | <ProjectConfiguration Include="Debug|x64"> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="Release|x64"> |
| | | <Configuration>Release</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="MinSizeRel|x64"> |
| | | <Configuration>MinSizeRel</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="RelWithDebInfo|x64"> |
| | | <Configuration>RelWithDebInfo</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | </ItemGroup> |
| | | <PropertyGroup Label="Globals"> |
| | | <ProjectGuid>{E1E8910F-EA55-304B-835E-3D883466B7FE}</ProjectGuid> |
| | | <Keyword>Win32Proj</Keyword> |
| | | <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
| | | <Platform>x64</Platform> |
| | | <ProjectName>Continuous</ProjectName> |
| | | <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| | | <ImportGroup Label="ExtensionSettings"> |
| | | </ImportGroup> |
| | | <ImportGroup Label="PropertySheets"> |
| | | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| | | </ImportGroup> |
| | | <PropertyGroup Label="UserMacros" /> |
| | | <PropertyGroup> |
| | | <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\Continuous.rule"> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C Debug -D Continuous |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\Continuous</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C Release -D Continuous |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\Continuous</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C MinSizeRel -D Continuous |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\Continuous</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C RelWithDebInfo -D Continuous |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\Continuous</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\CMakeLists.txt"> |
| | | <UseUtf8Encoding>Always</UseUtf8Encoding> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Z:\wx.image_viewer\build\CMakeFiles\Continuous"> |
| | | </None> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ProjectReference Include="Z:\wx.image_viewer\build\ZERO_CHECK.vcxproj"> |
| | | <Project>{768531C0-9F50-38A3-85F8-6800724A16B9}</Project> |
| | | <Name>ZERO_CHECK</Name> |
| | | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| | | <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| | | <ImportGroup Label="ExtensionTargets"> |
| | | </ImportGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\Continuous.rule"> |
| | | <Filter>CMake Rules</Filter> |
| | | </CustomBuild> |
| | | <CustomBuild Include="Z:\wx.image_viewer\CMakeLists.txt" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Z:\wx.image_viewer\build\CMakeFiles\Continuous" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Filter Include="CMake Rules"> |
| | | <UniqueIdentifier>{BDF78F54-5377-3C0A-B608-A1E173F9515E}</UniqueIdentifier> |
| | | </Filter> |
| | | </ItemGroup> |
| | | </Project> |
| New file |
| | |
| | | # This file is configured by CMake automatically as DartConfiguration.tcl |
| | | # If you choose not to use CMake, this file may be hand configured, by |
| | | # filling in the required variables. |
| | | |
| | | |
| | | # Configuration directories and files |
| | | SourceDirectory: Z:/wx.image_viewer |
| | | BuildDirectory: Z:/wx.image_viewer/build |
| | | |
| | | # Where to place the cost data store |
| | | CostDataFile: |
| | | |
| | | # Site is something like machine.domain, i.e. pragmatic.crd |
| | | Site: DESKTOP-QAP090B |
| | | |
| | | # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++ |
| | | BuildName: Win32-MSBuild |
| | | |
| | | # Subprojects |
| | | LabelsForSubprojects: |
| | | |
| | | # Submission information |
| | | SubmitURL: http:// |
| | | SubmitInactivityTimeout: |
| | | |
| | | # Dashboard start time |
| | | NightlyStartTime: 00:00:00 EDT |
| | | |
| | | # Commands for the build/test/submit cycle |
| | | ConfigureCommand: "C:/CMake/bin/cmake.exe" "Z:/wx.image_viewer" |
| | | MakeCommand: C:\CMake\bin\cmake.exe --build . --config "${CTEST_CONFIGURATION_TYPE}" |
| | | DefaultCTestConfigurationType: Release |
| | | |
| | | # version control |
| | | UpdateVersionOnly: |
| | | |
| | | # CVS options |
| | | # Default is "-d -P -A" |
| | | CVSCommand: |
| | | CVSUpdateOptions: |
| | | |
| | | # Subversion options |
| | | SVNCommand: |
| | | SVNOptions: |
| | | SVNUpdateOptions: |
| | | |
| | | # Git options |
| | | GITCommand: C:/Git/cmd/git.exe |
| | | GITInitSubmodules: |
| | | GITUpdateOptions: |
| | | GITUpdateCustom: |
| | | |
| | | # Perforce options |
| | | P4Command: |
| | | P4Client: |
| | | P4Options: |
| | | P4UpdateOptions: |
| | | P4UpdateCustom: |
| | | |
| | | # Generic update command |
| | | UpdateCommand: C:/Git/cmd/git.exe |
| | | UpdateOptions: |
| | | UpdateType: git |
| | | |
| | | # Compiler info |
| | | Compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe |
| | | CompilerVersion: 19.29.30153.0 |
| | | |
| | | # Dynamic analysis (MemCheck) |
| | | PurifyCommand: |
| | | ValgrindCommand: |
| | | ValgrindCommandOptions: |
| | | DrMemoryCommand: |
| | | DrMemoryCommandOptions: |
| | | CudaSanitizerCommand: |
| | | CudaSanitizerCommandOptions: |
| | | MemoryCheckType: |
| | | MemoryCheckSanitizerOptions: |
| | | MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND |
| | | MemoryCheckCommandOptions: |
| | | MemoryCheckSuppressionFile: |
| | | |
| | | # Coverage |
| | | CoverageCommand: COVERAGE_COMMAND-NOTFOUND |
| | | CoverageExtraFlags: -l |
| | | |
| | | # Testing options |
| | | # TimeOut is the amount of time in seconds to wait for processes |
| | | # to complete during testing. After TimeOut seconds, the |
| | | # process will be summarily terminated. |
| | | # Currently set to 25 minutes |
| | | TimeOut: 1500 |
| | | |
| | | # During parallel testing CTest will not start a new test if doing |
| | | # so would cause the system load to exceed this value. |
| | | TestLoad: |
| | | |
| | | UseLaunchers: 0 |
| | | CurlOptions: |
| | | # warning, if you add new options here that have to do with submit, |
| | | # you have to update cmCTestSubmitCommand.cxx |
| | | |
| | | # For CTest submissions that timeout, these options |
| | | # specify behavior for retrying the submission |
| | | CTestSubmitRetryDelay: 5 |
| | | CTestSubmitRetryCount: 3 |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
| | | </PropertyGroup> |
| | | <ItemGroup Label="ProjectConfigurations"> |
| | | <ProjectConfiguration Include="Debug|x64"> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="Release|x64"> |
| | | <Configuration>Release</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="MinSizeRel|x64"> |
| | | <Configuration>MinSizeRel</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="RelWithDebInfo|x64"> |
| | | <Configuration>RelWithDebInfo</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | </ItemGroup> |
| | | <PropertyGroup Label="Globals"> |
| | | <ProjectGuid>{528AE5DA-D2D3-300E-B8C0-AD3E9BD293CE}</ProjectGuid> |
| | | <Keyword>Win32Proj</Keyword> |
| | | <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
| | | <Platform>x64</Platform> |
| | | <ProjectName>Experimental</ProjectName> |
| | | <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| | | <ImportGroup Label="ExtensionSettings"> |
| | | </ImportGroup> |
| | | <ImportGroup Label="PropertySheets"> |
| | | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| | | </ImportGroup> |
| | | <PropertyGroup Label="UserMacros" /> |
| | | <PropertyGroup> |
| | | <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\Experimental.rule"> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C Debug -D Experimental |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\Experimental</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C Release -D Experimental |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\Experimental</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C MinSizeRel -D Experimental |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\Experimental</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C RelWithDebInfo -D Experimental |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\Experimental</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\CMakeLists.txt"> |
| | | <UseUtf8Encoding>Always</UseUtf8Encoding> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Z:\wx.image_viewer\build\CMakeFiles\Experimental"> |
| | | </None> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ProjectReference Include="Z:\wx.image_viewer\build\ZERO_CHECK.vcxproj"> |
| | | <Project>{768531C0-9F50-38A3-85F8-6800724A16B9}</Project> |
| | | <Name>ZERO_CHECK</Name> |
| | | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| | | <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| | | <ImportGroup Label="ExtensionTargets"> |
| | | </ImportGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\Experimental.rule"> |
| | | <Filter>CMake Rules</Filter> |
| | | </CustomBuild> |
| | | <CustomBuild Include="Z:\wx.image_viewer\CMakeLists.txt" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Z:\wx.image_viewer\build\CMakeFiles\Experimental" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Filter Include="CMake Rules"> |
| | | <UniqueIdentifier>{BDF78F54-5377-3C0A-B608-A1E173F9515E}</UniqueIdentifier> |
| | | </Filter> |
| | | </ItemGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project> |
| | | <ProjectOutputs> |
| | | <ProjectOutput> |
| | | <FullPath>Z:\wx.image_viewer\build\x64\Debug\ZERO_CHECK</FullPath> |
| | | </ProjectOutput> |
| | | <ProjectOutput> |
| | | <FullPath>Z:\wx.image_viewer\build\Debug\ImageViewer.exe</FullPath> |
| | | </ProjectOutput> |
| | | </ProjectOutputs> |
| | | <ContentFiles /> |
| | | <SatelliteDlls /> |
| | | <NonRecipeFileRefs /> |
| | | </Project> |
| New file |
| | |
| | | ^Z:\WX.IMAGE_VIEWER\CMAKELISTS.TXT |
| | | setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd |
| New file |
| | |
| | | ^Z:\WX.IMAGE_VIEWER\CMAKELISTS.TXT |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKECINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKECXXINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKECOMMONLANGUAGEINCLUDE.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKEDEPENDENTOPTION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKEFINDDEPENDENCYMACRO.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKEGENERICSYSTEM.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKEINITIALIZECONFIGS.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKELANGUAGEINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKERCINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKESYSTEMSPECIFICINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKESYSTEMSPECIFICINITIALIZE.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CPACK.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CPACKCOMPONENT.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\COMPILER\CMAKECOMMONCOMPILERMACROS.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\COMPILER\MSVC-C.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\COMPILER\MSVC-CXX.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\COMPILER\MSVC.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS-INITIALIZE.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS-MSVC-C.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS-MSVC-CXX.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS-MSVC.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWSPATHS.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\TEMPLATES\CPACKCONFIG.CMAKE.IN |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGCONFIG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGCONFIGVERSION.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGTARGETS-DEBUG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGTARGETS-RELEASE.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGTARGETS.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2CONFIG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2CONFIGVERSION.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2EXPORT-DEBUG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2EXPORT-RELEASE.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2EXPORT.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\VCPKG-CMAKE-WRAPPER.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\VCPKG-CMAKE-WRAPPER.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSCONFIG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSCONFIGVERSION.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSTARGETS-DEBUG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSTARGETS-RELEASE.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSTARGETS.CMAKE |
| | | Z:\VCPKG\SCRIPTS\BUILDSYSTEMS\VCPKG.CMAKE |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\3.28.2\CMAKECCOMPILER.CMAKE |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\3.28.2\CMAKECXXCOMPILER.CMAKE |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\3.28.2\CMAKERCCOMPILER.CMAKE |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\3.28.2\CMAKESYSTEM.CMAKE |
| New file |
| | |
| | | ^Z:\WX.IMAGE_VIEWER\CMAKELISTS.TXT |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\GENERATE.STAMP |
| New file |
| | |
| | | PlatformToolSet=v142:VCToolArchitecture=Native64Bit:VCToolsVersion=14.29.30133:TargetPlatformVersion=10.0.22621.0:VcpkgTriplet=x64-windows: |
| | | Debug|x64|Z:\wx.image_viewer\build\| |
| New file |
| | |
| | |  |
| | | Microsoft Visual Studio Solution File, Format Version 12.00 |
| | | # Visual Studio Version 16 |
| | | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{56C05B76-8C67-39C6-B75D-602194A2A9DB}" |
| | | ProjectSection(ProjectDependencies) = postProject |
| | | {406B95E7-0C50-3D93-BBE4-410B73F4AFF4} = {406B95E7-0C50-3D93-BBE4-410B73F4AFF4} |
| | | {768531C0-9F50-38A3-85F8-6800724A16B9} = {768531C0-9F50-38A3-85F8-6800724A16B9} |
| | | EndProjectSection |
| | | EndProject |
| | | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageViewer", "ImageViewer.vcxproj", "{406B95E7-0C50-3D93-BBE4-410B73F4AFF4}" |
| | | ProjectSection(ProjectDependencies) = postProject |
| | | {768531C0-9F50-38A3-85F8-6800724A16B9} = {768531C0-9F50-38A3-85F8-6800724A16B9} |
| | | EndProjectSection |
| | | EndProject |
| | | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PACKAGE", "PACKAGE.vcxproj", "{7B7E1F01-23C3-3CAF-AF62-3A3A3A8DFBBA}" |
| | | ProjectSection(ProjectDependencies) = postProject |
| | | {56C05B76-8C67-39C6-B75D-602194A2A9DB} = {56C05B76-8C67-39C6-B75D-602194A2A9DB} |
| | | {768531C0-9F50-38A3-85F8-6800724A16B9} = {768531C0-9F50-38A3-85F8-6800724A16B9} |
| | | EndProjectSection |
| | | EndProject |
| | | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "ZERO_CHECK.vcxproj", "{768531C0-9F50-38A3-85F8-6800724A16B9}" |
| | | ProjectSection(ProjectDependencies) = postProject |
| | | EndProjectSection |
| | | EndProject |
| | | Global |
| | | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| | | Debug|x64 = Debug|x64 |
| | | Release|x64 = Release|x64 |
| | | MinSizeRel|x64 = MinSizeRel|x64 |
| | | RelWithDebInfo|x64 = RelWithDebInfo|x64 |
| | | EndGlobalSection |
| | | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| | | {56C05B76-8C67-39C6-B75D-602194A2A9DB}.Debug|x64.ActiveCfg = Debug|x64 |
| | | {56C05B76-8C67-39C6-B75D-602194A2A9DB}.Debug|x64.Build.0 = Debug|x64 |
| | | {56C05B76-8C67-39C6-B75D-602194A2A9DB}.Release|x64.ActiveCfg = Release|x64 |
| | | {56C05B76-8C67-39C6-B75D-602194A2A9DB}.Release|x64.Build.0 = Release|x64 |
| | | {56C05B76-8C67-39C6-B75D-602194A2A9DB}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64 |
| | | {56C05B76-8C67-39C6-B75D-602194A2A9DB}.MinSizeRel|x64.Build.0 = MinSizeRel|x64 |
| | | {56C05B76-8C67-39C6-B75D-602194A2A9DB}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 |
| | | {56C05B76-8C67-39C6-B75D-602194A2A9DB}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 |
| | | {406B95E7-0C50-3D93-BBE4-410B73F4AFF4}.Debug|x64.ActiveCfg = Debug|x64 |
| | | {406B95E7-0C50-3D93-BBE4-410B73F4AFF4}.Debug|x64.Build.0 = Debug|x64 |
| | | {406B95E7-0C50-3D93-BBE4-410B73F4AFF4}.Release|x64.ActiveCfg = Release|x64 |
| | | {406B95E7-0C50-3D93-BBE4-410B73F4AFF4}.Release|x64.Build.0 = Release|x64 |
| | | {406B95E7-0C50-3D93-BBE4-410B73F4AFF4}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64 |
| | | {406B95E7-0C50-3D93-BBE4-410B73F4AFF4}.MinSizeRel|x64.Build.0 = MinSizeRel|x64 |
| | | {406B95E7-0C50-3D93-BBE4-410B73F4AFF4}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 |
| | | {406B95E7-0C50-3D93-BBE4-410B73F4AFF4}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 |
| | | {7B7E1F01-23C3-3CAF-AF62-3A3A3A8DFBBA}.Debug|x64.ActiveCfg = Debug|x64 |
| | | {7B7E1F01-23C3-3CAF-AF62-3A3A3A8DFBBA}.Release|x64.ActiveCfg = Release|x64 |
| | | {7B7E1F01-23C3-3CAF-AF62-3A3A3A8DFBBA}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64 |
| | | {7B7E1F01-23C3-3CAF-AF62-3A3A3A8DFBBA}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 |
| | | {768531C0-9F50-38A3-85F8-6800724A16B9}.Debug|x64.ActiveCfg = Debug|x64 |
| | | {768531C0-9F50-38A3-85F8-6800724A16B9}.Debug|x64.Build.0 = Debug|x64 |
| | | {768531C0-9F50-38A3-85F8-6800724A16B9}.Release|x64.ActiveCfg = Release|x64 |
| | | {768531C0-9F50-38A3-85F8-6800724A16B9}.Release|x64.Build.0 = Release|x64 |
| | | {768531C0-9F50-38A3-85F8-6800724A16B9}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64 |
| | | {768531C0-9F50-38A3-85F8-6800724A16B9}.MinSizeRel|x64.Build.0 = MinSizeRel|x64 |
| | | {768531C0-9F50-38A3-85F8-6800724A16B9}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 |
| | | {768531C0-9F50-38A3-85F8-6800724A16B9}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 |
| | | EndGlobalSection |
| | | GlobalSection(ExtensibilityGlobals) = postSolution |
| | | SolutionGuid = {70462504-306B-38A6-AB56-2ADE23EA7070} |
| | | EndGlobalSection |
| | | GlobalSection(ExtensibilityAddIns) = postSolution |
| | | EndGlobalSection |
| | | EndGlobal |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
| | | </PropertyGroup> |
| | | <ItemGroup Label="ProjectConfigurations"> |
| | | <ProjectConfiguration Include="Debug|x64"> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="Release|x64"> |
| | | <Configuration>Release</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="MinSizeRel|x64"> |
| | | <Configuration>MinSizeRel</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="RelWithDebInfo|x64"> |
| | | <Configuration>RelWithDebInfo</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | </ItemGroup> |
| | | <PropertyGroup Label="Globals"> |
| | | <ProjectGuid>{406B95E7-0C50-3D93-BBE4-410B73F4AFF4}</ProjectGuid> |
| | | <Keyword>Win32Proj</Keyword> |
| | | <VcpkgEnabled>false</VcpkgEnabled> |
| | | <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
| | | <Platform>x64</Platform> |
| | | <ProjectName>ImageViewer</ProjectName> |
| | | <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| | | <ConfigurationType>Application</ConfigurationType> |
| | | <CharacterSet>Unicode</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| | | <ConfigurationType>Application</ConfigurationType> |
| | | <CharacterSet>Unicode</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration"> |
| | | <ConfigurationType>Application</ConfigurationType> |
| | | <CharacterSet>Unicode</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration"> |
| | | <ConfigurationType>Application</ConfigurationType> |
| | | <CharacterSet>Unicode</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| | | <ImportGroup Label="ExtensionSettings"> |
| | | </ImportGroup> |
| | | <ImportGroup Label="PropertySheets"> |
| | | <Import Project="do_not_import_user.props" Condition="exists('do_not_import_user.props')" Label="LocalAppDataPlatform" /> |
| | | </ImportGroup> |
| | | <PropertyGroup Label="UserMacros" /> |
| | | <PropertyGroup> |
| | | <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> |
| | | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\Debug\</OutDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ImageViewer.dir\Debug\</IntDir> |
| | | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ImageViewer</TargetName> |
| | | <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.exe</TargetExt> |
| | | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
| | | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest> |
| | | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\Release\</OutDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ImageViewer.dir\Release\</IntDir> |
| | | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ImageViewer</TargetName> |
| | | <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.exe</TargetExt> |
| | | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
| | | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest> |
| | | <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\MinSizeRel\</OutDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">ImageViewer.dir\MinSizeRel\</IntDir> |
| | | <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">ImageViewer</TargetName> |
| | | <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.exe</TargetExt> |
| | | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkIncremental> |
| | | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</GenerateManifest> |
| | | <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\RelWithDebInfo\</OutDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">ImageViewer.dir\RelWithDebInfo\</IntDir> |
| | | <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">ImageViewer</TargetName> |
| | | <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.exe</TargetExt> |
| | | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</LinkIncremental> |
| | | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</GenerateManifest> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <ClCompile> |
| | | <AdditionalOptions>%(AdditionalOptions) /external:I "Z:/vcpkg/installed/x64-windows/include" /external:I "Z:/vcpkg/installed/x64-windows/lib/mswud"</AdditionalOptions> |
| | | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
| | | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| | | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| | | <ExceptionHandling>Sync</ExceptionHandling> |
| | | <ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel> |
| | | <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> |
| | | <LanguageStandard>stdcpp17</LanguageStandard> |
| | | <Optimization>Disabled</Optimization> |
| | | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| | | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| | | <RuntimeTypeInfo>true</RuntimeTypeInfo> |
| | | <UseFullPaths>false</UseFullPaths> |
| | | <WarningLevel>Level3</WarningLevel> |
| | | <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR="Debug"</PreprocessorDefinitions> |
| | | <ObjectFileName>$(IntDir)</ObjectFileName> |
| | | <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies> |
| | | </ClCompile> |
| | | <ResourceCompile> |
| | | <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions> |
| | | <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswud;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | </ResourceCompile> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswud;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | <PostBuildEvent> |
| | | <Message></Message> |
| | | <Command>setlocal |
| | | "C:\Program Files\PowerShell\7\pwsh.exe" -noprofile -executionpolicy Bypass -file Z:/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary Z:/wx.image_viewer/build/Debug/ImageViewer.exe -installedDir Z:/vcpkg/installed/x64-windows/debug/bin -OutVariable out |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | </PostBuildEvent> |
| | | <Link> |
| | | <AdditionalDependencies>Z:\vcpkg\installed\x64-windows\debug\lib\exiv2.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_xrc.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_adv.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_richtext.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_aui.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_propgrid.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_html.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_core.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxbase32ud.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;shlwapi.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;version.lib;ws2_32.lib;wininet.lib;oleacc.lib;uxtheme.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> |
| | | <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| | | <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions> |
| | | <GenerateDebugInformation>true</GenerateDebugInformation> |
| | | <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
| | | <ImportLibrary>Z:/wx.image_viewer/build/Debug/ImageViewer.lib</ImportLibrary> |
| | | <ProgramDataBaseFile>Z:/wx.image_viewer/build/Debug/ImageViewer.pdb</ProgramDataBaseFile> |
| | | <SubSystem>Windows</SubSystem> |
| | | </Link> |
| | | <ProjectReference> |
| | | <LinkLibraryDependencies>false</LinkLibraryDependencies> |
| | | </ProjectReference> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| | | <ClCompile> |
| | | <AdditionalOptions>%(AdditionalOptions) /external:I "Z:/vcpkg/installed/x64-windows/include" /external:I "Z:/vcpkg/installed/x64-windows/lib/mswu"</AdditionalOptions> |
| | | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
| | | <ExceptionHandling>Sync</ExceptionHandling> |
| | | <ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel> |
| | | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
| | | <LanguageStandard>stdcpp17</LanguageStandard> |
| | | <Optimization>MaxSpeed</Optimization> |
| | | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| | | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| | | <RuntimeTypeInfo>true</RuntimeTypeInfo> |
| | | <UseFullPaths>false</UseFullPaths> |
| | | <WarningLevel>Level3</WarningLevel> |
| | | <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR="Release"</PreprocessorDefinitions> |
| | | <ObjectFileName>$(IntDir)</ObjectFileName> |
| | | <DebugInformationFormat> |
| | | </DebugInformationFormat> |
| | | <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies> |
| | | </ClCompile> |
| | | <ResourceCompile> |
| | | <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions> |
| | | <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | </ResourceCompile> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | <PostBuildEvent> |
| | | <Message></Message> |
| | | <Command>setlocal |
| | | "C:\Program Files\PowerShell\7\pwsh.exe" -noprofile -executionpolicy Bypass -file Z:/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary Z:/wx.image_viewer/build/Release/ImageViewer.exe -installedDir Z:/vcpkg/installed/x64-windows/bin -OutVariable out |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | </PostBuildEvent> |
| | | <Link> |
| | | <AdditionalDependencies>Z:\vcpkg\installed\x64-windows\lib\exiv2.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_xrc.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_adv.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_richtext.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_aui.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_propgrid.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_html.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_core.lib;Z:\vcpkg\installed\x64-windows\lib\\wxbase32u.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;shlwapi.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;version.lib;ws2_32.lib;wininet.lib;oleacc.lib;uxtheme.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> |
| | | <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| | | <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions> |
| | | <GenerateDebugInformation>false</GenerateDebugInformation> |
| | | <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
| | | <ImportLibrary>Z:/wx.image_viewer/build/Release/ImageViewer.lib</ImportLibrary> |
| | | <ProgramDataBaseFile>Z:/wx.image_viewer/build/Release/ImageViewer.pdb</ProgramDataBaseFile> |
| | | <SubSystem>Windows</SubSystem> |
| | | </Link> |
| | | <ProjectReference> |
| | | <LinkLibraryDependencies>false</LinkLibraryDependencies> |
| | | </ProjectReference> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> |
| | | <ClCompile> |
| | | <AdditionalOptions>%(AdditionalOptions) /external:I "Z:/vcpkg/installed/x64-windows/include" /external:I "Z:/vcpkg/installed/x64-windows/lib/mswu"</AdditionalOptions> |
| | | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
| | | <ExceptionHandling>Sync</ExceptionHandling> |
| | | <ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel> |
| | | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
| | | <LanguageStandard>stdcpp17</LanguageStandard> |
| | | <Optimization>MinSpace</Optimization> |
| | | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| | | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| | | <RuntimeTypeInfo>true</RuntimeTypeInfo> |
| | | <UseFullPaths>false</UseFullPaths> |
| | | <WarningLevel>Level3</WarningLevel> |
| | | <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR="MinSizeRel"</PreprocessorDefinitions> |
| | | <ObjectFileName>$(IntDir)</ObjectFileName> |
| | | <DebugInformationFormat> |
| | | </DebugInformationFormat> |
| | | <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies> |
| | | </ClCompile> |
| | | <ResourceCompile> |
| | | <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions> |
| | | <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | </ResourceCompile> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | <PostBuildEvent> |
| | | <Message></Message> |
| | | <Command>setlocal |
| | | "C:\Program Files\PowerShell\7\pwsh.exe" -noprofile -executionpolicy Bypass -file Z:/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary Z:/wx.image_viewer/build/MinSizeRel/ImageViewer.exe -installedDir Z:/vcpkg/installed/x64-windows/bin -OutVariable out |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | </PostBuildEvent> |
| | | <Link> |
| | | <AdditionalDependencies>Z:\vcpkg\installed\x64-windows\lib\exiv2.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_xrc.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_adv.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_richtext.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_aui.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_propgrid.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_html.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_core.lib;Z:\vcpkg\installed\x64-windows\lib\\wxbase32u.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;shlwapi.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;version.lib;ws2_32.lib;wininet.lib;oleacc.lib;uxtheme.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> |
| | | <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| | | <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions> |
| | | <GenerateDebugInformation>false</GenerateDebugInformation> |
| | | <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
| | | <ImportLibrary>Z:/wx.image_viewer/build/MinSizeRel/ImageViewer.lib</ImportLibrary> |
| | | <ProgramDataBaseFile>Z:/wx.image_viewer/build/MinSizeRel/ImageViewer.pdb</ProgramDataBaseFile> |
| | | <SubSystem>Windows</SubSystem> |
| | | </Link> |
| | | <ProjectReference> |
| | | <LinkLibraryDependencies>false</LinkLibraryDependencies> |
| | | </ProjectReference> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> |
| | | <ClCompile> |
| | | <AdditionalOptions>%(AdditionalOptions) /external:I "Z:/vcpkg/installed/x64-windows/include" /external:I "Z:/vcpkg/installed/x64-windows/lib/mswu"</AdditionalOptions> |
| | | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
| | | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| | | <ExceptionHandling>Sync</ExceptionHandling> |
| | | <ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel> |
| | | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
| | | <LanguageStandard>stdcpp17</LanguageStandard> |
| | | <Optimization>MaxSpeed</Optimization> |
| | | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| | | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| | | <RuntimeTypeInfo>true</RuntimeTypeInfo> |
| | | <UseFullPaths>false</UseFullPaths> |
| | | <WarningLevel>Level3</WarningLevel> |
| | | <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR="RelWithDebInfo"</PreprocessorDefinitions> |
| | | <ObjectFileName>$(IntDir)</ObjectFileName> |
| | | <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies> |
| | | </ClCompile> |
| | | <ResourceCompile> |
| | | <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions> |
| | | <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | </ResourceCompile> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | <PostBuildEvent> |
| | | <Message></Message> |
| | | <Command>setlocal |
| | | "C:\Program Files\PowerShell\7\pwsh.exe" -noprofile -executionpolicy Bypass -file Z:/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary Z:/wx.image_viewer/build/RelWithDebInfo/ImageViewer.exe -installedDir Z:/vcpkg/installed/x64-windows/bin -OutVariable out |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | </PostBuildEvent> |
| | | <Link> |
| | | <AdditionalDependencies>Z:\vcpkg\installed\x64-windows\lib\exiv2.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_xrc.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_adv.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_richtext.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_aui.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_propgrid.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_html.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_core.lib;Z:\vcpkg\installed\x64-windows\lib\\wxbase32u.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;shlwapi.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;version.lib;ws2_32.lib;wininet.lib;oleacc.lib;uxtheme.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> |
| | | <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| | | <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions> |
| | | <GenerateDebugInformation>true</GenerateDebugInformation> |
| | | <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
| | | <ImportLibrary>Z:/wx.image_viewer/build/RelWithDebInfo/ImageViewer.lib</ImportLibrary> |
| | | <ProgramDataBaseFile>Z:/wx.image_viewer/build/RelWithDebInfo/ImageViewer.pdb</ProgramDataBaseFile> |
| | | <SubSystem>Windows</SubSystem> |
| | | </Link> |
| | | <ProjectReference> |
| | | <LinkLibraryDependencies>false</LinkLibraryDependencies> |
| | | </ProjectReference> |
| | | </ItemDefinitionGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\CMakeLists.txt"> |
| | | <UseUtf8Encoding>Always</UseUtf8Encoding> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ResourceCompile Include="Z:\wx.image_viewer\static\minimal.rc" /> |
| | | <ClCompile Include="Z:\wx.image_viewer\main.cpp" /> |
| | | <ClCompile Include="Z:\wx.image_viewer\ui\ImageViewer.cpp" /> |
| | | <ClCompile Include="Z:\wx.image_viewer\ui\ImageViewerImageWindow.cpp" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ProjectReference Include="Z:\wx.image_viewer\build\ZERO_CHECK.vcxproj"> |
| | | <Project>{768531C0-9F50-38A3-85F8-6800724A16B9}</Project> |
| | | <Name>ZERO_CHECK</Name> |
| | | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| | | <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| | | <ImportGroup Label="ExtensionTargets"> |
| | | </ImportGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <ItemGroup> |
| | | <ClCompile Include="Z:\wx.image_viewer\main.cpp"> |
| | | <Filter>Source Files</Filter> |
| | | </ClCompile> |
| | | <ClCompile Include="Z:\wx.image_viewer\ui\ImageViewer.cpp"> |
| | | <Filter>Source Files</Filter> |
| | | </ClCompile> |
| | | <ClCompile Include="Z:\wx.image_viewer\ui\ImageViewerImageWindow.cpp"> |
| | | <Filter>Source Files</Filter> |
| | | </ClCompile> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\CMakeLists.txt" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ResourceCompile Include="Z:\wx.image_viewer\static\minimal.rc"> |
| | | <Filter>Source Files</Filter> |
| | | </ResourceCompile> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Filter Include="Source Files"> |
| | | <UniqueIdentifier>{2DE7D419-CFF4-3F51-883A-E6B7B19456A5}</UniqueIdentifier> |
| | | </Filter> |
| | | </ItemGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
| | | </PropertyGroup> |
| | | <ItemGroup Label="ProjectConfigurations"> |
| | | <ProjectConfiguration Include="Debug|x64"> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="Release|x64"> |
| | | <Configuration>Release</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="MinSizeRel|x64"> |
| | | <Configuration>MinSizeRel</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="RelWithDebInfo|x64"> |
| | | <Configuration>RelWithDebInfo</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | </ItemGroup> |
| | | <PropertyGroup Label="Globals"> |
| | | <ProjectGuid>{6484ECF4-C99D-31C7-9438-EB966B0F19B3}</ProjectGuid> |
| | | <Keyword>Win32Proj</Keyword> |
| | | <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
| | | <Platform>x64</Platform> |
| | | <ProjectName>Nightly</ProjectName> |
| | | <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| | | <ImportGroup Label="ExtensionSettings"> |
| | | </ImportGroup> |
| | | <ImportGroup Label="PropertySheets"> |
| | | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| | | </ImportGroup> |
| | | <PropertyGroup Label="UserMacros" /> |
| | | <PropertyGroup> |
| | | <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\Nightly.rule"> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C Debug -D Nightly |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\Nightly</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C Release -D Nightly |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\Nightly</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C MinSizeRel -D Nightly |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\Nightly</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C RelWithDebInfo -D Nightly |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\Nightly</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\CMakeLists.txt"> |
| | | <UseUtf8Encoding>Always</UseUtf8Encoding> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Z:\wx.image_viewer\build\CMakeFiles\Nightly"> |
| | | </None> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ProjectReference Include="Z:\wx.image_viewer\build\ZERO_CHECK.vcxproj"> |
| | | <Project>{768531C0-9F50-38A3-85F8-6800724A16B9}</Project> |
| | | <Name>ZERO_CHECK</Name> |
| | | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| | | <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| | | <ImportGroup Label="ExtensionTargets"> |
| | | </ImportGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\Nightly.rule"> |
| | | <Filter>CMake Rules</Filter> |
| | | </CustomBuild> |
| | | <CustomBuild Include="Z:\wx.image_viewer\CMakeLists.txt" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Z:\wx.image_viewer\build\CMakeFiles\Nightly" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Filter Include="CMake Rules"> |
| | | <UniqueIdentifier>{BDF78F54-5377-3C0A-B608-A1E173F9515E}</UniqueIdentifier> |
| | | </Filter> |
| | | </ItemGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
| | | </PropertyGroup> |
| | | <ItemGroup Label="ProjectConfigurations"> |
| | | <ProjectConfiguration Include="Debug|x64"> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="Release|x64"> |
| | | <Configuration>Release</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="MinSizeRel|x64"> |
| | | <Configuration>MinSizeRel</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="RelWithDebInfo|x64"> |
| | | <Configuration>RelWithDebInfo</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | </ItemGroup> |
| | | <PropertyGroup Label="Globals"> |
| | | <ProjectGuid>{D172FE7B-69AB-397F-944A-FB020EA37C5E}</ProjectGuid> |
| | | <Keyword>Win32Proj</Keyword> |
| | | <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
| | | <Platform>x64</Platform> |
| | | <ProjectName>NightlyMemoryCheck</ProjectName> |
| | | <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| | | <ImportGroup Label="ExtensionSettings"> |
| | | </ImportGroup> |
| | | <ImportGroup Label="PropertySheets"> |
| | | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| | | </ImportGroup> |
| | | <PropertyGroup Label="UserMacros" /> |
| | | <PropertyGroup> |
| | | <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\NightlyMemoryCheck.rule"> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C Debug -D NightlyMemoryCheck |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\NightlyMemoryCheck</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C Release -D NightlyMemoryCheck |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\NightlyMemoryCheck</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C MinSizeRel -D NightlyMemoryCheck |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\NightlyMemoryCheck</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"></Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
| | | C:\CMake\bin\ctest.exe -C RelWithDebInfo -D NightlyMemoryCheck |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\NightlyMemoryCheck</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\CMakeLists.txt"> |
| | | <UseUtf8Encoding>Always</UseUtf8Encoding> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCCompilerABI.c;C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeCXXCompilerABI.cpp;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCompilerIdDetection.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompileFeatures.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerABI.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineCompilerId.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDetermineSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindBinUtils.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseImplicitLinkInfo.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeParseLibraryArchitecture.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCCompiler.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystem.cmake.in;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCXXCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestCompilerCommon.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeTestRCCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\CTest.cmake;C:\CMake\share\cmake-3.28\Modules\CTestTargets.cmake;C:\CMake\share\cmake-3.28\Modules\CTestUseLaunchers.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CrayClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IBMClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\LCC-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\OrangeC-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TI-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Tasking-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\CMake\share\cmake-3.28\Modules\CompilerId\VS-10.vcxproj.in;C:\CMake\share\cmake-3.28\Modules\DartConfiguration.tcl.in;C:\CMake\share\cmake-3.28\Modules\Internal\FeatureTesting.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Determine-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Z:\wx.image_viewer\build\CMakeFiles\NightlyMemoryCheck"> |
| | | </None> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ProjectReference Include="Z:\wx.image_viewer\build\ZERO_CHECK.vcxproj"> |
| | | <Project>{768531C0-9F50-38A3-85F8-6800724A16B9}</Project> |
| | | <Name>ZERO_CHECK</Name> |
| | | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| | | <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| | | <ImportGroup Label="ExtensionTargets"> |
| | | </ImportGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\NightlyMemoryCheck.rule"> |
| | | <Filter>CMake Rules</Filter> |
| | | </CustomBuild> |
| | | <CustomBuild Include="Z:\wx.image_viewer\CMakeLists.txt" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Z:\wx.image_viewer\build\CMakeFiles\NightlyMemoryCheck" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Filter Include="CMake Rules"> |
| | | <UniqueIdentifier>{BDF78F54-5377-3C0A-B608-A1E173F9515E}</UniqueIdentifier> |
| | | </Filter> |
| | | </ItemGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
| | | </PropertyGroup> |
| | | <PropertyGroup> |
| | | <ResolveNugetPackages>false</ResolveNugetPackages> |
| | | </PropertyGroup> |
| | | <ItemGroup Label="ProjectConfigurations"> |
| | | <ProjectConfiguration Include="Debug|x64"> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="Release|x64"> |
| | | <Configuration>Release</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="MinSizeRel|x64"> |
| | | <Configuration>MinSizeRel</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="RelWithDebInfo|x64"> |
| | | <Configuration>RelWithDebInfo</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | </ItemGroup> |
| | | <PropertyGroup Label="Globals"> |
| | | <ProjectGuid>{7B7E1F01-23C3-3CAF-AF62-3A3A3A8DFBBA}</ProjectGuid> |
| | | <Keyword>Win32Proj</Keyword> |
| | | <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
| | | <Platform>x64</Platform> |
| | | <ProjectName>PACKAGE</ProjectName> |
| | | <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| | | <ImportGroup Label="ExtensionSettings"> |
| | | </ImportGroup> |
| | | <ImportGroup Label="PropertySheets"> |
| | | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| | | </ImportGroup> |
| | | <PropertyGroup Label="UserMacros" /> |
| | | <PropertyGroup> |
| | | <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <PostBuildEvent> |
| | | <Message></Message> |
| | | <Command>setlocal |
| | | cd Z:\wx.image_viewer\build |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | Z: |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | C:\CMake\bin\cpack.exe -C $(Configuration) --config ./CPackConfig.cmake |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | </PostBuildEvent> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| | | <PostBuildEvent> |
| | | <Message></Message> |
| | | <Command>setlocal |
| | | cd Z:\wx.image_viewer\build |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | Z: |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | C:\CMake\bin\cpack.exe -C $(Configuration) --config ./CPackConfig.cmake |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | </PostBuildEvent> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> |
| | | <PostBuildEvent> |
| | | <Message></Message> |
| | | <Command>setlocal |
| | | cd Z:\wx.image_viewer\build |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | Z: |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | C:\CMake\bin\cpack.exe -C $(Configuration) --config ./CPackConfig.cmake |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | </PostBuildEvent> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> |
| | | <PostBuildEvent> |
| | | <Message></Message> |
| | | <Command>setlocal |
| | | cd Z:\wx.image_viewer\build |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | Z: |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | C:\CMake\bin\cpack.exe -C $(Configuration) --config ./CPackConfig.cmake |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | </PostBuildEvent> |
| | | </ItemDefinitionGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\PACKAGE_force.rule"> |
| | | <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BuildInParallel> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
| | | cd . |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\PACKAGE_force</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist> |
| | | <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</BuildInParallel> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
| | | cd . |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\PACKAGE_force</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist> |
| | | <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</BuildInParallel> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
| | | cd . |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\PACKAGE_force</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist> |
| | | <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</BuildInParallel> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
| | | cd . |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\PACKAGE_force</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ProjectReference Include="Z:\wx.image_viewer\build\ZERO_CHECK.vcxproj"> |
| | | <Project>{768531C0-9F50-38A3-85F8-6800724A16B9}</Project> |
| | | <Name>ZERO_CHECK</Name> |
| | | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| | | <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| | | </ProjectReference> |
| | | <ProjectReference Include="Z:\wx.image_viewer\build\ALL_BUILD.vcxproj"> |
| | | <Project>{56C05B76-8C67-39C6-B75D-602194A2A9DB}</Project> |
| | | <Name>ALL_BUILD</Name> |
| | | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| | | <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| | | <ImportGroup Label="ExtensionTargets"> |
| | | </ImportGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\PACKAGE_force.rule"> |
| | | <Filter>CMake Rules</Filter> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Filter Include="CMake Rules"> |
| | | <UniqueIdentifier>{BDF78F54-5377-3C0A-B608-A1E173F9515E}</UniqueIdentifier> |
| | | </Filter> |
| | | </ItemGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
| | | </PropertyGroup> |
| | | <ItemGroup Label="ProjectConfigurations"> |
| | | <ProjectConfiguration Include="Debug|x64"> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="Release|x64"> |
| | | <Configuration>Release</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="MinSizeRel|x64"> |
| | | <Configuration>MinSizeRel</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="RelWithDebInfo|x64"> |
| | | <Configuration>RelWithDebInfo</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | </ItemGroup> |
| | | <PropertyGroup Label="Globals"> |
| | | <ProjectGuid>{AE4E0E20-9E09-3AC1-9C80-6309FB5CE103}</ProjectGuid> |
| | | <Keyword>Win32Proj</Keyword> |
| | | <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
| | | <Platform>x64</Platform> |
| | | <ProjectName>RUN_TESTS</ProjectName> |
| | | <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| | | <ImportGroup Label="ExtensionSettings"> |
| | | </ImportGroup> |
| | | <ImportGroup Label="PropertySheets"> |
| | | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| | | </ImportGroup> |
| | | <PropertyGroup Label="UserMacros" /> |
| | | <PropertyGroup> |
| | | <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <PostBuildEvent> |
| | | <Message></Message> |
| | | <Command>setlocal |
| | | C:\CMake\bin\ctest.exe --force-new-ctest-process -C $(Configuration) |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | </PostBuildEvent> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| | | <PostBuildEvent> |
| | | <Message></Message> |
| | | <Command>setlocal |
| | | C:\CMake\bin\ctest.exe --force-new-ctest-process -C $(Configuration) |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | </PostBuildEvent> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> |
| | | <PostBuildEvent> |
| | | <Message></Message> |
| | | <Command>setlocal |
| | | C:\CMake\bin\ctest.exe --force-new-ctest-process -C $(Configuration) |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | </PostBuildEvent> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> |
| | | <PostBuildEvent> |
| | | <Message></Message> |
| | | <Command>setlocal |
| | | C:\CMake\bin\ctest.exe --force-new-ctest-process -C $(Configuration) |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | </PostBuildEvent> |
| | | </ItemDefinitionGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\RUN_TESTS_force.rule"> |
| | | <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BuildInParallel> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
| | | cd . |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\RUN_TESTS_force</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist> |
| | | <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</BuildInParallel> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
| | | cd . |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\RUN_TESTS_force</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist> |
| | | <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</BuildInParallel> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
| | | cd . |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\RUN_TESTS_force</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist> |
| | | <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</BuildInParallel> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
| | | cd . |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\RUN_TESTS_force</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
| | | <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ProjectReference Include="Z:\wx.image_viewer\build\ZERO_CHECK.vcxproj"> |
| | | <Project>{768531C0-9F50-38A3-85F8-6800724A16B9}</Project> |
| | | <Name>ZERO_CHECK</Name> |
| | | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| | | <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| | | <ImportGroup Label="ExtensionTargets"> |
| | | </ImportGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\RUN_TESTS_force.rule"> |
| | | <Filter>CMake Rules</Filter> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Filter Include="CMake Rules"> |
| | | <UniqueIdentifier>{BDF78F54-5377-3C0A-B608-A1E173F9515E}</UniqueIdentifier> |
| | | </Filter> |
| | | </ItemGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <Site BuildName="Win32-MSBuild" |
| | | BuildStamp="20240225-0745-Experimental" |
| | | Name="DESKTOP-QAP090B" |
| | | Generator="ctest-3.28.2" |
| | | CompilerName="C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe" |
| | | CompilerVersion="19.29.30153.0" |
| | | OSName="Windows" |
| | | Hostname="DESKTOP-QAP090B" |
| | | OSRelease=" Professional" |
| | | OSVersion=" (Build 22631)" |
| | | OSPlatform="AMD64" |
| | | Is64Bits="1" |
| | | VendorString="GenuineIntel" |
| | | VendorID="Intel Corporation" |
| | | FamilyID="6" |
| | | ModelID="14" |
| | | ProcessorCacheSize="-1" |
| | | NumberOfLogicalCPU="20" |
| | | NumberOfPhysicalCPU="10" |
| | | TotalVirtualMemory="65473" |
| | | TotalPhysicalMemory="65473" |
| | | LogicalProcessorsPerPhysical="2" |
| | | ProcessorClockFrequency="1700" |
| | | > |
| | | <Testing> |
| | | <StartDateTime>Feb 25 09:05 K[NON-UTF-8-BYTE-0xF6]z[NON-UTF-8-BYTE-0xE9]p-eur[NON-UTF-8-BYTE-0xF3]pai t[NON-UTF-8-BYTE-0xE9]li id[NON-UTF-8-BYTE-0xF5]</StartDateTime> |
| | | <StartTestTime>1708848335</StartTestTime> |
| | | <TestList/> |
| | | <EndDateTime>Feb 25 09:05 K[NON-UTF-8-BYTE-0xF6]z[NON-UTF-8-BYTE-0xE9]p-eur[NON-UTF-8-BYTE-0xF3]pai t[NON-UTF-8-BYTE-0xE9]li id[NON-UTF-8-BYTE-0xF5]</EndDateTime> |
| | | <EndTestTime>1708848335</EndTestTime> |
| | | <ElapsedMinutes>0</ElapsedMinutes> |
| | | </Testing> |
| | | </Site> |
| New file |
| | |
| | | 20240225-0745 |
| | | Experimental |
| | | Experimental |
| New file |
| | |
| | | Start testing: Feb 25 09:05 Közép-európai téli idõ |
| | | ---------------------------------------------------------- |
| | | End testing: Feb 25 09:05 Közép-európai téli idõ |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
| | | </PropertyGroup> |
| | | <PropertyGroup> |
| | | <ResolveNugetPackages>false</ResolveNugetPackages> |
| | | </PropertyGroup> |
| | | <ItemGroup Label="ProjectConfigurations"> |
| | | <ProjectConfiguration Include="Debug|x64"> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="Release|x64"> |
| | | <Configuration>Release</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="MinSizeRel|x64"> |
| | | <Configuration>MinSizeRel</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | <ProjectConfiguration Include="RelWithDebInfo|x64"> |
| | | <Configuration>RelWithDebInfo</Configuration> |
| | | <Platform>x64</Platform> |
| | | </ProjectConfiguration> |
| | | </ItemGroup> |
| | | <PropertyGroup Label="Globals"> |
| | | <ProjectGuid>{768531C0-9F50-38A3-85F8-6800724A16B9}</ProjectGuid> |
| | | <Keyword>Win32Proj</Keyword> |
| | | <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> |
| | | <Platform>x64</Platform> |
| | | <ProjectName>ZERO_CHECK</ProjectName> |
| | | <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration"> |
| | | <ConfigurationType>Utility</ConfigurationType> |
| | | <CharacterSet>MultiByte</CharacterSet> |
| | | <PlatformToolset>v142</PlatformToolset> |
| | | </PropertyGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| | | <ImportGroup Label="ExtensionSettings"> |
| | | </ImportGroup> |
| | | <ImportGroup Label="PropertySheets"> |
| | | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| | | </ImportGroup> |
| | | <PropertyGroup Label="UserMacros" /> |
| | | <PropertyGroup> |
| | | <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> |
| | | <Midl> |
| | | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| | | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory> |
| | | <HeaderFileName>%(Filename).h</HeaderFileName> |
| | | <TypeLibraryName>%(Filename).tlb</TypeLibraryName> |
| | | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> |
| | | <ProxyFileName>%(Filename)_p.c</ProxyFileName> |
| | | </Midl> |
| | | </ItemDefinitionGroup> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\generate.stamp.rule"> |
| | | <UseUtf8Encoding>Always</UseUtf8Encoding> |
| | | <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BuildInParallel> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Checking Build System</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file Z:/wx.image_viewer/build/ImageViewer.sln |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\CMakeLists.txt;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
| | | <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</BuildInParallel> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Checking Build System</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file Z:/wx.image_viewer/build/ImageViewer.sln |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\CMakeLists.txt;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
| | | <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</BuildInParallel> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Checking Build System</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file Z:/wx.image_viewer/build/ImageViewer.sln |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\CMakeLists.txt;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
| | | <BuildInParallel Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</BuildInParallel> |
| | | <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Checking Build System</Message> |
| | | <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file Z:/wx.image_viewer/build/ImageViewer.sln |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd</Command> |
| | | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\CMakeLists.txt;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> |
| | | <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs> |
| | | <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | </ItemGroup> |
| | | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| | | <ImportGroup Label="ExtensionTargets"> |
| | | </ImportGroup> |
| | | </Project> |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <ItemGroup> |
| | | <CustomBuild Include="Z:\wx.image_viewer\build\CMakeFiles\293832b1cd585477095a7e497e89f5d5\generate.stamp.rule"> |
| | | <Filter>CMake Rules</Filter> |
| | | </CustomBuild> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Filter Include="CMake Rules"> |
| | | <UniqueIdentifier>{BDF78F54-5377-3C0A-B608-A1E173F9515E}</UniqueIdentifier> |
| | | </Filter> |
| | | </ItemGroup> |
| | | </Project> |
| New file |
| | |
| | | # Install script for directory: Z:/wx.image_viewer |
| | | |
| | | # Set the install prefix |
| | | if(NOT DEFINED CMAKE_INSTALL_PREFIX) |
| | | set(CMAKE_INSTALL_PREFIX "C:/Program Files/ImageViewer") |
| | | endif() |
| | | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") |
| | | |
| | | # Set the install configuration name. |
| | | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) |
| | | if(BUILD_TYPE) |
| | | string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" |
| | | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") |
| | | else() |
| | | set(CMAKE_INSTALL_CONFIG_NAME "Release") |
| | | endif() |
| | | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") |
| | | endif() |
| | | |
| | | # Set the component getting installed. |
| | | if(NOT CMAKE_INSTALL_COMPONENT) |
| | | if(COMPONENT) |
| | | message(STATUS "Install component: \"${COMPONENT}\"") |
| | | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") |
| | | else() |
| | | set(CMAKE_INSTALL_COMPONENT) |
| | | endif() |
| | | endif() |
| | | |
| | | # Is this installation the result of a crosscompile? |
| | | if(NOT DEFINED CMAKE_CROSSCOMPILING) |
| | | set(CMAKE_CROSSCOMPILING "FALSE") |
| | | endif() |
| | | |
| | | if(CMAKE_INSTALL_COMPONENT) |
| | | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") |
| | | else() |
| | | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") |
| | | endif() |
| | | |
| | | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT |
| | | "${CMAKE_INSTALL_MANIFEST_FILES}") |
| | | file(WRITE "Z:/wx.image_viewer/build/${CMAKE_INSTALL_MANIFEST}" |
| | | "${CMAKE_INSTALL_MANIFEST_CONTENT}") |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project> |
| | | <ProjectOutputs> |
| | | <ProjectOutput> |
| | | <FullPath>Z:\wx.image_viewer\build\x64\Debug\ZERO_CHECK</FullPath> |
| | | </ProjectOutput> |
| | | <ProjectOutput> |
| | | <FullPath>Z:\wx.image_viewer\build\Debug\ImageViewer.exe</FullPath> |
| | | </ProjectOutput> |
| | | <ProjectOutput> |
| | | <FullPath>Z:\wx.image_viewer\build\x64\Debug\ALL_BUILD</FullPath> |
| | | </ProjectOutput> |
| | | </ProjectOutputs> |
| | | <ContentFiles /> |
| | | <SatelliteDlls /> |
| | | <NonRecipeFileRefs /> |
| | | </Project> |
| New file |
| | |
| | | PlatformToolSet=v142:VCToolArchitecture=Native64Bit:VCToolsVersion=14.29.30133:TargetPlatformVersion=10.0.22621.0:VcpkgTriplet=x64-windows: |
| | | Debug|x64|Z:\wx.image_viewer\build\| |
| New file |
| | |
| | | ^Z:\WX.IMAGE_VIEWER\CMAKELISTS.TXT |
| | | setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd |
| New file |
| | |
| | | ^Z:\WX.IMAGE_VIEWER\CMAKELISTS.TXT |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKECINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKECXXINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKECOMMONLANGUAGEINCLUDE.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKEDEPENDENTOPTION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKEFINDDEPENDENCYMACRO.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKEGENERICSYSTEM.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKEINITIALIZECONFIGS.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKELANGUAGEINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKERCINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKESYSTEMSPECIFICINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKESYSTEMSPECIFICINITIALIZE.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CPACK.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CPACKCOMPONENT.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\COMPILER\CMAKECOMMONCOMPILERMACROS.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\COMPILER\MSVC-C.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\COMPILER\MSVC-CXX.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\COMPILER\MSVC.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS-INITIALIZE.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS-MSVC-C.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS-MSVC-CXX.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS-MSVC.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWSPATHS.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\TEMPLATES\CPACKCONFIG.CMAKE.IN |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGCONFIG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGCONFIGVERSION.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGTARGETS-DEBUG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGTARGETS-RELEASE.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGTARGETS.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2CONFIG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2CONFIGVERSION.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2EXPORT-DEBUG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2EXPORT-RELEASE.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2EXPORT.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\VCPKG-CMAKE-WRAPPER.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\VCPKG-CMAKE-WRAPPER.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSCONFIG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSCONFIGVERSION.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSTARGETS-DEBUG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSTARGETS-RELEASE.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSTARGETS.CMAKE |
| | | Z:\VCPKG\SCRIPTS\BUILDSYSTEMS\VCPKG.CMAKE |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\3.28.2\CMAKECCOMPILER.CMAKE |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\3.28.2\CMAKECXXCOMPILER.CMAKE |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\3.28.2\CMAKERCCOMPILER.CMAKE |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\3.28.2\CMAKESYSTEM.CMAKE |
| New file |
| | |
| | | ^Z:\WX.IMAGE_VIEWER\CMAKELISTS.TXT |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\GENERATE.STAMP |
| New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project> |
| | | <ProjectOutputs> |
| | | <ProjectOutput> |
| | | <FullPath>Z:\wx.image_viewer\build\x64\Debug\ZERO_CHECK</FullPath> |
| | | </ProjectOutput> |
| | | </ProjectOutputs> |
| | | <ContentFiles /> |
| | | <SatelliteDlls /> |
| | | <NonRecipeFileRefs /> |
| | | </Project> |
| New file |
| | |
| | | ^Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\293832B1CD585477095A7E497E89F5D5\GENERATE.STAMP.RULE |
| | | setlocal |
| | | C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file Z:/wx.image_viewer/build/ImageViewer.sln |
| | | if %errorlevel% neq 0 goto :cmEnd |
| | | :cmEnd |
| | | endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
| | | :cmErrorLevel |
| | | exit /b %1 |
| | | :cmDone |
| | | if %errorlevel% neq 0 goto :VCEnd |
| New file |
| | |
| | | ^Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\293832B1CD585477095A7E497E89F5D5\GENERATE.STAMP.RULE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKECINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKECXXINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKECOMMONLANGUAGEINCLUDE.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKEDEPENDENTOPTION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKEFINDDEPENDENCYMACRO.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKEGENERICSYSTEM.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKEINITIALIZECONFIGS.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKELANGUAGEINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKERCINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKESYSTEMSPECIFICINFORMATION.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CMAKESYSTEMSPECIFICINITIALIZE.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CPACK.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\CPACKCOMPONENT.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\COMPILER\CMAKECOMMONCOMPILERMACROS.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\COMPILER\MSVC-C.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\COMPILER\MSVC-CXX.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\COMPILER\MSVC.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS-INITIALIZE.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS-MSVC-C.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS-MSVC-CXX.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS-MSVC.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWS.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\MODULES\PLATFORM\WINDOWSPATHS.CMAKE |
| | | C:\CMAKE\SHARE\CMAKE-3.28\TEMPLATES\CPACKCONFIG.CMAKE.IN |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGCONFIG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGCONFIGVERSION.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGTARGETS-DEBUG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGTARGETS-RELEASE.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\NANOSVG\NANOSVGTARGETS.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2CONFIG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2CONFIGVERSION.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2EXPORT-DEBUG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2EXPORT-RELEASE.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\EXIV2EXPORT.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\EXIV2\VCPKG-CMAKE-WRAPPER.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\VCPKG-CMAKE-WRAPPER.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSCONFIG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSCONFIGVERSION.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSTARGETS-DEBUG.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSTARGETS-RELEASE.CMAKE |
| | | Z:\VCPKG\INSTALLED\X64-WINDOWS\SHARE\WXWIDGETS\WXWIDGETSTARGETS.CMAKE |
| | | Z:\VCPKG\SCRIPTS\BUILDSYSTEMS\VCPKG.CMAKE |
| | | Z:\WX.IMAGE_VIEWER\CMAKELISTS.TXT |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\3.28.2\CMAKECCOMPILER.CMAKE |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\3.28.2\CMAKECXXCOMPILER.CMAKE |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\3.28.2\CMAKERCCOMPILER.CMAKE |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\3.28.2\CMAKESYSTEM.CMAKE |
| New file |
| | |
| | | ^Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\293832B1CD585477095A7E497E89F5D5\GENERATE.STAMP.RULE |
| | | Z:\WX.IMAGE_VIEWER\BUILD\CMAKEFILES\GENERATE.STAMP |
| New file |
| | |
| | | PlatformToolSet=v142:VCToolArchitecture=Native64Bit:VCToolsVersion=14.29.30133:TargetPlatformVersion=10.0.22621.0:VcpkgTriplet=x64-windows: |
| | | Debug|x64|Z:\wx.image_viewer\build\| |
| New file |
| | |
| | | #include <wx/app.h> |
| | | #include <wx/event.h> |
| | | #define STB_IMAGE_IMPLEMENTATION |
| | | #include "ui/ImageViewerImageWindow.h" |
| | | #include <wx/image.h> |
| | | |
| | | // Define the MainApp |
| | | class MainApp : public wxApp |
| | | { |
| | | public: |
| | | MainApp() {} |
| | | virtual ~MainApp() {} |
| | | |
| | | virtual bool OnInit() |
| | | { |
| | | wxInitAllImageHandlers(); |
| | | ImageViewerImageWindow *mainFrame = new ImageViewerImageWindow(nullptr); |
| | | SetTopWindow(mainFrame); |
| | | |
| | | return GetTopWindow()->Show(); |
| | | } |
| | | }; |
| | | |
| | | DECLARE_APP(MainApp) |
| | | IMPLEMENT_APP(MainApp) |
| New file |
| | |
| | | #ifndef ADD_IMAGE_PNG_H |
| | | #define ADD_IMAGE_PNG_H |
| | | |
| | | #include <wx/mstream.h> |
| | | #include <wx/image.h> |
| | | #include <wx/bitmap.h> |
| | | |
| | | static const unsigned char add_image_png[] = |
| | | { |
| | | 0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00, 0x00, |
| | | 0x00, 0x0D, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x10, |
| | | 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1F, |
| | | 0xF3, 0xFF, 0x61, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, |
| | | 0x73, 0x00, 0x00, 0x09, 0xD7, 0x00, 0x00, 0x09, 0xD7, 0x01, |
| | | 0xB1, 0x6E, 0x17, 0xB7, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, |
| | | 0x58, 0x74, 0x53, 0x6F, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, |
| | | 0x00, 0x77, 0x77, 0x77, 0x2E, 0x69, 0x6E, 0x6B, 0x73, 0x63, |
| | | 0x61, 0x70, 0x65, 0x2E, 0x6F, 0x72, 0x67, 0x9B, 0xEE, 0x3C, |
| | | 0x1A, 0x00, 0x00, 0x01, 0x38, 0x49, 0x44, 0x41, 0x54, 0x38, |
| | | 0x8D, 0x7D, 0xD3, 0x3D, 0x4B, 0x5D, 0x41, 0x10, 0x06, 0xE0, |
| | | 0xE7, 0xE2, 0x15, 0x04, 0xFF, 0x80, 0x8D, 0x55, 0x1A, 0x0B, |
| | | 0x3F, 0xDA, 0x58, 0xE4, 0x17, 0xD8, 0x26, 0x04, 0xAD, 0x44, |
| | | 0xC4, 0xCA, 0x52, 0xB0, 0x12, 0x0B, 0x6D, 0x24, 0xA2, 0x28, |
| | | 0xA4, 0x89, 0xE9, 0x05, 0xBF, 0x3A, 0x2B, 0x1B, 0x3F, 0x0A, |
| | | 0x6F, 0x23, 0x04, 0x82, 0x60, 0x27, 0x89, 0xE6, 0x07, 0x04, |
| | | 0x15, 0x41, 0xEE, 0xF5, 0x5A, 0xEC, 0x1C, 0xB9, 0x1E, 0x8E, |
| | | 0xFB, 0xC2, 0x70, 0x76, 0x67, 0xE7, 0x7D, 0x67, 0xF6, 0xEC, |
| | | 0x0C, 0x09, 0x53, 0xB8, 0x44, 0x13, 0xED, 0x8C, 0xDD, 0xE3, |
| | | 0x08, 0x43, 0xC1, 0x53, 0x0B, 0xF2, 0x0F, 0x7C, 0xC7, 0x39, |
| | | 0x5A, 0xDE, 0x47, 0x2F, 0x26, 0x31, 0x82, 0x41, 0xFC, 0x13, |
| | | 0x99, 0x37, 0x32, 0xA4, 0x3E, 0xAC, 0x63, 0x2D, 0xD6, 0x3D, |
| | | 0xF8, 0x83, 0xC5, 0x22, 0xA0, 0x89, 0xAF, 0x19, 0x81, 0x33, |
| | | 0xFC, 0x0D, 0x3B, 0x09, 0xDF, 0x3E, 0xB6, 0xA1, 0x8E, 0x2E, |
| | | 0x3C, 0x67, 0x04, 0x86, 0xF1, 0x2D, 0xD6, 0x73, 0xF1, 0x6D, |
| | | 0x05, 0x4F, 0xBD, 0x14, 0xFC, 0x01, 0xB3, 0xE8, 0xC6, 0x4F, |
| | | 0xFC, 0xC2, 0x16, 0x96, 0xE2, 0x7C, 0xB5, 0xAC, 0xDE, 0x29, |
| | | 0xF0, 0x09, 0x87, 0xB8, 0xC1, 0x23, 0x66, 0x30, 0x1E, 0x59, |
| | | 0xF7, 0x22, 0xA6, 0x51, 0x55, 0x62, 0x1B, 0x9B, 0xB8, 0x8B, |
| | | 0xC0, 0x6E, 0xE9, 0x75, 0x36, 0xF1, 0x84, 0xCF, 0x15, 0x9C, |
| | | 0x95, 0xB0, 0x57, 0x81, 0x76, 0x07, 0xB9, 0x40, 0x4D, 0x7A, |
| | | 0x9D, 0x26, 0x26, 0xAA, 0x32, 0x77, 0x0A, 0x1C, 0x94, 0xC8, |
| | | 0x9D, 0x22, 0x45, 0x25, 0x63, 0xE1, 0x5B, 0x46, 0x7F, 0x59, |
| | | 0xE0, 0x4B, 0x26, 0x41, 0x4D, 0xFA, 0x89, 0x33, 0x55, 0xF1, |
| | | 0x75, 0x3C, 0x48, 0x1D, 0x96, 0xAB, 0x70, 0x21, 0x73, 0xEE, |
| | | 0x08, 0xC7, 0x52, 0x87, 0xBD, 0x87, 0x25, 0xD5, 0xB3, 0x71, |
| | | 0x55, 0x93, 0x06, 0xE3, 0x14, 0xFF, 0x71, 0xE1, 0xED, 0x2C, |
| | | 0x5C, 0x63, 0x5E, 0xBA, 0xF3, 0xC7, 0xF0, 0xED, 0x48, 0x6D, |
| | | 0xDD, 0xC0, 0x6D, 0x1D, 0xBF, 0xA5, 0xC1, 0x98, 0xC6, 0x80, |
| | | 0xE8, 0xB0, 0x12, 0x6E, 0xC2, 0x0A, 0x34, 0xB0, 0x9B, 0xBB, |
| | | 0x56, 0x0E, 0x57, 0x18, 0x2D, 0x36, 0x2F, 0x15, 0x18, 0x51, |
| | | 0x56, 0x88, 0xBB, 0xC5, 0xFB, 0x00, 0x00, 0x00, 0x00, 0x49, |
| | | 0x45, 0x4E, 0x44, 0xAE, 0x42, 0x60, 0x82, |
| | | }; |
| | | |
| | | wxBitmap& add_image_png_to_wx_bitmap() |
| | | { |
| | | static wxMemoryInputStream memIStream( add_image_png, sizeof( add_image_png ) ); |
| | | static wxImage image( memIStream, wxBITMAP_TYPE_PNG ); |
| | | static wxBitmap bmp( image ); |
| | | return bmp; |
| | | } |
| | | |
| | | |
| | | #endif //ADD_IMAGE_PNG_H |
| New file |
| | |
| | | #ifndef FULLSCREEN_PNG_H |
| | | #define FULLSCREEN_PNG_H |
| | | |
| | | #include <wx/mstream.h> |
| | | #include <wx/image.h> |
| | | #include <wx/bitmap.h> |
| | | |
| | | static const unsigned char fullscreen_png[] = |
| | | { |
| | | 0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00, 0x00, |
| | | 0x00, 0x0D, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x10, |
| | | 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1F, |
| | | 0xF3, 0xFF, 0x61, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, |
| | | 0x73, 0x00, 0x00, 0x00, 0x76, 0x00, 0x00, 0x00, 0x76, 0x01, |
| | | 0x4E, 0x7B, 0x26, 0x08, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, |
| | | 0x58, 0x74, 0x53, 0x6F, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, |
| | | 0x00, 0x77, 0x77, 0x77, 0x2E, 0x69, 0x6E, 0x6B, 0x73, 0x63, |
| | | 0x61, 0x70, 0x65, 0x2E, 0x6F, 0x72, 0x67, 0x9B, 0xEE, 0x3C, |
| | | 0x1A, 0x00, 0x00, 0x00, 0x9B, 0x49, 0x44, 0x41, 0x54, 0x38, |
| | | 0x8D, 0xCD, 0xD3, 0xB1, 0x0D, 0xC2, 0x30, 0x10, 0x85, 0xE1, |
| | | 0x2F, 0x62, 0x0C, 0x28, 0x58, 0x83, 0x94, 0x74, 0xE9, 0x68, |
| | | 0x18, 0x20, 0x1D, 0x2D, 0xA9, 0x18, 0x85, 0x65, 0x42, 0xC9, |
| | | 0x0C, 0xA4, 0x05, 0xB1, 0x06, 0xA1, 0xB0, 0x23, 0x19, 0x45, |
| | | 0x48, 0x36, 0x15, 0x4F, 0xB2, 0x64, 0x3F, 0xE9, 0x7E, 0xDD, |
| | | 0xE9, 0xF9, 0xC8, 0xD7, 0x80, 0x31, 0x39, 0x0F, 0x34, 0x55, |
| | | 0x01, 0xA0, 0xC6, 0x32, 0xDE, 0x0F, 0xD8, 0x46, 0x48, 0xB1, |
| | | 0x3A, 0xBC, 0xD0, 0xC7, 0x4E, 0x8A, 0x74, 0x8C, 0x45, 0x27, |
| | | 0xEC, 0x4B, 0x01, 0x69, 0xB1, 0x52, 0x40, 0x2B, 0xB4, 0xDD, |
| | | 0x25, 0x5E, 0x8D, 0x5B, 0x2E, 0x60, 0x17, 0x21, 0x7F, 0xA8, |
| | | 0xC5, 0x17, 0xBF, 0xC5, 0x5A, 0xE6, 0x8C, 0x03, 0x36, 0xC9, |
| | | 0x7B, 0xCA, 0x39, 0x7B, 0xE6, 0x51, 0x88, 0x84, 0x79, 0x54, |
| | | 0x45, 0x80, 0x9F, 0x8A, 0x27, 0x40, 0x6F, 0x9E, 0x73, 0x96, |
| | | 0x2A, 0x61, 0x21, 0x56, 0xB8, 0xE0, 0x1C, 0xFD, 0x27, 0xAE, |
| | | 0xB9, 0x90, 0x06, 0x77, 0x9F, 0xAB, 0x9A, 0xFD, 0xC3, 0xDE, |
| | | 0x7F, 0x59, 0x2B, 0x02, 0x7A, 0x97, 0x4A, 0x74, 0x00, 0x00, |
| | | 0x00, 0x00, 0x49, 0x45, 0x4E, 0x44, 0xAE, 0x42, 0x60, 0x82, |
| | | }; |
| | | |
| | | wxBitmap& fullscreen_png_to_wx_bitmap() |
| | | { |
| | | static wxMemoryInputStream memIStream( fullscreen_png, sizeof( fullscreen_png ) ); |
| | | static wxImage image( memIStream, wxBITMAP_TYPE_PNG ); |
| | | static wxBitmap bmp( image ); |
| | | return bmp; |
| | | } |
| | | |
| | | |
| | | #endif //FULLSCREEN_PNG_H |
| New file |
| | |
| | | #ifndef ROTATE_LEFT_PNG_H |
| | | #define ROTATE_LEFT_PNG_H |
| | | |
| | | #include <wx/mstream.h> |
| | | #include <wx/image.h> |
| | | #include <wx/bitmap.h> |
| | | |
| | | static const unsigned char rotate_left_png[] = |
| | | { |
| | | 0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00, 0x00, |
| | | 0x00, 0x0D, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x10, |
| | | 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1F, |
| | | 0xF3, 0xFF, 0x61, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, |
| | | 0x73, 0x00, 0x00, 0x00, 0x76, 0x00, 0x00, 0x00, 0x76, 0x01, |
| | | 0x4E, 0x7B, 0x26, 0x08, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, |
| | | 0x58, 0x74, 0x53, 0x6F, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, |
| | | 0x00, 0x77, 0x77, 0x77, 0x2E, 0x69, 0x6E, 0x6B, 0x73, 0x63, |
| | | 0x61, 0x70, 0x65, 0x2E, 0x6F, 0x72, 0x67, 0x9B, 0xEE, 0x3C, |
| | | 0x1A, 0x00, 0x00, 0x01, 0x1C, 0x49, 0x44, 0x41, 0x54, 0x38, |
| | | 0x8D, 0x9D, 0xD3, 0x4B, 0x2B, 0xC4, 0x51, 0x18, 0xC7, 0xF1, |
| | | 0x4F, 0xE3, 0xD2, 0x94, 0x12, 0x56, 0xDE, 0x81, 0x72, 0x09, |
| | | 0x53, 0x34, 0xAC, 0xF0, 0x06, 0xAC, 0xAC, 0x78, 0x07, 0x5E, |
| | | 0x8A, 0x24, 0x26, 0x59, 0x7A, 0x01, 0x4A, 0x59, 0x49, 0x16, |
| | | 0xB2, 0xB3, 0x90, 0x92, 0xCB, 0x96, 0xCD, 0x94, 0xD5, 0x94, |
| | | 0x12, 0xC3, 0x18, 0x63, 0xF1, 0x7F, 0xC6, 0x65, 0x9A, 0xF9, |
| | | 0xBB, 0xFC, 0xEA, 0x74, 0xEA, 0x39, 0xCF, 0xF9, 0x9E, 0xDF, |
| | | 0x73, 0xCE, 0x79, 0x48, 0xD4, 0xEE, 0x53, 0x23, 0x28, 0xE0, |
| | | 0x0A, 0x8F, 0x78, 0xC2, 0x75, 0xC4, 0x86, 0x35, 0xD1, 0x2C, |
| | | 0x4A, 0x98, 0xC1, 0x26, 0xAA, 0xA8, 0xB5, 0x18, 0x55, 0xAC, |
| | | 0x22, 0xFB, 0x15, 0xB0, 0xD0, 0x90, 0xF4, 0x8A, 0x2D, 0xCC, |
| | | 0xA1, 0x0F, 0xBD, 0x98, 0xC0, 0x3A, 0x9E, 0x23, 0xE7, 0x00, |
| | | 0x9D, 0xAD, 0x00, 0xCB, 0xCD, 0x6C, 0x86, 0xC6, 0x51, 0x8C, |
| | | 0xBC, 0x42, 0x3D, 0x38, 0xDF, 0x00, 0x28, 0xA1, 0x2D, 0x05, |
| | | 0x32, 0x16, 0x4E, 0x2A, 0x18, 0x6C, 0xC3, 0x2D, 0x4E, 0xB1, |
| | | 0x8B, 0x1D, 0x6C, 0xE3, 0x26, 0x05, 0x70, 0x87, 0x7E, 0xE4, |
| | | 0xF1, 0x92, 0x92, 0x97, 0xAA, 0xA9, 0x70, 0x7B, 0xF1, 0x5F, |
| | | 0x40, 0x4F, 0x00, 0x4A, 0x19, 0xEC, 0xE1, 0x44, 0x7A, 0xDD, |
| | | 0x8D, 0x7A, 0x8B, 0xB9, 0x03, 0x2E, 0x83, 0x36, 0xF9, 0x07, |
| | | 0xC0, 0x74, 0xEC, 0x39, 0xCB, 0xE0, 0x28, 0x82, 0x8B, 0x7F, |
| | | 0x00, 0x2C, 0xC5, 0x7C, 0x0C, 0x43, 0x61, 0xA9, 0x8C, 0xD1, |
| | | 0x5F, 0x6C, 0xCE, 0x49, 0x6E, 0xBF, 0x8A, 0x81, 0x7A, 0xB0, |
| | | 0x10, 0x96, 0x8A, 0x3F, 0x40, 0x72, 0x92, 0x67, 0xAC, 0x49, |
| | | 0xBE, 0xF4, 0x87, 0xB2, 0x38, 0x8C, 0x85, 0x72, 0x00, 0xF3, |
| | | 0xE8, 0x42, 0xB7, 0xA4, 0xE6, 0xCD, 0x38, 0xB9, 0x86, 0x7D, |
| | | 0x0D, 0xFD, 0x50, 0x87, 0x14, 0xA4, 0x37, 0x53, 0x05, 0x6B, |
| | | 0xBE, 0xF4, 0x41, 0x33, 0x0D, 0x62, 0x43, 0xF2, 0x3A, 0x0F, |
| | | 0xB8, 0xC7, 0x39, 0x56, 0x62, 0xED, 0x9B, 0xDE, 0x01, 0xA6, |
| | | 0xD5, 0x58, 0x18, 0xA2, 0x54, 0x3E, 0x29, 0x00, 0x00, 0x00, |
| | | 0x00, 0x49, 0x45, 0x4E, 0x44, 0xAE, 0x42, 0x60, 0x82, }; |
| | | |
| | | wxBitmap& rotate_left_png_to_wx_bitmap() |
| | | { |
| | | static wxMemoryInputStream memIStream( rotate_left_png, sizeof( rotate_left_png ) ); |
| | | static wxImage image( memIStream, wxBITMAP_TYPE_PNG ); |
| | | static wxBitmap bmp( image ); |
| | | return bmp; |
| | | } |
| | | |
| | | |
| | | #endif //ROTATE_LEFT_PNG_H |
| New file |
| | |
| | | #ifndef ROTATE_RIGHT_PNG_H |
| | | #define ROTATE_RIGHT_PNG_H |
| | | |
| | | #include <wx/mstream.h> |
| | | #include <wx/image.h> |
| | | #include <wx/bitmap.h> |
| | | |
| | | static const unsigned char rotate_right_png[] = |
| | | { |
| | | 0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00, 0x00, |
| | | 0x00, 0x0D, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x10, |
| | | 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1F, |
| | | 0xF3, 0xFF, 0x61, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, |
| | | 0x73, 0x00, 0x00, 0x00, 0x76, 0x00, 0x00, 0x00, 0x76, 0x01, |
| | | 0x4E, 0x7B, 0x26, 0x08, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, |
| | | 0x58, 0x74, 0x53, 0x6F, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, |
| | | 0x00, 0x77, 0x77, 0x77, 0x2E, 0x69, 0x6E, 0x6B, 0x73, 0x63, |
| | | 0x61, 0x70, 0x65, 0x2E, 0x6F, 0x72, 0x67, 0x9B, 0xEE, 0x3C, |
| | | 0x1A, 0x00, 0x00, 0x01, 0x1C, 0x49, 0x44, 0x41, 0x54, 0x38, |
| | | 0x8D, 0x9D, 0xD3, 0xBB, 0x4A, 0x03, 0x51, 0x10, 0xC6, 0xF1, |
| | | 0x9F, 0x31, 0xF1, 0x0A, 0x3E, 0x80, 0xAD, 0x90, 0x26, 0xE0, |
| | | 0xA5, 0x08, 0x2A, 0x08, 0xB6, 0xBE, 0x80, 0x08, 0x0A, 0x16, |
| | | 0x56, 0xBE, 0x8A, 0x5A, 0x18, 0x2D, 0xA2, 0x95, 0x2F, 0xA1, |
| | | 0x85, 0x8D, 0xA2, 0xAD, 0x58, 0x48, 0x04, 0x4B, 0x41, 0x10, |
| | | 0x9B, 0x80, 0x60, 0x21, 0x31, 0x6A, 0x8C, 0x45, 0x26, 0x18, |
| | | 0x72, 0x59, 0x88, 0x03, 0xCB, 0x9E, 0x9D, 0x99, 0xEF, 0x3F, |
| | | 0x73, 0x66, 0xCF, 0xA1, 0xD3, 0x72, 0xD8, 0x47, 0x09, 0x1F, |
| | | 0x78, 0xC3, 0x03, 0x8A, 0x98, 0x6E, 0xC9, 0x1B, 0x6C, 0x17, |
| | | 0x66, 0x42, 0xF8, 0x8D, 0x7A, 0x8F, 0xE7, 0x07, 0xC7, 0x58, |
| | | 0x46, 0x19, 0x2B, 0xAD, 0xE2, 0xB3, 0x48, 0xAA, 0xA2, 0x80, |
| | | 0x3C, 0x86, 0x31, 0x8A, 0x25, 0x1C, 0xE0, 0xB3, 0x0D, 0xB8, |
| | | 0xD9, 0x04, 0xEC, 0x84, 0xE3, 0x19, 0x33, 0x5D, 0xB6, 0xD5, |
| | | 0xB4, 0xAD, 0x6E, 0x80, 0xA9, 0x68, 0xBB, 0x82, 0xD9, 0x04, |
| | | 0xF1, 0x00, 0x5E, 0xDA, 0x00, 0x6B, 0x69, 0x6C, 0xC7, 0x40, |
| | | 0x8A, 0xB8, 0x4B, 0x00, 0xD4, 0xB1, 0x8A, 0xC9, 0xF8, 0xFE, |
| | | 0xC2, 0x39, 0xDC, 0x46, 0x70, 0x31, 0x41, 0x9C, 0x68, 0xE5, |
| | | 0x00, 0x4C, 0xFC, 0x47, 0x9C, 0x46, 0x2A, 0xD6, 0x3F, 0x7D, |
| | | 0xE8, 0x52, 0xB8, 0xD6, 0x38, 0x27, 0x6E, 0xA2, 0x83, 0x85, |
| | | 0x3E, 0x00, 0x73, 0xA1, 0x79, 0x4C, 0xE1, 0x22, 0x9C, 0x1B, |
| | | 0x7D, 0x00, 0xD6, 0xE3, 0x7D, 0x09, 0x59, 0x8D, 0x89, 0x56, |
| | | 0x25, 0xFF, 0xC6, 0xA6, 0xE5, 0xF0, 0xAE, 0xB1, 0xE5, 0x7C, |
| | | 0xD3, 0xB9, 0xEB, 0xEF, 0x20, 0x25, 0x41, 0x72, 0x78, 0x8A, |
| | | 0xDC, 0x93, 0xD6, 0x40, 0x06, 0xA7, 0x11, 0xA8, 0xE0, 0x10, |
| | | 0xF3, 0x18, 0xC3, 0x48, 0x54, 0x2A, 0x68, 0x0C, 0xAD, 0x8E, |
| | | 0x2B, 0x8C, 0xB7, 0xD3, 0x87, 0xB0, 0x87, 0x9A, 0xDE, 0x97, |
| | | 0xA9, 0x86, 0xA3, 0x80, 0xF6, 0xB4, 0x6C, 0x54, 0x2B, 0xE1, |
| | | 0x35, 0xAA, 0xDE, 0x47, 0x57, 0x1D, 0xF7, 0xE4, 0x17, 0xBF, |
| | | 0xE2, 0x56, 0x31, 0x5E, 0xE5, 0x59, 0xC4, 0x00, 0x00, 0x00, |
| | | 0x00, 0x49, 0x45, 0x4E, 0x44, 0xAE, 0x42, 0x60, 0x82, }; |
| | | |
| | | wxBitmap& rotate_right_png_to_wx_bitmap() |
| | | { |
| | | static wxMemoryInputStream memIStream( rotate_right_png, sizeof( rotate_right_png ) ); |
| | | static wxImage image( memIStream, wxBITMAP_TYPE_PNG ); |
| | | static wxBitmap bmp( image ); |
| | | return bmp; |
| | | } |
| | | |
| | | |
| | | #endif //ROTATE_RIGHT_PNG_H |
| New file |
| | |
| | | #ifndef ZOOM_IN_PNG_H |
| | | #define ZOOM_IN_PNG_H |
| | | |
| | | #include <wx/mstream.h> |
| | | #include <wx/image.h> |
| | | #include <wx/bitmap.h> |
| | | |
| | | static const unsigned char zoom_in_png[] = |
| | | { |
| | | 0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00, 0x00, |
| | | 0x00, 0x0D, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x10, |
| | | 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1F, |
| | | 0xF3, 0xFF, 0x61, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, |
| | | 0x73, 0x00, 0x00, 0x00, 0x76, 0x00, 0x00, 0x00, 0x76, 0x01, |
| | | 0x4E, 0x7B, 0x26, 0x08, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, |
| | | 0x58, 0x74, 0x53, 0x6F, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, |
| | | 0x00, 0x77, 0x77, 0x77, 0x2E, 0x69, 0x6E, 0x6B, 0x73, 0x63, |
| | | 0x61, 0x70, 0x65, 0x2E, 0x6F, 0x72, 0x67, 0x9B, 0xEE, 0x3C, |
| | | 0x1A, 0x00, 0x00, 0x01, 0x05, 0x49, 0x44, 0x41, 0x54, 0x38, |
| | | 0x8D, 0x8D, 0xD2, 0x3D, 0x4E, 0x02, 0x51, 0x14, 0x05, 0xE0, |
| | | 0x4F, 0x3A, 0xE9, 0x05, 0x94, 0xB5, 0x58, 0xD8, 0xD3, 0x60, |
| | | 0x88, 0xDB, 0xD0, 0xC4, 0x0D, 0xE0, 0x5F, 0xED, 0x4E, 0x2C, |
| | | 0x8C, 0xD8, 0x58, 0xA2, 0x8D, 0x89, 0x10, 0xB1, 0x74, 0x0F, |
| | | 0x0A, 0x89, 0x12, 0x0B, 0x15, 0x0B, 0x2E, 0xE1, 0x31, 0xCE, |
| | | 0x64, 0x38, 0xC9, 0xCB, 0x9B, 0x77, 0xEE, 0xB9, 0xBF, 0x73, |
| | | 0x59, 0x45, 0x1D, 0xA7, 0x78, 0xC2, 0x04, 0x53, 0x0C, 0x70, |
| | | 0x82, 0x9A, 0x12, 0x74, 0x30, 0xC6, 0xAC, 0xE0, 0xBC, 0x87, |
| | | 0x26, 0x17, 0xFB, 0xF8, 0x0E, 0x61, 0x1F, 0x6D, 0x34, 0xB1, |
| | | 0x83, 0x16, 0xEE, 0xC2, 0xF6, 0x83, 0x83, 0xAC, 0x73, 0x0D, |
| | | 0x6F, 0x21, 0xB8, 0xC4, 0x46, 0x41, 0x92, 0x6E, 0x68, 0xC6, |
| | | 0x68, 0xE4, 0x19, 0xFA, 0xA8, 0x24, 0xFC, 0x43, 0x70, 0x29, |
| | | 0x7A, 0xA1, 0x3D, 0x4F, 0xC9, 0x61, 0x90, 0xED, 0x8C, 0x78, |
| | | 0xD1, 0x7B, 0x8A, 0xBD, 0xE0, 0x86, 0x29, 0xF9, 0x11, 0x64, |
| | | 0x33, 0xC9, 0x9C, 0x1D, 0xE0, 0xA2, 0x92, 0x6A, 0xBC, 0x3F, |
| | | 0x17, 0xCE, 0x15, 0xFC, 0x26, 0x19, 0x25, 0xEF, 0x6C, 0x35, |
| | | 0xE9, 0xBD, 0x82, 0x41, 0x18, 0x5A, 0x6B, 0xB4, 0xB0, 0x1B, |
| | | 0xDC, 0x73, 0x5A, 0xC1, 0x4D, 0x7C, 0x1F, 0x66, 0xC4, 0xF7, |
| | | 0xFE, 0x0F, 0xF1, 0x28, 0xEE, 0xEB, 0x94, 0xAC, 0x5B, 0x2E, |
| | | 0x50, 0x37, 0xAF, 0xC4, 0xC0, 0xB1, 0xE5, 0x6F, 0xAC, 0x67, |
| | | 0x8D, 0x1D, 0xCB, 0x45, 0xEA, 0x99, 0x4F, 0xBB, 0x8A, 0xCD, |
| | | 0x28, 0xFB, 0x2A, 0x69, 0xE9, 0x15, 0x5B, 0x79, 0x19, 0xCA, |
| | | 0x56, 0x79, 0x12, 0xCE, 0x33, 0x8C, 0x8A, 0x82, 0x34, 0x70, |
| | | 0x66, 0x3E, 0xA4, 0x69, 0x9C, 0x11, 0x2E, 0xB0, 0x1D, 0x4E, |
| | | 0x2F, 0x65, 0x41, 0xCA, 0x90, 0x06, 0x79, 0x2C, 0xDA, 0xFB, |
| | | 0x75, 0x82, 0xDC, 0xE2, 0xEB, 0x0F, 0x93, 0xCD, 0x61, 0x15, |
| | | 0x7C, 0x55, 0xE1, 0x85, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, |
| | | 0x4E, 0x44, 0xAE, 0x42, 0x60, 0x82, |
| | | }; |
| | | |
| | | wxBitmap& zoom_in_png_to_wx_bitmap() |
| | | { |
| | | static wxMemoryInputStream memIStream( zoom_in_png, sizeof( zoom_in_png ) ); |
| | | static wxImage image( memIStream, wxBITMAP_TYPE_PNG ); |
| | | static wxBitmap bmp( image ); |
| | | return bmp; |
| | | } |
| | | |
| | | |
| | | #endif //ZOOM_IN_PNG_H |
| New file |
| | |
| | | #ifndef ZOOM_OUT_PNG_H |
| | | #define ZOOM_OUT_PNG_H |
| | | |
| | | #include <wx/mstream.h> |
| | | #include <wx/image.h> |
| | | #include <wx/bitmap.h> |
| | | |
| | | static const unsigned char zoom_out_png[] = |
| | | { |
| | | 0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00, 0x00, |
| | | 0x00, 0x0D, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x10, |
| | | 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1F, |
| | | 0xF3, 0xFF, 0x61, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, |
| | | 0x73, 0x00, 0x00, 0x00, 0x76, 0x00, 0x00, 0x00, 0x76, 0x01, |
| | | 0x4E, 0x7B, 0x26, 0x08, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, |
| | | 0x58, 0x74, 0x53, 0x6F, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, |
| | | 0x00, 0x77, 0x77, 0x77, 0x2E, 0x69, 0x6E, 0x6B, 0x73, 0x63, |
| | | 0x61, 0x70, 0x65, 0x2E, 0x6F, 0x72, 0x67, 0x9B, 0xEE, 0x3C, |
| | | 0x1A, 0x00, 0x00, 0x01, 0x01, 0x49, 0x44, 0x41, 0x54, 0x38, |
| | | 0x8D, 0x9D, 0xD2, 0xBD, 0x4E, 0x02, 0x51, 0x10, 0x05, 0xE0, |
| | | 0x4F, 0x3A, 0xB5, 0x76, 0xFD, 0xE1, 0x11, 0xEC, 0x8C, 0xB5, |
| | | 0x89, 0xD6, 0x16, 0x04, 0x7D, 0x0F, 0x63, 0x61, 0x0F, 0x4A, |
| | | 0xED, 0xAB, 0x98, 0x98, 0x60, 0x63, 0x68, 0xAC, 0xA5, 0x20, |
| | | 0x94, 0x3C, 0x83, 0x42, 0x42, 0xB4, 0x22, 0x62, 0xC1, 0xAC, |
| | | 0x7B, 0x45, 0xD6, 0x35, 0x9E, 0x64, 0x72, 0xE7, 0xCE, 0x9C, |
| | | 0x73, 0xEE, 0xEE, 0xBD, 0xC3, 0x77, 0x64, 0x68, 0xE1, 0x19, |
| | | 0x13, 0xBC, 0xA1, 0x1F, 0xB5, 0x4C, 0x05, 0x9A, 0x18, 0x63, |
| | | 0x5E, 0x12, 0xAF, 0xC1, 0x59, 0x89, 0x06, 0x66, 0x41, 0x7C, |
| | | 0x8A, 0x7D, 0x1D, 0x7B, 0x38, 0xC5, 0x63, 0xF4, 0x66, 0x38, |
| | | 0x5F, 0x16, 0x6F, 0xE1, 0x25, 0x08, 0xB7, 0x58, 0x2B, 0x39, |
| | | 0xA4, 0x1D, 0x9C, 0x09, 0xB6, 0xD3, 0x46, 0x2B, 0x39, 0xB9, |
| | | 0x4C, 0x9C, 0xA3, 0x1B, 0xDC, 0xEB, 0xB4, 0xD8, 0x8F, 0x62, |
| | | 0xA3, 0x42, 0x0C, 0xC7, 0xC1, 0xED, 0xA7, 0xC5, 0x69, 0x14, |
| | | 0xEB, 0xB1, 0x2F, 0xBB, 0x44, 0xD8, 0x8C, 0x7C, 0x9A, 0x8B, |
| | | 0x6B, 0xF8, 0x48, 0x84, 0x55, 0xC8, 0x39, 0x5F, 0xBF, 0x5A, |
| | | 0xC3, 0x28, 0xF2, 0x83, 0xA4, 0xB9, 0x2A, 0xE0, 0x30, 0xD6, |
| | | 0x51, 0x6A, 0xD0, 0x8D, 0xFC, 0xE2, 0x0F, 0x5F, 0x70, 0x19, |
| | | 0xEB, 0x7D, 0x5A, 0xCC, 0x14, 0x03, 0xD4, 0xFE, 0x45, 0x7C, |
| | | 0x15, 0x9C, 0xB1, 0xA5, 0x67, 0x84, 0x33, 0xC5, 0x20, 0x3D, |
| | | 0xE0, 0x04, 0x1B, 0x58, 0xC7, 0x11, 0xEE, 0x14, 0x97, 0x39, |
| | | 0xB2, 0x98, 0x9D, 0x1F, 0x68, 0x5A, 0x0C, 0x49, 0xD9, 0x2B, |
| | | 0x4C, 0x42, 0x3C, 0xC7, 0xB0, 0xCC, 0x64, 0x07, 0x37, 0x18, |
| | | 0xE0, 0x3D, 0x62, 0x80, 0x0E, 0x76, 0x43, 0x34, 0xAC, 0x32, |
| | | 0xA9, 0x42, 0x6A, 0xD2, 0xFB, 0x8F, 0x41, 0x6E, 0xD2, 0xC3, |
| | | 0xFE, 0x27, 0xE9, 0xED, 0x55, 0x8D, 0x88, 0x47, 0x65, 0x9C, |
| | | 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4E, 0x44, 0xAE, 0x42, |
| | | 0x60, 0x82, |
| | | }; |
| | | |
| | | wxBitmap& zoom_out_png_to_wx_bitmap() |
| | | { |
| | | static wxMemoryInputStream memIStream( zoom_out_png, sizeof( zoom_out_png ) ); |
| | | static wxImage image( memIStream, wxBITMAP_TYPE_PNG ); |
| | | static wxBitmap bmp( image ); |
| | | return bmp; |
| | | } |
| | | |
| | | |
| | | #endif //ZOOM_OUT_PNG_H |
| New file |
| | |
| | | mondrian ICON "../res/icons/16/cube.ico" |
| | | #include "wx/msw/wx.rc" |
| New file |
| | |
| | | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
| | | <wxFormBuilder_Project> |
| | | <FileVersion major="1" minor="17"/> |
| | | <object class="Project" expanded="true"> |
| | | <property name="class_decoration">; </property> |
| | | <property name="code_generation">C++</property> |
| | | <property name="disconnect_events">1</property> |
| | | <property name="disconnect_mode">source_name</property> |
| | | <property name="disconnect_php_events">0</property> |
| | | <property name="disconnect_python_events">0</property> |
| | | <property name="embedded_files_path">Z:\wx.image_viewer\res</property> |
| | | <property name="encoding">UTF-8</property> |
| | | <property name="event_generation">connect</property> |
| | | <property name="file">ImageViewer</property> |
| | | <property name="first_id">1000</property> |
| | | <property name="help_provider">wxSimpleHelpProvider</property> |
| | | <property name="image_path_wrapper_function_name"></property> |
| | | <property name="indent_with_spaces"></property> |
| | | <property name="internationalize">1</property> |
| | | <property name="name">ImageViewer</property> |
| | | <property name="namespace"></property> |
| | | <property name="path">Z:\wx.image_viewer\ui</property> |
| | | <property name="precompiled_header"></property> |
| | | <property name="relative_path">1</property> |
| | | <property name="skip_lua_events">1</property> |
| | | <property name="skip_php_events">1</property> |
| | | <property name="skip_python_events">1</property> |
| | | <property name="ui_table">UI</property> |
| | | <property name="use_array_enum">0</property> |
| | | <property name="use_enum">0</property> |
| | | <property name="use_microsoft_bom">0</property> |
| | | <object class="Frame" expanded="true"> |
| | | <property name="aui_managed">0</property> |
| | | <property name="aui_manager_style">wxAUI_MGR_DEFAULT</property> |
| | | <property name="bg"></property> |
| | | <property name="center">wxBOTH</property> |
| | | <property name="context_help"></property> |
| | | <property name="context_menu">1</property> |
| | | <property name="drag_accept_files">1</property> |
| | | <property name="enabled">1</property> |
| | | <property name="event_handler">impl_virtual</property> |
| | | <property name="extra_style"></property> |
| | | <property name="fg"></property> |
| | | <property name="font"></property> |
| | | <property name="hidden">0</property> |
| | | <property name="id">wxID_ANY</property> |
| | | <property name="maximum_size"></property> |
| | | <property name="minimum_size"></property> |
| | | <property name="name">ImageWindow</property> |
| | | <property name="pos"></property> |
| | | <property name="size">500,300</property> |
| | | <property name="style">wxDEFAULT_FRAME_STYLE</property> |
| | | <property name="subclass">; ; forward_declare</property> |
| | | <property name="title">Image viewer</property> |
| | | <property name="tooltip"></property> |
| | | <property name="two_step_creation">0</property> |
| | | <property name="window_extra_style"></property> |
| | | <property name="window_name"></property> |
| | | <property name="window_style">wxTAB_TRAVERSAL</property> |
| | | <property name="xrc_skip_sizer">1</property> |
| | | <object class="wxBoxSizer" expanded="true"> |
| | | <property name="minimum_size"></property> |
| | | <property name="name">bSizer1</property> |
| | | <property name="orient">wxVERTICAL</property> |
| | | <property name="permission">none</property> |
| | | <object class="sizeritem" expanded="true"> |
| | | <property name="border">5</property> |
| | | <property name="flag">wxALL|wxEXPAND</property> |
| | | <property name="proportion">1</property> |
| | | <object class="wxStaticBitmap" expanded="true"> |
| | | <property name="BottomDockable">1</property> |
| | | <property name="LeftDockable">1</property> |
| | | <property name="RightDockable">1</property> |
| | | <property name="TopDockable">1</property> |
| | | <property name="aui_layer"></property> |
| | | <property name="aui_name"></property> |
| | | <property name="aui_position"></property> |
| | | <property name="aui_row"></property> |
| | | <property name="best_size"></property> |
| | | <property name="bg"></property> |
| | | <property name="bitmap"></property> |
| | | <property name="caption"></property> |
| | | <property name="caption_visible">1</property> |
| | | <property name="center_pane">0</property> |
| | | <property name="close_button">1</property> |
| | | <property name="context_help"></property> |
| | | <property name="context_menu">1</property> |
| | | <property name="default_pane">0</property> |
| | | <property name="dock">Dock</property> |
| | | <property name="dock_fixed">0</property> |
| | | <property name="docking">Left</property> |
| | | <property name="drag_accept_files">0</property> |
| | | <property name="enabled">1</property> |
| | | <property name="fg"></property> |
| | | <property name="floatable">1</property> |
| | | <property name="font"></property> |
| | | <property name="gripper">0</property> |
| | | <property name="hidden">0</property> |
| | | <property name="id">wxID_ANY</property> |
| | | <property name="max_size"></property> |
| | | <property name="maximize_button">0</property> |
| | | <property name="maximum_size"></property> |
| | | <property name="min_size"></property> |
| | | <property name="minimize_button">0</property> |
| | | <property name="minimum_size"></property> |
| | | <property name="moveable">1</property> |
| | | <property name="name">m_bitmap1</property> |
| | | <property name="pane_border">1</property> |
| | | <property name="pane_position"></property> |
| | | <property name="pane_size"></property> |
| | | <property name="permission">protected</property> |
| | | <property name="pin_button">1</property> |
| | | <property name="pos"></property> |
| | | <property name="resize">Resizable</property> |
| | | <property name="show">1</property> |
| | | <property name="size"></property> |
| | | <property name="subclass">; ; forward_declare</property> |
| | | <property name="toolbar_pane">0</property> |
| | | <property name="tooltip"></property> |
| | | <property name="window_extra_style"></property> |
| | | <property name="window_name"></property> |
| | | <property name="window_style"></property> |
| | | </object> |
| | | </object> |
| | | </object> |
| | | <object class="wxStatusBar" expanded="true"> |
| | | <property name="bg"></property> |
| | | <property name="context_help"></property> |
| | | <property name="context_menu">1</property> |
| | | <property name="drag_accept_files">0</property> |
| | | <property name="enabled">1</property> |
| | | <property name="fg"></property> |
| | | <property name="fields">1</property> |
| | | <property name="font"></property> |
| | | <property name="hidden">0</property> |
| | | <property name="id">wxID_ANY</property> |
| | | <property name="maximum_size"></property> |
| | | <property name="minimum_size"></property> |
| | | <property name="name">m_statusBar1</property> |
| | | <property name="permission">protected</property> |
| | | <property name="pos"></property> |
| | | <property name="size"></property> |
| | | <property name="style">wxSTB_SIZEGRIP</property> |
| | | <property name="subclass">; ; forward_declare</property> |
| | | <property name="tooltip"></property> |
| | | <property name="window_extra_style"></property> |
| | | <property name="window_name"></property> |
| | | <property name="window_style"></property> |
| | | </object> |
| | | <object class="wxToolBar" expanded="true"> |
| | | <property name="BottomDockable">1</property> |
| | | <property name="LeftDockable">1</property> |
| | | <property name="RightDockable">1</property> |
| | | <property name="TopDockable">1</property> |
| | | <property name="aui_layer"></property> |
| | | <property name="aui_name"></property> |
| | | <property name="aui_position"></property> |
| | | <property name="aui_row"></property> |
| | | <property name="best_size"></property> |
| | | <property name="bg"></property> |
| | | <property name="bitmapsize"></property> |
| | | <property name="caption"></property> |
| | | <property name="caption_visible">1</property> |
| | | <property name="center_pane">0</property> |
| | | <property name="close_button">1</property> |
| | | <property name="context_help"></property> |
| | | <property name="context_menu">1</property> |
| | | <property name="default_pane">0</property> |
| | | <property name="dock">Dock</property> |
| | | <property name="dock_fixed">0</property> |
| | | <property name="docking">Left</property> |
| | | <property name="drag_accept_files">0</property> |
| | | <property name="enabled">1</property> |
| | | <property name="fg"></property> |
| | | <property name="floatable">1</property> |
| | | <property name="font"></property> |
| | | <property name="gripper">0</property> |
| | | <property name="hidden">0</property> |
| | | <property name="id">wxID_ANY</property> |
| | | <property name="margins"></property> |
| | | <property name="max_size"></property> |
| | | <property name="maximize_button">0</property> |
| | | <property name="maximum_size"></property> |
| | | <property name="min_size"></property> |
| | | <property name="minimize_button">0</property> |
| | | <property name="minimum_size"></property> |
| | | <property name="moveable">1</property> |
| | | <property name="name">m_toolBar1</property> |
| | | <property name="packing">1</property> |
| | | <property name="pane_border">1</property> |
| | | <property name="pane_position"></property> |
| | | <property name="pane_size"></property> |
| | | <property name="permission">protected</property> |
| | | <property name="pin_button">1</property> |
| | | <property name="pos"></property> |
| | | <property name="resize">Resizable</property> |
| | | <property name="separation">5</property> |
| | | <property name="show">1</property> |
| | | <property name="size"></property> |
| | | <property name="style">wxTB_DOCKABLE|wxTB_HORIZONTAL</property> |
| | | <property name="subclass">; ; forward_declare</property> |
| | | <property name="toolbar_pane">0</property> |
| | | <property name="tooltip"></property> |
| | | <property name="window_extra_style"></property> |
| | | <property name="window_name"></property> |
| | | <property name="window_style"></property> |
| | | <object class="tool" expanded="true"> |
| | | <property name="bitmap">Load From Embedded File; ../res/icons/16/add_image.png</property> |
| | | <property name="context_menu">0</property> |
| | | <property name="id">wxID_ANY</property> |
| | | <property name="kind">wxITEM_NORMAL</property> |
| | | <property name="label">Open image</property> |
| | | <property name="name">m_open_image</property> |
| | | <property name="permission">protected</property> |
| | | <property name="statusbar"></property> |
| | | <property name="tooltip"></property> |
| | | </object> |
| | | <object class="toolSeparator" expanded="true"> |
| | | <property name="permission">protected</property> |
| | | </object> |
| | | <object class="tool" expanded="true"> |
| | | <property name="bitmap">Load From Embedded File; ../res/icons/16/rotate_left.png</property> |
| | | <property name="context_menu">0</property> |
| | | <property name="id">wxID_ANY</property> |
| | | <property name="kind">wxITEM_NORMAL</property> |
| | | <property name="label">Rotate -90</property> |
| | | <property name="name">m_rotate_left</property> |
| | | <property name="permission">protected</property> |
| | | <property name="statusbar"></property> |
| | | <property name="tooltip"></property> |
| | | </object> |
| | | <object class="tool" expanded="true"> |
| | | <property name="bitmap">Load From Embedded File; ../res/icons/16/rotate_right.png</property> |
| | | <property name="context_menu">0</property> |
| | | <property name="id">wxID_ANY</property> |
| | | <property name="kind">wxITEM_NORMAL</property> |
| | | <property name="label">Rotate +90</property> |
| | | <property name="name">m_rotate_right</property> |
| | | <property name="permission">protected</property> |
| | | <property name="statusbar"></property> |
| | | <property name="tooltip"></property> |
| | | </object> |
| | | <object class="tool" expanded="true"> |
| | | <property name="bitmap">Load From Embedded File; ../res/icons/16/zoom_in.png</property> |
| | | <property name="context_menu">0</property> |
| | | <property name="id">wxID_ANY</property> |
| | | <property name="kind">wxITEM_NORMAL</property> |
| | | <property name="label">Zoom in</property> |
| | | <property name="name">m_zoom_in</property> |
| | | <property name="permission">protected</property> |
| | | <property name="statusbar"></property> |
| | | <property name="tooltip"></property> |
| | | </object> |
| | | <object class="tool" expanded="true"> |
| | | <property name="bitmap">Load From Embedded File; ../res/icons/16/zoom_out.png</property> |
| | | <property name="context_menu">0</property> |
| | | <property name="id">wxID_ANY</property> |
| | | <property name="kind">wxITEM_NORMAL</property> |
| | | <property name="label">Zoom out</property> |
| | | <property name="name">m_zoom_out</property> |
| | | <property name="permission">protected</property> |
| | | <property name="statusbar"></property> |
| | | <property name="tooltip"></property> |
| | | </object> |
| | | <object class="tool" expanded="true"> |
| | | <property name="bitmap">Load From Embedded File; ../res/icons/16/fullscreen.png</property> |
| | | <property name="context_menu">0</property> |
| | | <property name="id">wxID_ANY</property> |
| | | <property name="kind">wxITEM_NORMAL</property> |
| | | <property name="label">Fullscreen</property> |
| | | <property name="name">m_fullscreen</property> |
| | | <property name="permission">protected</property> |
| | | <property name="statusbar"></property> |
| | | <property name="tooltip"></property> |
| | | </object> |
| | | </object> |
| | | </object> |
| | | </object> |
| | | </wxFormBuilder_Project> |
| New file |
| | |
| | | /////////////////////////////////////////////////////////////////////////// |
| | | // C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf) |
| | | // http://www.wxformbuilder.org/ |
| | | // |
| | | // PLEASE DO *NOT* EDIT THIS FILE! |
| | | /////////////////////////////////////////////////////////////////////////// |
| | | |
| | | #include "ImageViewer.h" |
| | | |
| | | #include "../res/add_image.png.h" |
| | | #include "../res/fullscreen.png.h" |
| | | #include "../res/rotate_left.png.h" |
| | | #include "../res/rotate_right.png.h" |
| | | #include "../res/zoom_in.png.h" |
| | | #include "../res/zoom_out.png.h" |
| | | |
| | | // Using the construction of a static object to ensure that the help provider is set |
| | | // wx Manages the most recent HelpProvider passed to ::Set, but not the previous ones |
| | | // If ::Set gets called more than once, the previous one is returned and should be deleted |
| | | class wxFBContextSensitiveHelpSetter |
| | | { |
| | | public: |
| | | wxFBContextSensitiveHelpSetter() |
| | | { |
| | | wxSimpleHelpProvider* help = new wxSimpleHelpProvider(); |
| | | wxHelpProvider* old = wxHelpProvider::Set( help ); |
| | | if (old != 0){ |
| | | delete old; |
| | | } |
| | | } |
| | | }; |
| | | |
| | | static wxFBContextSensitiveHelpSetter s_wxFBSetTheHelpProvider; |
| | | /////////////////////////////////////////////////////////////////////////// |
| | | |
| | | ImageWindow::ImageWindow( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : wxFrame( parent, id, title, pos, size, style ) |
| | | { |
| | | this->SetSizeHints( wxDefaultSize, wxDefaultSize ); |
| | | this->DragAcceptFiles( true ); |
| | | |
| | | wxBoxSizer* bSizer1; |
| | | bSizer1 = new wxBoxSizer( wxVERTICAL ); |
| | | |
| | | m_bitmap1 = new wxStaticBitmap( this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxDefaultSize, 0 ); |
| | | bSizer1->Add( m_bitmap1, 1, wxALL|wxEXPAND, 5 ); |
| | | |
| | | |
| | | this->SetSizer( bSizer1 ); |
| | | this->Layout(); |
| | | m_statusBar1 = this->CreateStatusBar( 1, wxSTB_SIZEGRIP, wxID_ANY ); |
| | | m_toolBar1 = this->CreateToolBar( wxTB_DOCKABLE|wxTB_HORIZONTAL, wxID_ANY ); |
| | | m_open_image = m_toolBar1->AddTool( wxID_ANY, _("Open image"), add_image_png_to_wx_bitmap(), wxNullBitmap, wxITEM_NORMAL, wxEmptyString, wxEmptyString, NULL ); |
| | | |
| | | m_toolBar1->AddSeparator(); |
| | | |
| | | m_rotate_left = m_toolBar1->AddTool( wxID_ANY, _("Rotate -90"), rotate_left_png_to_wx_bitmap(), wxNullBitmap, wxITEM_NORMAL, wxEmptyString, wxEmptyString, NULL ); |
| | | |
| | | m_rotate_right = m_toolBar1->AddTool( wxID_ANY, _("Rotate +90"), rotate_right_png_to_wx_bitmap(), wxNullBitmap, wxITEM_NORMAL, wxEmptyString, wxEmptyString, NULL ); |
| | | |
| | | m_zoom_in = m_toolBar1->AddTool( wxID_ANY, _("Zoom in"), zoom_in_png_to_wx_bitmap(), wxNullBitmap, wxITEM_NORMAL, wxEmptyString, wxEmptyString, NULL ); |
| | | |
| | | m_zoom_out = m_toolBar1->AddTool( wxID_ANY, _("Zoom out"), zoom_out_png_to_wx_bitmap(), wxNullBitmap, wxITEM_NORMAL, wxEmptyString, wxEmptyString, NULL ); |
| | | |
| | | m_fullscreen = m_toolBar1->AddTool( wxID_ANY, _("Fullscreen"), fullscreen_png_to_wx_bitmap(), wxNullBitmap, wxITEM_NORMAL, wxEmptyString, wxEmptyString, NULL ); |
| | | |
| | | m_toolBar1->Realize(); |
| | | |
| | | |
| | | this->Centre( wxBOTH ); |
| | | } |
| | | |
| | | ImageWindow::~ImageWindow() |
| | | { |
| | | } |
| New file |
| | |
| | | /////////////////////////////////////////////////////////////////////////// |
| | | // C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf) |
| | | // http://www.wxformbuilder.org/ |
| | | // |
| | | // PLEASE DO *NOT* EDIT THIS FILE! |
| | | /////////////////////////////////////////////////////////////////////////// |
| | | |
| | | #pragma once |
| | | |
| | | #include <wx/artprov.h> |
| | | #include <wx/xrc/xmlres.h> |
| | | #include <wx/cshelp.h> |
| | | #include <wx/intl.h> |
| | | #include <wx/bitmap.h> |
| | | #include <wx/image.h> |
| | | #include <wx/icon.h> |
| | | #include <wx/statbmp.h> |
| | | #include <wx/gdicmn.h> |
| | | #include <wx/font.h> |
| | | #include <wx/colour.h> |
| | | #include <wx/settings.h> |
| | | #include <wx/string.h> |
| | | #include <wx/sizer.h> |
| | | #include <wx/statusbr.h> |
| | | #include <wx/toolbar.h> |
| | | #include <wx/frame.h> |
| | | |
| | | /////////////////////////////////////////////////////////////////////////// |
| | | |
| | | |
| | | /////////////////////////////////////////////////////////////////////////////// |
| | | /// Class ImageWindow |
| | | /////////////////////////////////////////////////////////////////////////////// |
| | | class ImageWindow : public wxFrame |
| | | { |
| | | private: |
| | | |
| | | protected: |
| | | wxStaticBitmap* m_bitmap1; |
| | | wxStatusBar* m_statusBar1; |
| | | wxToolBar* m_toolBar1; |
| | | wxToolBarToolBase* m_open_image; |
| | | wxToolBarToolBase* m_rotate_left; |
| | | wxToolBarToolBase* m_rotate_right; |
| | | wxToolBarToolBase* m_zoom_in; |
| | | wxToolBarToolBase* m_zoom_out; |
| | | wxToolBarToolBase* m_fullscreen; |
| | | |
| | | public: |
| | | |
| | | ImageWindow( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Image viewer"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); |
| | | |
| | | ~ImageWindow(); |
| | | |
| | | }; |
| | | |
| New file |
| | |
| | | #include "ImageViewerImageWindow.h" |
| | | |
| | | ImageViewerImageWindow::ImageViewerImageWindow( wxWindow* parent ) |
| | | : |
| | | ImageWindow( parent ) |
| | | { |
| | | |
| | | } |
| New file |
| | |
| | | #ifndef __ImageViewerImageWindow__ |
| | | #define __ImageViewerImageWindow__ |
| | | |
| | | /** |
| | | @file |
| | | Subclass of ImageWindow, which is generated by wxFormBuilder. |
| | | */ |
| | | |
| | | #include "ImageViewer.h" |
| | | |
| | | //// end generated include |
| | | |
| | | /** Implementing ImageWindow */ |
| | | class ImageViewerImageWindow : public ImageWindow |
| | | { |
| | | public: |
| | | /** Constructor */ |
| | | ImageViewerImageWindow( wxWindow* parent ); |
| | | //// end generated class members |
| | | |
| | | |
| | | |
| | | }; |
| | | |
| | | #endif // __ImageViewerImageWindow__ |