From: <fea...@li...> - 2006-03-09 15:50:09
|
Revision: 59 Author: alex_lerch Date: 2006-03-09 07:49:54 -0800 (Thu, 09 Mar 2006) ViewCVS: http://svn.sourceforge.net/feapi/?rev=59&view=rev Log Message: ----------- updated VC6 projects Modified Paths: -------------- trunk/FEAPI/build/Win/ExamplePluginFindMax/ExamplePluginFindMax.dsp trunk/FEAPI/build/Win/ExamplePluginFindRms/ExamplePluginFindRms.dsp trunk/FEAPI/build/Win/FEAPIHost_C/FEAPITestCL.dsp Modified: trunk/FEAPI/build/Win/ExamplePluginFindMax/ExamplePluginFindMax.dsp =================================================================== --- trunk/FEAPI/build/Win/ExamplePluginFindMax/ExamplePluginFindMax.dsp 2006-03-09 11:39:18 UTC (rev 58) +++ trunk/FEAPI/build/Win/ExamplePluginFindMax/ExamplePluginFindMax.dsp 2006-03-09 15:49:54 UTC (rev 59) @@ -43,7 +43,7 @@ # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /Ob2 /I "../../../include" /I "../../../sdk/include" /I "../../../examples/FEAPIExamplePluginFindMax" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /Ob2 /I "../../../include" /I "../../../sdk/plugin/include" /I "../../../examples/plugin/FEAPIExamplePluginFindMax" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c # SUBTRACT CPP /YX # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 @@ -70,7 +70,7 @@ # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../include" /I "../../../sdk/include" /I "../../../examples/FEAPIExamplePluginFindMax" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../include" /I "../../../sdk/plugin/include" /I "../../../examples/plugin/FEAPIExamplePluginFindMax" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x407 /d "_DEBUG" @@ -93,7 +93,7 @@ # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=..\..\..\examples\FEAPIExamplePluginFindMax\FEAPIExamplePluginFindMax.cpp +SOURCE=..\..\..\examples\plugin\FEAPIExamplePluginFindMax\FEAPIExamplePluginFindMax.cpp # End Source File # End Group # Begin Group "Header Files" @@ -101,33 +101,13 @@ # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File -SOURCE=..\..\..\examples\FEAPIExamplePluginFindMax\FEAPIExamplePluginFindMax.h +SOURCE=..\..\..\examples\plugin\FEAPIExamplePluginFindMax\FEAPIExamplePluginFindMax.h # End Source File # End Group # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # End Group -# Begin Group "Documentation Files" - -# PROP Default_Filter "txt" -# Begin Source File - -SOURCE=..\..\..\doc\docugenAPI.txt -# End Source File -# Begin Source File - -SOURCE=..\..\..\doc\docugenHost.txt -# End Source File -# Begin Source File - -SOURCE=..\..\..\doc\docugenPlug.txt -# End Source File -# Begin Source File - -SOURCE=..\..\..\license\license.txt -# End Source File -# End Group # Begin Group "Definition Files" # PROP Default_Filter "def" @@ -147,7 +127,7 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\sdk\src\FEAPIPluginBase.cpp +SOURCE=..\..\..\sdk\plugin\src\FEAPIPluginBase.cpp # End Source File # End Group # Begin Group "include" @@ -155,14 +135,26 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\sdk\include\FEAPIEntryPoints.h +SOURCE=..\..\..\sdk\plugin\include\FEAPIEntryPoints.h # End Source File # Begin Source File -SOURCE=..\..\..\sdk\include\FEAPIPluginBase.h +SOURCE=..\..\..\sdk\plugin\include\FEAPIPluginBase.h # End Source File # End Group # End Group # End Group +# Begin Group "Documentation Files" + +# PROP Default_Filter ".txt" +# Begin Source File + +SOURCE=..\..\..\doc\docugenPlug.txt +# End Source File +# Begin Source File + +SOURCE=..\..\..\license\license.txt +# End Source File +# End Group # End Target # End Project Modified: trunk/FEAPI/build/Win/ExamplePluginFindRms/ExamplePluginFindRms.dsp =================================================================== --- trunk/FEAPI/build/Win/ExamplePluginFindRms/ExamplePluginFindRms.dsp 2006-03-09 11:39:18 UTC (rev 58) +++ trunk/FEAPI/build/Win/ExamplePluginFindRms/ExamplePluginFindRms.dsp 2006-03-09 15:49:54 UTC (rev 59) @@ -43,7 +43,7 @@ # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /Ob2 /I "../../../include" /I "../../../sdk/include" /I "../../../examples/FEAPIExamplePluginFindRms" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /Ob2 /I "../../../include" /I "../../../sdk/plugin/include" /I "../../../examples/plugin/FEAPIExamplePluginFindRms" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c # SUBTRACT CPP /YX # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 @@ -70,7 +70,7 @@ # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../include" /I "../../../sdk/include" /I "../../../examples/FEAPIExamplePluginFindRms" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../include" /I "../../../sdk/plugin/include" /I "../../../examples/plugin/FEAPIExamplePluginFindRms" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x407 /d "_DEBUG" @@ -93,7 +93,7 @@ # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File -SOURCE=..\..\..\examples\FEAPIExamplePluginFindRms\FEAPIExamplePluginFindRms.h +SOURCE=..\..\..\examples\plugin\FEAPIExamplePluginFindRms\FEAPIExamplePluginFindRms.h # End Source File # End Group # Begin Group "Resource Files" @@ -105,14 +105,6 @@ # PROP Default_Filter "txt" # Begin Source File -SOURCE=..\..\..\doc\docugenAPI.txt -# End Source File -# Begin Source File - -SOURCE=..\..\..\doc\docugenHost.txt -# End Source File -# Begin Source File - SOURCE=..\..\..\doc\docugenPlug.txt # End Source File # Begin Source File @@ -128,14 +120,6 @@ SOURCE=.\FEAPIExamplePluginFindRms.def # End Source File # End Group -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\examples\FEAPIExamplePluginFindRms\FEAPIExamplePluginFindRms.cpp -# End Source File -# End Group # Begin Group "FEAPI" # PROP Default_Filter "" @@ -147,7 +131,7 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\sdk\src\FEAPIPluginBase.cpp +SOURCE=..\..\..\sdk\plugin\src\FEAPIPluginBase.cpp # End Source File # End Group # Begin Group "include" @@ -155,14 +139,18 @@ # PROP Default_Filter "" # Begin Source File -SOURCE=..\..\..\sdk\include\FEAPIEntryPoints.h +SOURCE=..\..\..\sdk\plugin\include\FEAPIPluginBase.h # End Source File +# End Group +# End Group +# End Group +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File -SOURCE=..\..\..\sdk\include\FEAPIPluginBase.h +SOURCE=..\..\..\examples\plugin\FEAPIExamplePluginFindRms\FEAPIExamplePluginFindRms.cpp # End Source File # End Group -# End Group -# End Group # End Target # End Project Modified: trunk/FEAPI/build/Win/FEAPIHost_C/FEAPITestCL.dsp =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |