change build so that only one library pvData gets built

This commit is contained in:
Marty Kraimer
2010-12-08 07:08:42 -05:00
parent 68999f83f9
commit 381c6de7e9
66 changed files with 158 additions and 4857 deletions
-20
View File
@@ -1,20 +0,0 @@
/* requester.cpp */
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* EPICS pvDataCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#include <string>
#include "requester.h"
namespace epics { namespace pvData {
static std::string typeName[] = {
String("info"),
String("warning"),
String("error"),
String("fatalError")
};
StringArray messageTypeName = typeName;
}}