Update of /cvsroot/objecthandler/log4cxx-0.9.7/msvc/static
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25784/msvc/static
Added Files:
Makefile.am static.cpp static.dsp static.vcproj
static_vc8.vcproj
Log Message:
--- NEW FILE: static.cpp ---
#include <log4cxx/config.h>
#include <log4cxx/helpers/boundedfifo.h>
#include <log4cxx/asyncappender.h>
#include <log4cxx/consoleappender.h>
#include <log4cxx/dailyrollingfileappender.h>
#include <log4cxx/htmllayout.h>
#include <log4cxx/level.h>
#include <log4cxx/patternlayout.h>
#include <log4cxx/propertyconfigurator.h>
#include <log4cxx/rollingfileappender.h>
#include <log4cxx/simplelayout.h>
#include <log4cxx/ttcclayout.h>
#include <log4cxx/db/odbcappender.h>
#include <log4cxx/helpers/appenderattachableimpl.h>
#include <log4cxx/helpers/onlyonceerrorhandler.h>
#include <log4cxx/net/smtpappender.h>
#include <log4cxx/net/socketappender.h>
#include <log4cxx/net/sockethubappender.h>
#include <log4cxx/helpers/datagramsocket.h>
#include <log4cxx/net/syslogappender.h>
#include <log4cxx/net/telnetappender.h>
#include <log4cxx/net/xmlsocketappender.h>
#include <log4cxx/nt/nteventlogappender.h>
#include <log4cxx/spi/loggingevent.h>
#include <log4cxx/varia/denyallfilter.h>
#include <log4cxx/varia/fallbackerrorhandler.h>
#include <log4cxx/varia/levelmatchfilter.h>
#include <log4cxx/varia/levelrangefilter.h>
#include <log4cxx/varia/stringmatchfilter.h>
#include <log4cxx/xml/domconfigurator.h>
#include <log4cxx/xml/xmllayout.h>
using namespace log4cxx;
using namespace log4cxx::db;
using namespace log4cxx::helpers;
using namespace log4cxx::net;
using namespace log4cxx::nt;
using namespace log4cxx::spi;
using namespace log4cxx::varia;
using namespace log4cxx::xml;
/** Special function used to force symbol references for dynamic classes when
comiling a static library with msvc.
<b>This function must not be called directly !</b>
*/
void ForceSymbolReferences()
{
AsyncAppender();
ConsoleAppender();
DailyRollingFileAppender();
FileAppender();
HTMLLayout();
PatternLayout();
PropertyConfigurator();
RollingFileAppender();
SimpleLayout();
TTCCLayout();
#ifdef HAVE_ODBC
ODBCAppender();
#endif
AppenderAttachableImpl();
OnlyOnceErrorHandler();
#ifdef HAVE_SMTP
SMTPAppender();
DefaultEvaluator();
#endif
SocketAppender();
SocketHubAppender();
SyslogAppender();
TelnetAppender();
XMLSocketAppender();
NTEventLogAppender();
LoggingEvent();
DenyAllFilter();
FallbackErrorHandler();
LevelMatchFilter();
LevelRangeFilter();
StringMatchFilter();
#ifdef HAVE_XML
DOMConfigurator();
#endif
XMLLayout();
}
--- NEW FILE: static.dsp ---
# Microsoft Developer Studio Project File - Name="static" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=static - Win32 Debug CRTDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "static.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "static.mak" CFG="static - Win32 Debug CRTDLL"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
[...1174 lines suppressed...]
# End Source File
# Begin Source File
SOURCE=..\..\include\log4cxx\rollingfileappender.h
# End Source File
# Begin Source File
SOURCE=..\..\include\log4cxx\simplelayout.h
# End Source File
# Begin Source File
SOURCE=..\..\include\log4cxx\ttcclayout.h
# End Source File
# Begin Source File
SOURCE=..\..\include\log4cxx\writerappender.h
# End Source File
# End Group
# End Target
# End Project
--- NEW FILE: static.vcproj ---
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="static"
ProjectGUID="{7BC0D5CE-5FCE-4713-A16D-6CDDAF03ADDA}"
SccProjectName=""
SccLocalPath="">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Unicode Release|Win32"
OutputDirectory=".\Unicode_R"
IntermediateDirectory=".\Unicode_R"
ConfigurationType="4"
UseOfMFC="0"
[...5824 lines suppressed...]
</File>
<File
RelativePath="..\..\include\log4cxx\varia\stringmatchfilter.h">
</File>
</Filter>
<Filter
Name="xml"
Filter="h">
<File
RelativePath="..\..\include\log4cxx\xml\domconfigurator.h">
</File>
<File
RelativePath="..\..\include\log4cxx\xml\xmllayout.h">
</File>
</Filter>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
--- NEW FILE: Makefile.am ---
EXTRA_DIST = static.cpp static.dsp static.vcproj
--- NEW FILE: static_vc8.vcproj ---
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="static"
ProjectGUID="{495708AC-96C6-41E5-AD66-4AFD16C27A21}"
RootNamespace="static"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Unicode Release|Win32"
OutputDirectory=".\Unicode_R"
[...5702 lines suppressed...]
</File>
</Filter>
<Filter
Name="xml"
Filter="h"
>
<File
RelativePath="..\..\include\log4cxx\xml\domconfigurator.h"
>
</File>
<File
RelativePath="..\..\include\log4cxx\xml\xmllayout.h"
>
</File>
</Filter>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
|