Skip to content
Snippets Groups Projects
  1. Jun 24, 2012
  2. Jan 11, 2012
  3. May 05, 2007
    • Shon Ferguson's avatar
      Changed the default linkage to DLL. You now have to define NIFLIB_STATIC_LINK... · fcd84977
      Shon Ferguson authored
      Changed the default linkage to DLL.  You now have to define NIFLIB_STATIC_LINK if you want to use static linking instead of having to define USE_NIFLIB_DLL if you want to use the DLL.
      Added a new Debug - DLL configuration.
      Static configurations now create either niflib_static.lib or niflib_static_debug.lib, while DLL configurations create niflib_dll.lib and niflib_dll_debug.lib along with niflib.dll and niflib_debug.dll.
      fcd84977
  4. Apr 03, 2007
  5. Mar 27, 2007
    • Shon Ferguson's avatar
      Realized that Niflib was not compiling in DLL mode, so started working on... · 58116cd2
      Shon Ferguson authored
      Realized that Niflib was not compiling in DLL mode, so started working on fixing that.  All NiObject classes need to have NIFLIB_API and NIFLIB_HIDDEN put on each public function, rather than marking the whole class.  Still a lot left to change, but niflib.cpp and ComplexShape.cpp both compile without errors in DLL mode now.
      58116cd2
  6. Jun 17, 2006
  7. Jun 16, 2006
  8. Jun 07, 2006
  9. Jun 05, 2006
  10. Apr 29, 2006
  11. Mar 13, 2006
Loading