Ignore:
Timestamp:
2009-06-15T17:00:45+12:00 (15 years ago)
Author:
oranfry
Message:

changes that went in for the 2.82cd release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/windows/wirk.cpp

    r19846 r19848  
    8484    //create the command
    8585    stringstream command;
    86     command << "cmd.exe /c " << WIRK_HOME << "\\core\\ant\\bin\\ant.bat -f \"" << WIRK_HOME << "\\ant-scripts\\build.xml\" -addressing \"-Dwirk" << XXX << ".home=" << WIRK_HOME << "\"";
     86    command << "c:\\windows\\cmd.exe /c " << WIRK_HOME << "\\core\\ant\\bin\\ant.bat -f \"" << WIRK_HOME << "\\ant-scripts\\build.xml\" -addressing \"-Dwirk" << XXX << ".home=" << WIRK_HOME << "\"";
    8787
    8888    //pass on the arguments
Note: See TracChangeset for help on using the changeset viewer.