root/cross-make-mingw.sh

Revision 0:abd33ab9075a, 119 bytes (checked in by mdoison, 3 years ago)

Make trunk with tremulous svn992

  • Property exe set to *
Line 
1#!/bin/sh
2
3export CC=i586-mingw32msvc-gcc
4export WINDRES=i586-mingw32msvc-windres
5export PLATFORM=mingw32
6exec make $*
Note: See TracBrowser for help on using the browser.