mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 23:55:52 +03:00
10 lines
225 B
Makefile
10 lines
225 B
Makefile
|
MODULE = steam.exe
|
||
|
IMPORTS = user32 advapi32 shlwapi shell32 msi ole32
|
||
|
|
||
|
EXTRADLLFLAGS = -mconsole -mcygwin -static-libgcc -static-libstdc++ -ldl
|
||
|
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
||
|
|
||
|
CXX_SRCS = \
|
||
|
jsoncpp.cpp \
|
||
|
steam.cpp \
|