Skip to content

Instantly share code, notes, and snippets.

View ppngiap's full-sized avatar

Tom Phan ppngiap

View GitHub Profile
@ppngiap
ppngiap / eclipse_cdt.py
Created March 17, 2012 00:38 — forked from richq/eclipse_cdt.py
Eclipse CDT 5.0 generator for Waf http://code.google.com/p/waf/
# 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