mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories
This commit is contained in:
@@ -19,22 +19,6 @@
|
||||
#ifndef SHARE__GRABBAG_H
|
||||
#define SHARE__GRABBAG_H
|
||||
|
||||
#if defined(FLAC__NO_DLL) || defined(unix) || defined(__CYGWIN__) || defined(__CYGWIN32__)
|
||||
#define GRABBAG_API
|
||||
|
||||
#else
|
||||
|
||||
#ifdef GRABBAG_API_EXPORTS
|
||||
#define GRABBAG_API _declspec(dllexport)
|
||||
#else
|
||||
#define GRABBAG_API _declspec(dllimport)
|
||||
#define __LIBNAME__ "grabbag.lib"
|
||||
#pragma comment(lib, __LIBNAME__)
|
||||
#undef __LIBNAME__
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* These can't be included by themselves, only from within grabbag.h */
|
||||
#include "grabbag/cuesheet.h"
|
||||
#include "grabbag/file.h"
|
||||
|
||||
Reference in New Issue
Block a user