Program: bbtk
Module: $RCSfile: bbtkUtilities.cxx,v $
Language: C++
- Date: $Date: 2009/01/28 11:54:04 $
- Version: $Revision: 1.12 $
+ Date: $Date: 2009/01/29 08:45:29 $
+ Version: $Revision: 1.13 $
=========================================================================*/
/* ---------------------------------------------------------------------
#endif
#elif defined(_WIN32)
- if (c != '\\')
- libname = path+"\\bb";
+ if (c != '\\')
+ libname += "\\bb";
+ else
+ libname += "bb";
libname += pkgname;
libname += ".dll";
#endif