Fixed the MingW32 crosscompile to use i586-mingw32msvc-strip instead of

the native strip program


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3070 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2008-11-18 03:20:10 +00:00
parent 178b178f36
commit c020463677
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ ifeq ($(FTE_TARGET),win32)
#yup, the alternative exists (this matches the one debian has)
CC=i586-mingw32msvc-gcc
WINDRES=i586-mingw32msvc-windres
STRIP=i586-mingw32msvc-strip
# BITS?=32
endif
endif