Proton/vrclient_x64/Makefile.in
2024-02-15 15:53:27 +02:00

154 lines
7.1 KiB
Makefile

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