mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 15:45:50 +03:00
lsteamclient: Use SOURCES instead of C(XX)_SRCS.
This commit is contained in:
parent
6d9762bfef
commit
c9b3ee14c5
@ -4,7 +4,7 @@ IMPORTS = user32
|
|||||||
EXTRADLLFLAGS = -mcygwin -static-libgcc -static-libstdc++ -ldl
|
EXTRADLLFLAGS = -mcygwin -static-libgcc -static-libstdc++ -ldl
|
||||||
EXTRADEFS = -DWINE_NO_LONG_TYPES -DSTEAM_API_EXPORTS -Dprivate=public -Dprotected=public
|
EXTRADEFS = -DWINE_NO_LONG_TYPES -DSTEAM_API_EXPORTS -Dprivate=public -Dprotected=public
|
||||||
|
|
||||||
C_SRCS = \
|
SOURCES = \
|
||||||
steamclient_main.c \
|
steamclient_main.c \
|
||||||
steamclient_wrappers.c \
|
steamclient_wrappers.c \
|
||||||
winISteamAppList.c \
|
winISteamAppList.c \
|
||||||
@ -44,8 +44,6 @@ C_SRCS = \
|
|||||||
winISteamUserStats.c \
|
winISteamUserStats.c \
|
||||||
winISteamUtils.c \
|
winISteamUtils.c \
|
||||||
winISteamVideo.c \
|
winISteamVideo.c \
|
||||||
|
|
||||||
CXX_SRCS = \
|
|
||||||
cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.cpp \
|
cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.cpp \
|
||||||
cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.cpp \
|
cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.cpp \
|
||||||
cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.cpp \
|
cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.cpp \
|
||||||
|
Loading…
Reference in New Issue
Block a user