]> git.saurik.com Git - wxWidgets.git/commitdiff
Hm... /P1024 instead of /P512 ...? (At least that makes it work for me)
authorOve Kaaven <ovek@arcticnet.no>
Wed, 28 Jul 1999 12:11:58 +0000 (12:11 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Wed, 28 Jul 1999 12:11:58 +0000 (12:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/b32.t

index 751281f9defa0d00ffbecf6c7d31079c615b8f18..f6aa42cb3f50524816d1dab7213e24bb6566e464 100644 (file)
@@ -158,7 +158,7 @@ all:        all_libs all_execs
 
 $(LIBTARGET): $(DUMMY).obj $(OBJECTS)
         -erase $(LIBTARGET)
-       tlib $(LIBTARGET) /P512 @&&!
+       tlib $(LIBTARGET) /P1024 @&&!
 +$(OBJECTS:.obj =.obj +) +$(PERIPH_LIBS:.lib =.lib +)
 !