ref: 45b03b36c7b64f5dc884b53e44d899cf18ad5bec
dir: /pkg/wince/common.py/
# 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