]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - mingw-Makefile.inc
Remove trailing spaces after `#` tokens
[xonotic/netradiant.git] / mingw-Makefile.inc
1 # how to call the mingw tools
2 MINGW_EXEC_PREFIX ?=
3
4 # set the environment for make
5 OS = Win32
6
7 #CPPFLAGS_XML =
8 #LIBS_XML = -lxml2
9
10 CC = $(MINGW_EXEC_PREFIX)gcc
11 CXX = $(MINGW_EXEC_PREFIX)g++
12 LDD =
13 RANLIB = $(MINGW_EXEC_PREFIX)ranlib
14 AR = $(MINGW_EXEC_PREFIX)ar
15 WINDRES = $(MINGW_EXEC_PREFIX)windres