summaryrefslogtreecommitdiff
path: root/pkg/wince/common.py
blob: e142c2b7f9d6d5870f92ae7edec250cd4f839e9d (plain)
1
2
3
4
5
6
7
8
9
# 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