vrclient: Move sources out of vrclient_x64 subfolder.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-10-03 13:19:46 +02:00 committed by Arkadiusz Hiler
parent 98a90a1458
commit e9aeba85f2
161 changed files with 165 additions and 165 deletions

View file

@ -6,148 +6,148 @@ EXTRADLLFLAGS = -mcygwin -static-libgcc -static-libstdc++ -ldl
EXTRADEFS = -DWINE_NO_LONG_TYPES -DGNUC EXTRADEFS = -DWINE_NO_LONG_TYPES -DGNUC
SOURCES = \ SOURCES = \
vrclient_x64/flatapi.c \ flatapi.c \
vrclient_x64/vrclient_generated.c \ vrclient_generated.c \
vrclient_x64/vrclient_main.c \ vrclient_main.c \
vrclient_x64/vrcompositor_manual.c \ vrcompositor_manual.c \
vrclient_x64/vrinput_manual.c \ vrinput_manual.c \
vrclient_x64/vroverlay_manual.c \ vroverlay_manual.c \
vrclient_x64/vrsystem_manual.c \ vrsystem_manual.c \
vrclient_x64/vrrendermodels_manual.c \ vrrendermodels_manual.c \
vrclient_x64/winIVRApplications.c \ winIVRApplications.c \
vrclient_x64/winIVRChaperone.c \ winIVRChaperone.c \
vrclient_x64/winIVRChaperoneSetup.c \ winIVRChaperoneSetup.c \
vrclient_x64/winIVRClientCore.c \ winIVRClientCore.c \
vrclient_x64/winIVRCompositor.c \ winIVRCompositor.c \
vrclient_x64/winIVRControlPanel.c \ winIVRControlPanel.c \
vrclient_x64/winIVRDriverManager.c \ winIVRDriverManager.c \
vrclient_x64/winIVRExtendedDisplay.c \ winIVRExtendedDisplay.c \
vrclient_x64/winIVRHeadsetView.c \ winIVRHeadsetView.c \
vrclient_x64/winIVRInput.c \ winIVRInput.c \
vrclient_x64/winIVRIOBuffer.c \ winIVRIOBuffer.c \
vrclient_x64/winIVRMailbox.c \ winIVRMailbox.c \
vrclient_x64/winIVRNotifications.c \ winIVRNotifications.c \
vrclient_x64/winIVROverlay.c \ winIVROverlay.c \
vrclient_x64/winIVROverlayView.c \ winIVROverlayView.c \
vrclient_x64/winIVRRenderModels.c \ winIVRRenderModels.c \
vrclient_x64/winIVRResources.c \ winIVRResources.c \
vrclient_x64/winIVRScreenshots.c \ winIVRScreenshots.c \
vrclient_x64/winIVRSettings.c \ winIVRSettings.c \
vrclient_x64/winIVRSystem.c \ winIVRSystem.c \
vrclient_x64/winIVRTrackedCamera.c \ winIVRTrackedCamera.c \
vrclient_x64/cppIVRApplications_IVRApplications_001.cpp \ cppIVRApplications_IVRApplications_001.cpp \
vrclient_x64/cppIVRApplications_IVRApplications_002.cpp \ cppIVRApplications_IVRApplications_002.cpp \
vrclient_x64/cppIVRApplications_IVRApplications_003.cpp \ cppIVRApplications_IVRApplications_003.cpp \
vrclient_x64/cppIVRApplications_IVRApplications_004.cpp \ cppIVRApplications_IVRApplications_004.cpp \
vrclient_x64/cppIVRApplications_IVRApplications_005.cpp \ cppIVRApplications_IVRApplications_005.cpp \
vrclient_x64/cppIVRApplications_IVRApplications_006.cpp \ cppIVRApplications_IVRApplications_006.cpp \
vrclient_x64/cppIVRApplications_IVRApplications_007.cpp \ cppIVRApplications_IVRApplications_007.cpp \
vrclient_x64/cppIVRChaperone_IVRChaperone_002.cpp \ cppIVRChaperone_IVRChaperone_002.cpp \
vrclient_x64/cppIVRChaperone_IVRChaperone_003.cpp \ cppIVRChaperone_IVRChaperone_003.cpp \
vrclient_x64/cppIVRChaperone_IVRChaperone_004.cpp \ cppIVRChaperone_IVRChaperone_004.cpp \
vrclient_x64/cppIVRChaperoneSetup_IVRChaperoneSetup_004.cpp \ cppIVRChaperoneSetup_IVRChaperoneSetup_004.cpp \
vrclient_x64/cppIVRChaperoneSetup_IVRChaperoneSetup_005.cpp \ cppIVRChaperoneSetup_IVRChaperoneSetup_005.cpp \
vrclient_x64/cppIVRChaperoneSetup_IVRChaperoneSetup_006.cpp \ cppIVRChaperoneSetup_IVRChaperoneSetup_006.cpp \
vrclient_x64/cppIVRClientCore_IVRClientCore_002.cpp \ cppIVRClientCore_IVRClientCore_002.cpp \
vrclient_x64/cppIVRClientCore_IVRClientCore_003.cpp \ cppIVRClientCore_IVRClientCore_003.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_005.cpp \ cppIVRCompositor_IVRCompositor_005.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_006.cpp \ cppIVRCompositor_IVRCompositor_006.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_007.cpp \ cppIVRCompositor_IVRCompositor_007.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_008.cpp \ cppIVRCompositor_IVRCompositor_008.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_009.cpp \ cppIVRCompositor_IVRCompositor_009.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_010.cpp \ cppIVRCompositor_IVRCompositor_010.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_011.cpp \ cppIVRCompositor_IVRCompositor_011.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_012.cpp \ cppIVRCompositor_IVRCompositor_012.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_013.cpp \ cppIVRCompositor_IVRCompositor_013.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_014.cpp \ cppIVRCompositor_IVRCompositor_014.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_015.cpp \ cppIVRCompositor_IVRCompositor_015.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_016.cpp \ cppIVRCompositor_IVRCompositor_016.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_017.cpp \ cppIVRCompositor_IVRCompositor_017.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_018.cpp \ cppIVRCompositor_IVRCompositor_018.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_019.cpp \ cppIVRCompositor_IVRCompositor_019.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_020.cpp \ cppIVRCompositor_IVRCompositor_020.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_021.cpp \ cppIVRCompositor_IVRCompositor_021.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_022.cpp \ cppIVRCompositor_IVRCompositor_022.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_024.cpp \ cppIVRCompositor_IVRCompositor_024.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_026.cpp \ cppIVRCompositor_IVRCompositor_026.cpp \
vrclient_x64/cppIVRCompositor_IVRCompositor_027.cpp \ cppIVRCompositor_IVRCompositor_027.cpp \
vrclient_x64/cppIVRControlPanel_IVRControlPanel_006.cpp \ cppIVRControlPanel_IVRControlPanel_006.cpp \
vrclient_x64/cppIVRDriverManager_IVRDriverManager_001.cpp \ cppIVRDriverManager_IVRDriverManager_001.cpp \
vrclient_x64/cppIVRExtendedDisplay_IVRExtendedDisplay_001.cpp \ cppIVRExtendedDisplay_IVRExtendedDisplay_001.cpp \
vrclient_x64/cppIVRHeadsetView_IVRHeadsetView_001.cpp \ cppIVRHeadsetView_IVRHeadsetView_001.cpp \
vrclient_x64/cppIVRInput_IVRInput_003.cpp \ cppIVRInput_IVRInput_003.cpp \
vrclient_x64/cppIVRInput_IVRInput_004.cpp \ cppIVRInput_IVRInput_004.cpp \
vrclient_x64/cppIVRInput_IVRInput_005.cpp \ cppIVRInput_IVRInput_005.cpp \
vrclient_x64/cppIVRInput_IVRInput_006.cpp \ cppIVRInput_IVRInput_006.cpp \
vrclient_x64/cppIVRInput_IVRInput_007.cpp \ cppIVRInput_IVRInput_007.cpp \
vrclient_x64/cppIVRInput_IVRInput_010.cpp \ cppIVRInput_IVRInput_010.cpp \
vrclient_x64/cppIVRIOBuffer_IVRIOBuffer_001.cpp \ cppIVRIOBuffer_IVRIOBuffer_001.cpp \
vrclient_x64/cppIVRIOBuffer_IVRIOBuffer_002.cpp \ cppIVRIOBuffer_IVRIOBuffer_002.cpp \
vrclient_x64/cppIVRMailbox_IVRMailbox_001.cpp \ cppIVRMailbox_IVRMailbox_001.cpp \
vrclient_x64/cppIVRNotifications_IVRNotifications_001.cpp \ cppIVRNotifications_IVRNotifications_001.cpp \
vrclient_x64/cppIVRNotifications_IVRNotifications_002.cpp \ cppIVRNotifications_IVRNotifications_002.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_001.cpp \ cppIVROverlay_IVROverlay_001.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_002.cpp \ cppIVROverlay_IVROverlay_002.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_003.cpp \ cppIVROverlay_IVROverlay_003.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_004.cpp \ cppIVROverlay_IVROverlay_004.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_005.cpp \ cppIVROverlay_IVROverlay_005.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_007.cpp \ cppIVROverlay_IVROverlay_007.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_008.cpp \ cppIVROverlay_IVROverlay_008.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_010.cpp \ cppIVROverlay_IVROverlay_010.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_011.cpp \ cppIVROverlay_IVROverlay_011.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_012.cpp \ cppIVROverlay_IVROverlay_012.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_013.cpp \ cppIVROverlay_IVROverlay_013.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_014.cpp \ cppIVROverlay_IVROverlay_014.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_016.cpp \ cppIVROverlay_IVROverlay_016.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_017.cpp \ cppIVROverlay_IVROverlay_017.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_018.cpp \ cppIVROverlay_IVROverlay_018.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_019.cpp \ cppIVROverlay_IVROverlay_019.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_020.cpp \ cppIVROverlay_IVROverlay_020.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_021.cpp \ cppIVROverlay_IVROverlay_021.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_022.cpp \ cppIVROverlay_IVROverlay_022.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_024.cpp \ cppIVROverlay_IVROverlay_024.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_025.cpp \ cppIVROverlay_IVROverlay_025.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_026.cpp \ cppIVROverlay_IVROverlay_026.cpp \
vrclient_x64/cppIVROverlay_IVROverlay_027.cpp \ cppIVROverlay_IVROverlay_027.cpp \
vrclient_x64/cppIVROverlayView_IVROverlayView_003.cpp \ cppIVROverlayView_IVROverlayView_003.cpp \
vrclient_x64/cppIVRRenderModels_IVRRenderModels_001.cpp \ cppIVRRenderModels_IVRRenderModels_001.cpp \
vrclient_x64/cppIVRRenderModels_IVRRenderModels_002.cpp \ cppIVRRenderModels_IVRRenderModels_002.cpp \
vrclient_x64/cppIVRRenderModels_IVRRenderModels_004.cpp \ cppIVRRenderModels_IVRRenderModels_004.cpp \
vrclient_x64/cppIVRRenderModels_IVRRenderModels_005.cpp \ cppIVRRenderModels_IVRRenderModels_005.cpp \
vrclient_x64/cppIVRRenderModels_IVRRenderModels_006.cpp \ cppIVRRenderModels_IVRRenderModels_006.cpp \
vrclient_x64/cppIVRResources_IVRResources_001.cpp \ cppIVRResources_IVRResources_001.cpp \
vrclient_x64/cppIVRScreenshots_IVRScreenshots_001.cpp \ cppIVRScreenshots_IVRScreenshots_001.cpp \
vrclient_x64/cppIVRSettings_IVRSettings_001.cpp \ cppIVRSettings_IVRSettings_001.cpp \
vrclient_x64/cppIVRSettings_IVRSettings_002.cpp \ cppIVRSettings_IVRSettings_002.cpp \
vrclient_x64/cppIVRSettings_IVRSettings_003.cpp \ cppIVRSettings_IVRSettings_003.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_003.cpp \ cppIVRSystem_IVRSystem_003.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_004.cpp \ cppIVRSystem_IVRSystem_004.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_005.cpp \ cppIVRSystem_IVRSystem_005.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_006.cpp \ cppIVRSystem_IVRSystem_006.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_009.cpp \ cppIVRSystem_IVRSystem_009.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_010.cpp \ cppIVRSystem_IVRSystem_010.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_011.cpp \ cppIVRSystem_IVRSystem_011.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_012.cpp \ cppIVRSystem_IVRSystem_012.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_014.cpp \ cppIVRSystem_IVRSystem_014.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_015.cpp \ cppIVRSystem_IVRSystem_015.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_016.cpp \ cppIVRSystem_IVRSystem_016.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_017.cpp \ cppIVRSystem_IVRSystem_017.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_019.cpp \ cppIVRSystem_IVRSystem_019.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_020.cpp \ cppIVRSystem_IVRSystem_020.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_021.cpp \ cppIVRSystem_IVRSystem_021.cpp \
vrclient_x64/cppIVRSystem_IVRSystem_022.cpp \ cppIVRSystem_IVRSystem_022.cpp \
vrclient_x64/cppIVRTrackedCamera_IVRTrackedCamera_001.cpp \ cppIVRTrackedCamera_IVRTrackedCamera_001.cpp \
vrclient_x64/cppIVRTrackedCamera_IVRTrackedCamera_002.cpp \ cppIVRTrackedCamera_IVRTrackedCamera_002.cpp \
vrclient_x64/cppIVRTrackedCamera_IVRTrackedCamera_003.cpp \ cppIVRTrackedCamera_IVRTrackedCamera_003.cpp \
vrclient_x64/cppIVRTrackedCamera_IVRTrackedCamera_004.cpp \ cppIVRTrackedCamera_IVRTrackedCamera_004.cpp \
vrclient_x64/cppIVRTrackedCamera_IVRTrackedCamera_005.cpp \ cppIVRTrackedCamera_IVRTrackedCamera_005.cpp \
vrclient_x64/cppIVRTrackedCamera_IVRTrackedCamera_006.cpp \ cppIVRTrackedCamera_IVRTrackedCamera_006.cpp \
vrclient_x64/json_converter.cpp \ json_converter.cpp \
vrclient_x64/jsoncpp.cpp \ jsoncpp.cpp \
vrclient_x64/unix_vrclientcore_manual.cpp \ unix_vrclientcore_manual.cpp \
vrclient_x64/unix_vrcompositor_manual.cpp \ unix_vrcompositor_manual.cpp \
vrclient_x64/unix_vroverlay_manual.cpp \ unix_vroverlay_manual.cpp \
vrclient_x64/unix_vrrendermodels_manual.cpp \ unix_vrrendermodels_manual.cpp \
vrclient_x64/unix_vrsystem_manual.cpp \ unix_vrsystem_manual.cpp \
vrclient_x64/unixlib.cpp \ unixlib.cpp \
vrclient_x64/unixlib_generated.cpp \ unixlib_generated.cpp \

Some files were not shown because too many files have changed in this diff Show more