changeset 649:7678326a937d

Add a cross-build Makefile wrapper If you have mingw32 installed on Debian/Linux, then you should be able to build audioDB.dll with make -f mingw-cross.mk
author mas01cr
date Tue, 13 Oct 2009 20:17:15 +0000
parents 4b79043f90ba
children 6d5d4c733781
files mingw-cross.mk
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mingw-cross.mk	Tue Oct 13 20:17:15 2009 +0000
@@ -0,0 +1,5 @@
+include Makefile
+
+CXX = /usr/bin/i586-mingw32msvc-g++
+CC = /usr/bin/i586-mingw32msvc-gcc
+LIBRARY=$(EXECUTABLE).dll
\ No newline at end of file