~ubuntu-branches/ubuntu/quantal/aspectc++/quantal

« back to all changes in this revision

Viewing changes to AspectC++/ACProject.cc

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-04-10 17:40:52 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20080410174052-dbne39zue793jgrh
Tags: upstream-1.0pre4~svn.20080409+dfsg
ImportĀ upstreamĀ versionĀ 1.0pre4~svn.20080409+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
            char last = destname[destname.length () - 1];
29
29
            if (last != '/' && last != '\\')
30
30
              destname += '/';
 
31
#ifdef WIN32
 
32
            SysCall::MakeUnixPath ((char*)relpath);
 
33
#endif
31
34
            destname += (const char*)relpath;
32
35
          }
33
36
          else