ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/XmlTools2/trunk/util.cpp
(Generate patch)

Comparing XmlTools2/trunk/util.cpp (file contents):
Revision 906 by s10k, Sat Feb 1 14:27:58 2014 UTC vs.
Revision 920 by s10k, Sun Feb 2 18:50:10 2014 UTC

# Line 2 | Line 2
2  
3   namespace GlobalVars{
4   QString AppName="XmlTools";
5 + #ifdef Q_OS_WIN
6 + QString AppExecutable=AppName+".exe";
7 + #else
8 + QString AppExecutable="./"+AppName; // Mac OS needs unix like executing
9 + #endif
10   QString AppVersion="2.0";
11   }
12  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)