Revision db296521247cc94330405baf808d3f0704e4c416 authored by nsubiron on 29 March 2019, 15:15:35 UTC, committed by nsubiron on 29 March 2019, 15:15:35 UTC
1 parent f139bab
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