Revision 7cb73728eae0d3e355f3050cf9733bef4b338ead authored by nsubiron on 10 March 2019, 11:58:56 UTC, committed by nsubiron on 11 March 2019, 18:55:10 UTC
1 parent 3c22451
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