Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2432 for trunk/sources


Ignore:
Timestamp:
10/15/09 13:29:03 (15 years ago)
Author:
gkronber
Message:

Fixed pre-build event for plugin ALGLIB. #783

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/ALGLIB/ALGLIB.csproj

    r2430 r2432  
    121121    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    122122set ProjectDir=$(ProjectDir)
    123 set SolutionDir=$(SolutionDir)</PreBuildEvent>
     123set SolutionDir=$(SolutionDir)
     124set Outdir=$(Outdir)
     125
     126call PreBuildEvent.cmd</PreBuildEvent>
    124127  </PropertyGroup>
    125128</Project>
Note: See TracChangeset for help on using the changeset viewer.