Changeset 19421


Ignore:
Timestamp:
2009-05-13T11:53:21+12:00 (15 years ago)
Author:
oranfry
Message:

trying to get back windows xp compatibility

Location:
release-kits/wirk3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/src/wirk3.cpp

    r19406 r19421  
    8282
    8383    //create the command
    84     command = "\"\"" + WIRK3_HOME + "\\core\\ant\\bin\\ant.bat\" -f \"" + WIRK3_HOME + "\\ant-scripts\\build.xml\" -addressing \"-Dwirk3.home=" + WIRK3_HOME + "\"";
     84    command = WIRK3_HOME + "\\core\\ant\\bin\\ant.bat -f \"" + WIRK3_HOME + "\\ant-scripts\\build.xml\" -addressing \"-Dwirk3.home=" + WIRK3_HOME + "\"";
    8585    //pass on the arguments
    8686    string a;
     
    108108   
    109109    //set the basedir in the command
    110     command = command + " \"-Dbasedir=";
    111     command = command + pwd + "\"\"";
     110    command = command + " \"-Dbasedir=" + pwd + "\"";
    112111   
    113     //command = command + ".";
    114 
     112    //quote the whole command
     113    //command = "\"" + command + "\"";
     114   
    115115    cout
    116116        << "O-----------------------------------------O" << endl
Note: See TracChangeset for help on using the changeset viewer.