remove the __LIBNAME__ definitions

This commit is contained in:
Josh Coalson 2004-07-23 05:09:04 +00:00
parent 00db21147a
commit e44501d557
4 changed files with 0 additions and 12 deletions

View File

@ -41,9 +41,6 @@
#define FLACPP_API _declspec(dllexport)
#else
#define FLACPP_API _declspec(dllimport)
#define __LIBNAME__ "libFLAC++_static.lib"
#pragma comment(lib, __LIBNAME__)
#undef __LIBNAME__
#endif
#endif

View File

@ -41,9 +41,6 @@
#define FLAC_API _declspec(dllexport)
#else
#define FLAC_API _declspec(dllimport)
#define __LIBNAME__ "libFLAC_static.lib"
#pragma comment(lib, __LIBNAME__)
#undef __LIBNAME__
#endif
#endif

View File

@ -41,9 +41,6 @@
#define OggFLACPP_API _declspec(dllexport)
#else
#define OggFLACPP_API _declspec(dllimport)
#define __LIBNAME__ "libOggFLAC++_static.lib"
#pragma comment(lib, __LIBNAME__)
#undef __LIBNAME__
#endif
#endif

View File

@ -41,9 +41,6 @@
#define OggFLAC_API _declspec(dllexport)
#else
#define OggFLAC_API _declspec(dllimport)
#define __LIBNAME__ "libOggFLAC_static.lib"
#pragma comment(lib, __LIBNAME__)
#undef __LIBNAME__
#endif
#endif