mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-09 16:07:55 +01:00
125 lines
4.2 KiB
Makefile
125 lines
4.2 KiB
Makefile
MODULE = vrclient_x64.dll
|
|
|
|
EXTRADEFS = -Wno-unused-variable -Wno-attributes -DGNUC
|
|
CPPFLAGS = -std=c++0x
|
|
|
|
C_SRCS = \
|
|
vrclient_main.c \
|
|
winIVRSystem.c \
|
|
winIVRApplications.c \
|
|
winIVRSettings.c \
|
|
winIVRChaperone.c \
|
|
winIVRChaperoneSetup.c \
|
|
winIVRCompositor.c \
|
|
winIVRNotifications.c \
|
|
winIVROverlay.c \
|
|
winIVRRenderModels.c \
|
|
winIVRExtendedDisplay.c \
|
|
winIVRTrackedCamera.c \
|
|
winIVRScreenshots.c \
|
|
winIVRResources.c \
|
|
winIVRDriverManager.c \
|
|
winIVRClientCore.c \
|
|
|
|
CPP_SRCS = \
|
|
struct_converters_1011.cpp \
|
|
cppIVRSystem_IVRSystem_017.cpp \
|
|
cppIVRApplications_IVRApplications_006.cpp \
|
|
cppIVRSettings_IVRSettings_002.cpp \
|
|
cppIVRChaperone_IVRChaperone_003.cpp \
|
|
cppIVRChaperoneSetup_IVRChaperoneSetup_005.cpp \
|
|
cppIVRCompositor_IVRCompositor_022.cpp \
|
|
cppIVRNotifications_IVRNotifications_002.cpp \
|
|
cppIVROverlay_IVROverlay_017.cpp \
|
|
cppIVRRenderModels_IVRRenderModels_005.cpp \
|
|
cppIVRExtendedDisplay_IVRExtendedDisplay_001.cpp \
|
|
cppIVRTrackedCamera_IVRTrackedCamera_003.cpp \
|
|
cppIVRScreenshots_IVRScreenshots_001.cpp \
|
|
cppIVRResources_IVRResources_001.cpp \
|
|
cppIVRDriverManager_IVRDriverManager_001.cpp \
|
|
cppIVRClientCore_IVRClientCore_003.cpp \
|
|
struct_converters_1010.cpp \
|
|
cppIVRCompositor_IVRCompositor_021.cpp \
|
|
cppIVROverlay_IVROverlay_016.cpp \
|
|
struct_converters_109.cpp \
|
|
cppIVRSystem_IVRSystem_016.cpp \
|
|
cppIVRCompositor_IVRCompositor_020.cpp \
|
|
cppIVRClientCore_IVRClientCore_002.cpp \
|
|
struct_converters_108.cpp \
|
|
struct_converters_107.cpp \
|
|
cppIVRSystem_IVRSystem_015.cpp \
|
|
struct_converters_106.cpp \
|
|
cppIVROverlay_IVROverlay_014.cpp \
|
|
struct_converters_105.cpp \
|
|
cppIVRCompositor_IVRCompositor_019.cpp \
|
|
struct_converters_104.cpp \
|
|
cppIVRSystem_IVRSystem_014.cpp \
|
|
cppIVRCompositor_IVRCompositor_018.cpp \
|
|
cppIVROverlay_IVROverlay_013.cpp \
|
|
struct_converters_103.cpp \
|
|
cppIVRSystem_IVRSystem_012.cpp \
|
|
cppIVRCompositor_IVRCompositor_016.cpp \
|
|
struct_converters_102.cpp \
|
|
cppIVRSettings_IVRSettings_001.cpp \
|
|
struct_converters_101.cpp \
|
|
cppIVRApplications_IVRApplications_005.cpp \
|
|
cppIVRCompositor_IVRCompositor_015.cpp \
|
|
cppIVROverlay_IVROverlay_012.cpp \
|
|
struct_converters_100.cpp \
|
|
cppIVRTrackedCamera_IVRTrackedCamera_002.cpp \
|
|
struct_converters_0920.cpp \
|
|
cppIVRCompositor_IVRCompositor_014.cpp \
|
|
cppIVROverlay_IVROverlay_011.cpp \
|
|
struct_converters_0919.cpp \
|
|
cppIVRCompositor_IVRCompositor_013.cpp \
|
|
struct_converters_0918.cpp \
|
|
cppIVRSystem_IVRSystem_011.cpp \
|
|
cppIVRApplications_IVRApplications_004.cpp \
|
|
cppIVROverlay_IVROverlay_010.cpp \
|
|
cppIVRRenderModels_IVRRenderModels_004.cpp \
|
|
struct_converters_0917.cpp \
|
|
cppIVRCompositor_IVRCompositor_012.cpp \
|
|
struct_converters_0916.cpp \
|
|
cppIVRApplications_IVRApplications_003.cpp \
|
|
cppIVRCompositor_IVRCompositor_011.cpp \
|
|
struct_converters_0915.cpp \
|
|
cppIVRRenderModels_IVRRenderModels_002.cpp \
|
|
struct_converters_0914.cpp \
|
|
cppIVRSystem_IVRSystem_010.cpp \
|
|
cppIVRApplications_IVRApplications_002.cpp \
|
|
cppIVRChaperoneSetup_IVRChaperoneSetup_004.cpp \
|
|
cppIVRCompositor_IVRCompositor_010.cpp \
|
|
cppIVROverlay_IVROverlay_008.cpp \
|
|
cppIVRTrackedCamera_IVRTrackedCamera_001.cpp \
|
|
struct_converters_0913.cpp \
|
|
cppIVRCompositor_IVRCompositor_009.cpp \
|
|
struct_converters_0912.cpp \
|
|
cppIVRSystem_IVRSystem_009.cpp \
|
|
cppIVROverlay_IVROverlay_007.cpp \
|
|
struct_converters_0910.cpp \
|
|
cppIVRSystem_IVRSystem_006.cpp \
|
|
cppIVRApplications_IVRApplications_001.cpp \
|
|
cppIVRChaperone_IVRChaperone_002.cpp \
|
|
cppIVRCompositor_IVRCompositor_008.cpp \
|
|
cppIVRNotifications_IVRNotifications_001.cpp \
|
|
cppIVROverlay_IVROverlay_005.cpp \
|
|
cppIVRRenderModels_IVRRenderModels_001.cpp \
|
|
struct_converters_099.cpp \
|
|
struct_converters_098.cpp \
|
|
cppIVRSystem_IVRSystem_005.cpp \
|
|
cppIVRCompositor_IVRCompositor_007.cpp \
|
|
cppIVROverlay_IVROverlay_004.cpp \
|
|
struct_converters_097.cpp \
|
|
cppIVROverlay_IVROverlay_003.cpp \
|
|
struct_converters_096.cpp \
|
|
struct_converters_094.cpp \
|
|
cppIVROverlay_IVROverlay_002.cpp \
|
|
struct_converters_093.cpp \
|
|
struct_converters_092.cpp \
|
|
cppIVRSystem_IVRSystem_004.cpp \
|
|
cppIVRCompositor_IVRCompositor_006.cpp \
|
|
cppIVROverlay_IVROverlay_001.cpp \
|
|
struct_converters_091.cpp \
|
|
cppIVRSystem_IVRSystem_003.cpp \
|
|
cppIVRCompositor_IVRCompositor_005.cpp \
|
|
struct_converters_090.cpp \
|