shithub: choc

ref: 32d566f7a2171eacb9b6713a9d1f98e3a1db6be6
dir: /pkg/wince/common.py/

View raw version

# SDL library files that need to be installed:

LIBRARIES = [ "SDL.dll", "SDL_mixer.dll", "libSDL_net-1-2-0.dll" ]

def add_libraries(dir, files):
    for lib in LIBRARIES:
        files[dir + lib] = lib