mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-08 12:21:17 +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
|
||||
# ifdef yaml_cpp_EXPORTS
|
||||
/* We are building this library */
|
||||
# pragma message( "Defining YAML_CPP_API for DLL export" )
|
||||
# define YAML_CPP_API __declspec(dllexport)
|
||||
# else
|
||||
/* We are using this library */
|
||||
# pragma message( "Defining YAML_CPP_API for DLL import" )
|
||||
# define YAML_CPP_API __declspec(dllimport)
|
||||
# endif
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user