Commit 47cd2725 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Jesse Beder
Browse files

Remove build debug messages

They were commented out before 0733aeb4, but when that commit
was reverted in 2b65c65e they were recovered uncommented.
parent 850ec4f3
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment