Files
DedicatedServerCourse/Plugins/GameLiftServerSDK/ThirdParty/concurrentqueue/build/makefile.inc
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

8 lines
83 B
PHP

# ©2013 Cameron Desrochers
ifeq ($(OS),Windows_NT)
EXT = .exe
else
EXT =
endif