Kaydet (Commit) 3ff5393c authored tarafından Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Blocked revisions 65663 via svnmerge

........
  r65663 | hirokazu.yamamoto | 2008-08-14 10:33:44 +0900 | 19 lines

  Issue #2065: VC6 related fix.

  - PC/VC6/_bsddb.dsp:
      removed '/nodefaultlib:"msvcrt"' to fix linker error.

  - PC/VC6/_msi.dsp, PC/VC6/pcbuild.dsw:
      added new module support.

  - PC/VC6/_sqlite3.dsp:
      /D "MODULE_NAME=\"sqlite3\""
      caused extra leading space like
      #define MODULE_NAME " sqlite3"
      so uses
      /D MODULE_NAME=\"sqlite3\"
      instead.

  - PC/VC6/python.dsp:
      changed stack size to 2MB to avoid stack overflow on
      some tests.
........
üst 95b1cf64
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment