ted.mielczarek%gmail.com 4b853bb150 bug 407459 - hook up new allocator to our build. just checking in the memory/jemalloc dir and the client.mk change to pull it. r=bsmedberg a=beltzner
git-svn-id: svn://10.0.0.236/trunk@244870 18797224-902f-48f8-a5cc-f745e15eee43
2008-02-04 15:17:11 +00:00

9 lines
206 B
Python

#!/usr/bin/env python
import os, sys
if 'MAKEFLAGS' in os.environ:
del os.environ['MAKEFLAGS']
os.chdir(sys.argv[1])
sys.exit(os.system('nmake dll_ mt RETAIL_DLL_NAME=mozcrt19 RETAIL_LIB_NAME=msvcrt'))