From 6d7641210313231389912dffa1b945922d8df811 Mon Sep 17 00:00:00 2001 From: jez <> Date: Tue, 25 Sep 2007 19:17:58 +0000 Subject: [PATCH] fixed namespaces declaration --- src/convert/impl/iso88591_utf8.cpp | 6 +- Arabica.dsw => vs6/Arabica.dsw | 14 +- {include/DOM => vs6}/DOM.dsp | 0 {examples/DOM => vs6}/DOMWriter.dsp | 2 +- Documentation.dsp => vs6/Documentation.dsp | 0 {src => vs6}/SAX.dsp | 180 ++++++++++----------- {examples/SAX => vs6}/SimpleHandler.dsp | 6 +- {examples/SAX => vs6}/Writer.dsp | 2 +- {examples/SAX => vs6}/pyx.dsp | 2 +- {examples/Utils => vs6}/transcode.dsp | 2 +- 10 files changed, 106 insertions(+), 108 deletions(-) rename Arabica.dsw => vs6/Arabica.dsw (76%) rename {include/DOM => vs6}/DOM.dsp (100%) rename {examples/DOM => vs6}/DOMWriter.dsp (99%) rename Documentation.dsp => vs6/Documentation.dsp (100%) rename {src => vs6}/SAX.dsp (65%) rename {examples/SAX => vs6}/SimpleHandler.dsp (97%) rename {examples/SAX => vs6}/Writer.dsp (99%) rename {examples/SAX => vs6}/pyx.dsp (99%) rename {examples/Utils => vs6}/transcode.dsp (99%) diff --git a/src/convert/impl/iso88591_utf8.cpp b/src/convert/impl/iso88591_utf8.cpp index 52f19ca2..44277d6c 100644 --- a/src/convert/impl/iso88591_utf8.cpp +++ b/src/convert/impl/iso88591_utf8.cpp @@ -24,9 +24,7 @@ namespace { }; } // namespace -using namespace Arabica::convert::impl; - -std::codecvt_base::result iso88591_2_utf8( +std::codecvt_base::result Arabica::convert::impl::iso88591_2_utf8( const char* from, const char* from_end, const char*& from_next, char* to, char* to_limit, char*& to_next) { @@ -60,7 +58,7 @@ std::codecvt_base::result iso88591_2_utf8( return std::codecvt_base::ok; } // iso88591_2_utf8 -std::codecvt_base::result utf8_2_iso88591( +std::codecvt_base::result Arabica::convert::impl::utf8_2_iso88591( const char* from, const char* from_end, const char*& from_next, char* to, char* to_limit, char*& to_next) { diff --git a/Arabica.dsw b/vs6/Arabica.dsw similarity index 76% rename from Arabica.dsw rename to vs6/Arabica.dsw index f910f62f..28d02235 100644 --- a/Arabica.dsw +++ b/vs6/Arabica.dsw @@ -3,7 +3,7 @@ Microsoft Developer Studio Workspace File, Format Version 6.00 ############################################################################### -Project: "ArabicaLib"=.\SAX\SAX.dsp - Package Owner=<4> +Project: "ArabicaLib"=.\SAX.dsp - Package Owner=<4> Package=<5> {{{ @@ -15,7 +15,7 @@ Package=<4> ############################################################################### -Project: "example_DOMWriter"=.\EXAMPLES\SAX2DOM\DOMWriter.dsp - Package Owner=<4> +Project: "example_DOMWriter"=.\DOMWriter.dsp - Package Owner=<4> Package=<5> {{{ @@ -30,7 +30,7 @@ Package=<4> ############################################################################### -Project: "example_SAXPyx"=.\examples\SAX\pyx.dsp - Package Owner=<4> +Project: "example_SAXPyx"=.\pyx.dsp - Package Owner=<4> Package=<5> {{{ @@ -45,7 +45,7 @@ Package=<4> ############################################################################### -Project: "example_SAXSimpleHandler"=.\examples\SAX\SimpleHandler.dsp - Package Owner=<4> +Project: "example_SAXSimpleHandler"=.\SimpleHandler.dsp - Package Owner=<4> Package=<5> {{{ @@ -60,7 +60,7 @@ Package=<4> ############################################################################### -Project: "example_SAXWriter"=.\EXAMPLES\SAX\Writer.dsp - Package Owner=<4> +Project: "example_SAXWriter"=.\Writer.dsp - Package Owner=<4> Package=<5> {{{ @@ -75,7 +75,7 @@ Package=<4> ############################################################################### -Project: "example_UtilsTranscode"=.\EXAMPLES\UTILS\transcode.dsp - Package Owner=<4> +Project: "example_UtilsTranscode"=.\transcode.dsp - Package Owner=<4> Package=<5> {{{ @@ -90,7 +90,7 @@ Package=<4> ############################################################################### -Project: "test_SAX2DOM"=.\test\SAX2DOM\SAX2DOM_test.dsp - Package Owner=<4> +Project: "test_SAX2DOM"=.\SAX2DOM_test.dsp - Package Owner=<4> Package=<5> {{{ diff --git a/include/DOM/DOM.dsp b/vs6/DOM.dsp similarity index 100% rename from include/DOM/DOM.dsp rename to vs6/DOM.dsp diff --git a/examples/DOM/DOMWriter.dsp b/vs6/DOMWriter.dsp similarity index 99% rename from examples/DOM/DOMWriter.dsp rename to vs6/DOMWriter.dsp index c29e1f94..fe3a5f5e 100644 --- a/examples/DOM/DOMWriter.dsp +++ b/vs6/DOMWriter.dsp @@ -88,7 +88,7 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=.\DOMWriter.cpp +SOURCE=..\examples\DOM\DOMWriter.cpp # End Source File # End Group # Begin Group "Libs" diff --git a/Documentation.dsp b/vs6/Documentation.dsp similarity index 100% rename from Documentation.dsp rename to vs6/Documentation.dsp diff --git a/src/SAX.dsp b/vs6/SAX.dsp similarity index 65% rename from src/SAX.dsp rename to vs6/SAX.dsp index abb16733..fb2d20e2 100644 --- a/src/SAX.dsp +++ b/vs6/SAX.dsp @@ -41,7 +41,7 @@ RSC=rc.exe # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /W3 /GR /GX /O2 /I "..\\" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c +# ADD CPP /nologo /W3 /GR /GX /O2 /I "..\src\\" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x809 /d "NDEBUG" # ADD RSC /l 0x809 /d "NDEBUG" @@ -50,7 +50,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\lib\Arabica.lib" +# ADD LIB32 /nologo /out:"..\src\lib\Arabica.lib" !ELSEIF "$(CFG)" == "ArabicaLib - Win32 Debug" @@ -61,11 +61,11 @@ LIB32=link.exe -lib # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" +# PROP Output_Dir "..\src\lib" # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GR /GX /ZI /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GR /GX /ZI /Od /I "..\src\\" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /FD /GZ /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x809 /d "_DEBUG" # ADD RSC /l 0x809 /d "_DEBUG" @@ -74,7 +74,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"..\lib\Arabica.lib" +# ADD LIB32 /nologo /out:"..\src\lib\Arabica.lib" !ENDIF @@ -87,79 +87,79 @@ LIB32=link.exe -lib # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File -SOURCE=.\AttributeList.h +SOURCE=..\include\SAX\AttributeList.h # End Source File # Begin Source File -SOURCE=.\Attributes.h +SOURCE=..\include\SAX\Attributes.h # End Source File # Begin Source File -SOURCE=.\ContentHandler.h +SOURCE=..\include\SAX\ContentHandler.h # End Source File # Begin Source File -SOURCE=.\DocumentHandler.h +SOURCE=..\include\SAX\DocumentHandler.h # End Source File # Begin Source File -SOURCE=.\DTDHandler.h +SOURCE=..\include\SAX\DTDHandler.h # End Source File # Begin Source File -SOURCE=.\EntityResolver.h +SOURCE=..\include\SAX\EntityResolver.h # End Source File # Begin Source File -SOURCE=.\ErrorHandler.h +SOURCE=..\include\SAX\ErrorHandler.h # End Source File # Begin Source File -SOURCE=.\HandlerBase.h +SOURCE=..\include\SAX\HandlerBase.h # End Source File # Begin Source File -SOURCE=.\InputSource.h +SOURCE=..\include\SAX\InputSource.h # End Source File # Begin Source File -SOURCE=.\Locator.h +SOURCE=..\include\SAX\Locator.h # End Source File # Begin Source File -SOURCE=.\Parser.h +SOURCE=..\include\SAX\Parser.h # End Source File # Begin Source File -SOURCE=.\ParserConfig.h +SOURCE=..\include\SAX\ParserConfig.h # End Source File # Begin Source File -SOURCE=.\SAXException.h +SOURCE=..\include\SAX\SAXException.h # End Source File # Begin Source File -SOURCE=.\saxfwd.h +SOURCE=..\include\SAX\saxfwd.h # End Source File # Begin Source File -SOURCE=.\SAXNotRecognizedException.h +SOURCE=..\include\SAX\SAXNotRecognizedException.h # End Source File # Begin Source File -SOURCE=.\SAXNotSupportedException.h +SOURCE=..\include\SAX\SAXNotSupportedException.h # End Source File # Begin Source File -SOURCE=.\SAXParseException.h +SOURCE=..\include\SAX\SAXParseException.h # End Source File # Begin Source File -SOURCE=.\XMLFilter.h +SOURCE=..\include\SAX\XMLFilter.h # End Source File # Begin Source File -SOURCE=.\XMLReader.h +SOURCE=..\include\SAX\XMLReader.h # End Source File # End Group # Begin Group "Helpers" @@ -170,7 +170,7 @@ SOURCE=.\XMLReader.h # PROP Default_Filter "*.cpp" # Begin Source File -SOURCE=.\helpers\InputSourceResolver.cpp +SOURCE=..\include\SAX\helpers\InputSourceResolver.cpp # End Source File # End Group # Begin Group "Headers" @@ -178,59 +178,59 @@ SOURCE=.\helpers\InputSourceResolver.cpp # PROP Default_Filter "*.h" # Begin Source File -SOURCE=.\helpers\AttributeDefaults.h +SOURCE=..\include\SAX\helpers\AttributeDefaults.h # End Source File # Begin Source File -SOURCE=.\helpers\AttributeListImpl.h +SOURCE=..\include\SAX\helpers\AttributeListImpl.h # End Source File # Begin Source File -SOURCE=.\helpers\AttributesImpl.h +SOURCE=..\include\SAX\helpers\AttributesImpl.h # End Source File # Begin Source File -SOURCE=.\helpers\AttributeTypes.h +SOURCE=..\include\SAX\helpers\AttributeTypes.h # End Source File # Begin Source File -SOURCE=.\helpers\CatchErrorHandler.h +SOURCE=..\include\SAX\helpers\CatchErrorHandler.h # End Source File # Begin Source File -SOURCE=.\helpers\DefaultHandler.h +SOURCE=..\include\SAX\helpers\DefaultHandler.h # End Source File # Begin Source File -SOURCE=.\helpers\FeatureNames.h +SOURCE=..\include\SAX\helpers\FeatureNames.h # End Source File # Begin Source File -SOURCE=.\helpers\InputSourceResolver.h +SOURCE=..\include\SAX\helpers\InputSourceResolver.h # End Source File # Begin Source File -SOURCE=.\helpers\LocatorImpl.h +SOURCE=..\include\SAX\helpers\LocatorImpl.h # End Source File # Begin Source File -SOURCE=.\helpers\NamespaceSupport.h +SOURCE=..\include\SAX\helpers\NamespaceSupport.h # End Source File # Begin Source File -SOURCE=.\helpers\ParserAdaptor.h +SOURCE=..\include\SAX\helpers\ParserAdaptor.h # End Source File # Begin Source File -SOURCE=.\helpers\PropertyNames.h +SOURCE=..\include\SAX\helpers\PropertyNames.h # End Source File # Begin Source File -SOURCE=.\helpers\StringAdaptor.h +SOURCE=..\include\SAX\helpers\StringAdaptor.h # End Source File # Begin Source File -SOURCE=.\helpers\XMLFilterImpl.h +SOURCE=..\include\SAX\helpers\XMLFilterImpl.h # End Source File # End Group # End Group @@ -239,23 +239,23 @@ SOURCE=.\helpers\XMLFilterImpl.h # PROP Default_Filter "" # Begin Source File -SOURCE=.\ext\Attributes2.h +SOURCE=..\include\SAX\ext\Attributes2.h # End Source File # Begin Source File -SOURCE=.\ext\DeclHandler.h +SOURCE=..\include\SAX\ext\DeclHandler.h # End Source File # Begin Source File -SOURCE=.\ext\DefaultHandler2.h +SOURCE=..\include\SAX\ext\DefaultHandler2.h # End Source File # Begin Source File -SOURCE=.\ext\LexicalHandler.h +SOURCE=..\include\SAX\ext\LexicalHandler.h # End Source File # Begin Source File -SOURCE=.\ext\Locator2.h +SOURCE=..\include\SAX\ext\Locator2.h # End Source File # End Group # Begin Group "Wrappers" @@ -263,34 +263,34 @@ SOURCE=.\ext\Locator2.h # PROP Default_Filter "" # Begin Source File -SOURCE=.\wrappers\saxexpat.cpp +SOURCE=..\include\SAX\wrappers\saxexpat.cpp # PROP Exclude_From_Build 1 # End Source File # Begin Source File -SOURCE=.\wrappers\saxexpat.h +SOURCE=..\include\SAX\wrappers\saxexpat.h # End Source File # Begin Source File -SOURCE=.\wrappers\saxlibxml2.cpp +SOURCE=..\include\SAX\wrappers\saxlibxml2.cpp # PROP Exclude_From_Build 1 # End Source File # Begin Source File -SOURCE=.\wrappers\saxlibxml2.h +SOURCE=..\include\SAX\wrappers\saxlibxml2.h # End Source File # Begin Source File -SOURCE=.\wrappers\saxmsxml2.h +SOURCE=..\include\SAX\wrappers\saxmsxml2.h # End Source File # Begin Source File -SOURCE=.\wrappers\saxxerces.cpp +SOURCE=..\include\SAX\wrappers\saxxerces.cpp # PROP Exclude_From_Build 1 # End Source File # Begin Source File -SOURCE=.\wrappers\saxxerces.h +SOURCE=..\include\SAX\wrappers\saxxerces.h # End Source File # End Group # Begin Group "Filters" @@ -298,7 +298,7 @@ SOURCE=.\wrappers\saxxerces.h # PROP Default_Filter "" # Begin Source File -SOURCE=.\filter\Writer.h +SOURCE=..\include\SAX\filter\Writer.h # End Source File # End Group # Begin Group "Parsers" @@ -306,7 +306,7 @@ SOURCE=.\filter\Writer.h # PROP Default_Filter "" # Begin Source File -SOURCE=.\parsers\saxgarden.h +SOURCE=..\include\SAX\parsers\saxgarden.h # End Source File # End Group # Begin Group "Utils" @@ -317,130 +317,130 @@ SOURCE=.\parsers\saxgarden.h # PROP Default_Filter "" # Begin Source File -SOURCE=..\Utils\impl\codecvt_specialisations.h +SOURCE=..\src\Utils\impl\codecvt_specialisations.h # End Source File # Begin Source File -SOURCE=..\Utils\impl\iso88591_utf8.cpp +SOURCE=..\src\Utils\impl\iso88591_utf8.cpp # End Source File # Begin Source File -SOURCE=..\Utils\impl\iso88591_utf8.h +SOURCE=..\src\Utils\impl\iso88591_utf8.h # End Source File # Begin Source File -SOURCE=..\Utils\impl\ucs2_utf16.cpp +SOURCE=..\src\Utils\impl\ucs2_utf16.cpp # End Source File # Begin Source File -SOURCE=..\Utils\impl\ucs2_utf16.h +SOURCE=..\src\Utils\impl\ucs2_utf16.h # End Source File # Begin Source File -SOURCE=..\Utils\impl\ucs2_utf8.cpp +SOURCE=..\src\Utils\impl\ucs2_utf8.cpp # End Source File # Begin Source File -SOURCE=..\Utils\impl\ucs2_utf8.h +SOURCE=..\src\Utils\impl\ucs2_utf8.h # End Source File # End Group # Begin Source File -SOURCE=..\Utils\base64codecvt.cpp +SOURCE=..\src\Utils\base64codecvt.cpp # End Source File # Begin Source File -SOURCE=..\Utils\base64codecvt.h +SOURCE=..\src\Utils\base64codecvt.h # End Source File # Begin Source File -SOURCE=..\Utils\convert_adaptor.h +SOURCE=..\src\Utils\convert_adaptor.h # End Source File # Begin Source File -SOURCE=..\Utils\convertstream.h +SOURCE=..\src\Utils\convertstream.h # End Source File # Begin Source File -SOURCE=..\Utils\iso88591utf8codecvt.cpp +SOURCE=..\src\Utils\iso88591utf8codecvt.cpp # End Source File # Begin Source File -SOURCE=..\Utils\iso88591utf8codecvt.h +SOURCE=..\src\Utils\iso88591utf8codecvt.h # End Source File # Begin Source File -SOURCE=..\Utils\rot13codecvt.cpp +SOURCE=..\src\Utils\rot13codecvt.cpp # End Source File # Begin Source File -SOURCE=..\Utils\rot13codecvt.h +SOURCE=..\src\Utils\rot13codecvt.h # End Source File # Begin Source File -SOURCE=..\Utils\socket_stream.h +SOURCE=..\src\Utils\socket_stream.h # End Source File # Begin Source File -SOURCE=..\XML\UnicodeCharacters.h +SOURCE=..\src\XML\UnicodeCharacters.h # End Source File # Begin Source File -SOURCE=..\Utils\utf16beucs2codecvt.cpp +SOURCE=..\src\Utils\utf16beucs2codecvt.cpp # End Source File # Begin Source File -SOURCE=..\Utils\utf16beucs2codecvt.h +SOURCE=..\src\Utils\utf16beucs2codecvt.h # End Source File # Begin Source File -SOURCE=..\Utils\utf16leucs2codecvt.cpp +SOURCE=..\src\Utils\utf16leucs2codecvt.cpp # End Source File # Begin Source File -SOURCE=..\Utils\utf16leucs2codecvt.h +SOURCE=..\src\Utils\utf16leucs2codecvt.h # End Source File # Begin Source File -SOURCE=..\Utils\utf16utf8codecvt.cpp +SOURCE=..\src\Utils\utf16utf8codecvt.cpp # End Source File # Begin Source File -SOURCE=..\Utils\utf16utf8codecvt.h +SOURCE=..\src\Utils\utf16utf8codecvt.h # End Source File # Begin Source File -SOURCE=..\Utils\utf8iso88591codecvt.cpp +SOURCE=..\src\Utils\utf8iso88591codecvt.cpp # End Source File # Begin Source File -SOURCE=..\Utils\utf8iso88591codecvt.h +SOURCE=..\src\Utils\utf8iso88591codecvt.h # End Source File # Begin Source File -SOURCE=..\Utils\utf8ucs2codecvt.cpp +SOURCE=..\src\Utils\utf8ucs2codecvt.cpp # End Source File # Begin Source File -SOURCE=..\Utils\utf8ucs2codecvt.h +SOURCE=..\src\Utils\utf8ucs2codecvt.h # End Source File # Begin Source File -SOURCE=..\XML\XMLCharacterClasses.cpp +SOURCE=..\src\XML\XMLCharacterClasses.cpp # End Source File # Begin Source File -SOURCE=..\XML\XMLCharacterClasses.h +SOURCE=..\src\XML\XMLCharacterClasses.h # End Source File # End Group # Begin Source File -SOURCE=.\ArabicaConfig.S +SOURCE=..\include\SAX\ArabicaConfig.S !IF "$(CFG)" == "ArabicaLib - Win32 Release" # Begin Custom Build -InputPath=.\ArabicaConfig.S +InputPath=..\include\SAX\ArabicaConfig.S "ArabicaConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" cl /TC /EP ArabicaConfig.S > ArabicaConfig.h @@ -450,7 +450,7 @@ InputPath=.\ArabicaConfig.S !ELSEIF "$(CFG)" == "ArabicaLib - Win32 Debug" # Begin Custom Build -InputPath=.\ArabicaConfig.S +InputPath=..\include\SAX\ArabicaConfig.S "ArabicaConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" cl /TC /EP ArabicaConfig.S > ArabicaConfig.h @@ -462,12 +462,12 @@ InputPath=.\ArabicaConfig.S # End Source File # Begin Source File -SOURCE=.\ParserConfig.S +SOURCE=..\include\SAX\ParserConfig.S !IF "$(CFG)" == "ArabicaLib - Win32 Release" # Begin Custom Build -InputPath=.\ParserConfig.S +InputPath=..\include\SAX\ParserConfig.S BuildCmds= \ cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h \ @@ -485,7 +485,7 @@ BuildCmds= \ # PROP Ignore_Default_Tool 1 # Begin Custom Build -InputPath=.\ParserConfig.S +InputPath=..\include\SAX\ParserConfig.S BuildCmds= \ cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h \ @@ -504,11 +504,11 @@ BuildCmds= \ # End Source File # Begin Source File -SOURCE=.\saxlib.cpp +SOURCE=..\include\SAX\saxlib.cpp # End Source File # Begin Source File -SOURCE=.\saxlib.S +SOURCE=..\include\SAX\saxlib.S # End Source File # End Target # End Project diff --git a/examples/SAX/SimpleHandler.dsp b/vs6/SimpleHandler.dsp similarity index 97% rename from examples/SAX/SimpleHandler.dsp rename to vs6/SimpleHandler.dsp index 2b919bcd..423ceb9f 100644 --- a/examples/SAX/SimpleHandler.dsp +++ b/vs6/SimpleHandler.dsp @@ -89,11 +89,11 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=.\SimpleHandler.cpp +SOURCE=..\examples\SAX\SimpleHandler.cpp # End Source File # Begin Source File -SOURCE=.\wrapper.cpp +SOURCE=..\examples\SAX\wrapper.cpp # End Source File # End Group # Begin Group "Header Files" @@ -101,7 +101,7 @@ SOURCE=.\wrapper.cpp # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File -SOURCE=.\SimpleHandler.h +SOURCE=..\examples\SAX\SimpleHandler.h # End Source File # End Group # Begin Group "Libs" diff --git a/examples/SAX/Writer.dsp b/vs6/Writer.dsp similarity index 99% rename from examples/SAX/Writer.dsp rename to vs6/Writer.dsp index 3f933bac..6518ceba 100644 --- a/examples/SAX/Writer.dsp +++ b/vs6/Writer.dsp @@ -89,7 +89,7 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=.\writer.cpp +SOURCE=..\examples\SAX\writer.cpp # End Source File # End Group # Begin Group "Libs" diff --git a/examples/SAX/pyx.dsp b/vs6/pyx.dsp similarity index 99% rename from examples/SAX/pyx.dsp rename to vs6/pyx.dsp index 2b2826d2..82f8afc6 100644 --- a/examples/SAX/pyx.dsp +++ b/vs6/pyx.dsp @@ -89,7 +89,7 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=.\pyx.cpp +SOURCE=..\examples\SAX\pyx.cpp # End Source File # End Group # Begin Group "Libs" diff --git a/examples/Utils/transcode.dsp b/vs6/transcode.dsp similarity index 99% rename from examples/Utils/transcode.dsp rename to vs6/transcode.dsp index edaa4141..c7cb94a4 100644 --- a/examples/Utils/transcode.dsp +++ b/vs6/transcode.dsp @@ -89,7 +89,7 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=.\transcode.cpp +SOURCE=..\examples\Utils\transcode.cpp # End Source File # End Group # Begin Group "Libs"