This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Eclipse CDT 5.0 generator for Waf http://code.google.com/p/waf/ | |
# New BSD License | |
import sys | |
import os | |
import Utils | |
import Logs | |
from Constants import APPNAME | |
from xml.dom.minidom import Document | |
import Options |