mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Remove build debug messages
They were commented out before0733aeb45
, but when that commit was reverted in2b65c65e1
they were recovered uncommented.
This commit is contained in:

committed by
Jesse Beder

parent
850ec4f39e
commit
47cd2725d6
@@ -15,11 +15,9 @@
|
|||||||
# ifndef YAML_CPP_API
|
# ifndef YAML_CPP_API
|
||||||
# ifdef yaml_cpp_EXPORTS
|
# ifdef yaml_cpp_EXPORTS
|
||||||
/* We are building this library */
|
/* We are building this library */
|
||||||
# pragma message( "Defining YAML_CPP_API for DLL export" )
|
|
||||||
# define YAML_CPP_API __declspec(dllexport)
|
# define YAML_CPP_API __declspec(dllexport)
|
||||||
# else
|
# else
|
||||||
/* We are using this library */
|
/* We are using this library */
|
||||||
# pragma message( "Defining YAML_CPP_API for DLL import" )
|
|
||||||
# define YAML_CPP_API __declspec(dllimport)
|
# define YAML_CPP_API __declspec(dllimport)
|
||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
|
Reference in New Issue
Block a user