Revision 45d0554483a55a5b25e808498186b80b3ebf3962 authored by Bernd Gassmann on 24 March 2020, 18:34:06 UTC, committed by Bernd Gassmann on 24 March 2020, 18:34:06 UTC
1 parent 9139af5
Raw File
Makefile
include Util/BuildTools/Vars.mk
ifeq ($(OS),Windows_NT)
include Util/BuildTools/Windows.mk
else
include Util/BuildTools/Linux.mk
endif
back to top