Versions Compared

Key

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

...

Code Block
bindexplib -o ..\vcc80dbg\astro\symbols.def astro ..\vcc80dbg\astro\*.obj
lib  /def:..\vcc80dbg\astro\symbols.def  /out:..\vcc80dbg\astro.lib

These two comamnds commands produce astro.lib, containing the stubs to be linked when creating the dll, with a command like this:

...