Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4024/src/classes

Modified Files:
        MModule.cpp 
Log Message:
fixed module directories

Index: MModule.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MModule.cpp,v
retrieving revision 1.89
retrieving revision 1.90
diff -b -u -2 -r1.89 -r1.90
--- MModule.cpp 11 Jul 2004 00:31:02 -0000      1.89
+++ MModule.cpp 11 Jul 2004 18:33:20 -0000      1.90
@@ -756,5 +756,5 @@
    // dynamic modules are not supported neither under Windows nor under Mac
    // right now...)
-   const String globalDir = mApplication->GetGlobalDir();
+   const String globalDir = M_PREFIX;
    if ( globalDir != localDir )
    {
@@ -795,4 +795,11 @@
                << DIR_SEPARATOR << _T("src")
                << DIR_SEPARATOR << _T("modules")
+               << DIR_SEPARATOR << _T("spam") << DIR_SEPARATOR;
+   dirs.Add(pathSrcTree);
+
+   pathSrcTree.clear();
+   pathSrcTree << M_TOP_BUILDDIR
+               << DIR_SEPARATOR << _T("src")
+               << DIR_SEPARATOR << _T("modules")
                << DIR_SEPARATOR << _T("viewflt") << DIR_SEPARATOR;
    dirs.Add(pathSrcTree);



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to