NativeLib.py
author Edouard Tisserant
Sat, 29 Mar 2014 14:49:48 +0100
changeset 1402 49441045b192
parent 944 52a17be9c4d1
child 1511 91538d0c242c
permissions -rw-r--r--
On windows, prepend CWD to PATH before invoking Generic target make command
import os
from POULibrary import POULibrary

class NativeLibrary(POULibrary):
    def GetLibraryPath(self):
        return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")