]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/wxwin.py
disable more borland warnings
[wxWidgets.git] / build / bakefiles / wxwin.py
index 0f8facd4df65571bb851bdb38b5d16b1abe26c16..bf8b2cd09214f152444f61dce71ca3889188d975 100644 (file)
@@ -15,6 +15,7 @@ def __noopSubst(func, name):
     return '$(%s)' % name
 utils.addSubstituteCallback('CFG', __noopSubst)
 utils.addSubstituteCallback('LIBDIRNAME', __noopSubst)
+utils.addSubstituteCallback('OBJS', __noopSubst)
 
 
 def mk_wxid(id):