add linux32 target

This commit is contained in:
Taro L. Saito 2011-05-05 11:02:34 +09:00
parent 28f61c00dc
commit 86326cc6f4
1 changed files with 3 additions and 0 deletions

View File

@ -78,3 +78,6 @@ win32:
mac32:
$(MAKE) native CXX=g++ OS_NAME=Mac OS_ARCH=i386
linux32:
$(MAKE) native OS_NAME=Linux OS_ARCH=i386