lsteamclient: Use SOURCES instead of C(XX)_SRCS.
This commit is contained in:
parent
6d9762bfef
commit
c9b3ee14c5
1 changed files with 1 additions and 3 deletions
|
@ -4,7 +4,7 @@ IMPORTS = user32
|
|||
EXTRADLLFLAGS = -mcygwin -static-libgcc -static-libstdc++ -ldl
|
||||
EXTRADEFS = -DWINE_NO_LONG_TYPES -DSTEAM_API_EXPORTS -Dprivate=public -Dprotected=public
|
||||
|
||||
C_SRCS = \
|
||||
SOURCES = \
|
||||
steamclient_main.c \
|
||||
steamclient_wrappers.c \
|
||||
winISteamAppList.c \
|
||||
|
@ -44,8 +44,6 @@ C_SRCS = \
|
|||
winISteamUserStats.c \
|
||||
winISteamUtils.c \
|
||||
winISteamVideo.c \
|
||||
|
||||
CXX_SRCS = \
|
||||
cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.cpp \
|
||||
cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.cpp \
|
||||
cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.cpp \
|
||||
|
|
Loading…
Reference in a new issue