2008-11-09 14:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* make_b32.mak
    ! /P32 -> /P64
This commit is contained in:
Viktor Szakats
2008-11-09 13:37:32 +00:00
parent 42732bfe70
commit 8e232cd644
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-11-09 14:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* make_b32.mak
! /P32 -> /P64
2008-11-09 14:29 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* make_b32.mak
* make_vc.mak

View File

@@ -118,7 +118,7 @@ STANDARD_STATIC_CLIBS = cw32mt$(RTLIBSUFFIX).lib
# This is needed, otherwise the libs may overflow
# when debug info is requested with -v -y
ARFLAGS = /P32 $(A_USR)
ARFLAGS = /P64 $(A_USR)
#**********************************************************
#**********************************************************