Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We use this in Seattle to build our VS2005 projects. I've attached a log file for the compilation of astro.

A nutshell of the key steps:

Code Block

bindexplib -o ..\vcc80dbg\astro\symbols.def astro ..\vcc80dbg\astro\*.obj
lib /machine:ix86 /def:..\vcc80dbg\astro\symbols.def  /out:..\vcc80dbg\astro.lib

These two comamnds produce both astro.lib, containing the stubs to be linked at build time, and astro.dll, loaded at runtime.