]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/mediasource/netradiant-src/mingw-Makefile.conf
Rename mediasource to source
[voretournament/voretournament.git] / misc / mediasource / netradiant-src / mingw-Makefile.conf
diff --git a/misc/mediasource/netradiant-src/mingw-Makefile.conf b/misc/mediasource/netradiant-src/mingw-Makefile.conf
deleted file mode 100644 (file)
index a023aae..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# Usage:
-# copy this file to Makefile.conf
-# edit the paths in here
-
-# how to get pkg-config
-PKGCONFIG ?= $(RADIANT_DEPENDENCIES_PREFIX)/gtk/bin/pkg-config.exe
-
-# extra utils
-GIT ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/git
-SVN ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/svn
-
-# these two need the "start" workaround, or they seem to crash (TODO figure out why)
-WGET ?= start $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/wget
-UNZIPPER ?= start $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip
-
-# use mingw32
-include mingw-Makefile.inc