diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-12-08 20:27:28 +0100 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-12-08 21:18:06 +0100 |
commit | 89215ba6d0f9bd130e4d136c7eada07607509cc8 (patch) | |
tree | 69efdf152eab880a81f5a1fd0fd2d95c40f30e85 /tools | |
parent | 410fcf7f52ec34f8ebe18c089f52a1024924c8ce (diff) | |
download | Nim-89215ba6d0f9bd130e4d136c7eada07607509cc8.tar.gz |
Updates configuration for recent lib removals. Refs #698.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/noprefix.nim | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tools/noprefix.nim b/tools/noprefix.nim index e7ec26c56..fe03a9efc 100644 --- a/tools/noprefix.nim +++ b/tools/noprefix.nim @@ -18,44 +18,12 @@ const ("mysql", "mysql"), ("postgres", ""), ("sqlite3", "sqlite3"), - ("tcl", "tcl"), - ("cairo/cairo", "cairo"), - ("cairo/cairoft", "cairo"), - ("cairo/cairowin32", "cairo"), - ("cairo/cairoxlib", "cairo"), - - ("gtk/atk", "atk"), - ("gtk/gdk2", "gdk"), - ("gtk/gdk2pixbuf", "gdk"), - ("gtk/gdkglext", "gdk"), - ("gtk/glib2", ""), - ("gtk/gtk2", "gtk"), - ("gtk/gtkglext", "gtk"), - ("gtk/gtkhtml", "gtk"), - ("gtk/libglade2", "glade"), - ("gtk/pango", "pango"), - ("gtk/pangoutils", "pango"), - - ("lua/lua", "lua"), - ("lua/lauxlib", "luaL"), - ("lua/lualib", "lua"), - - ("opengl/gl", ""), - ("opengl/glext", ""), - ("opengl/wingl", ""), - ("opengl/glu", ""), - ("opengl/glut", ""), - ("opengl/glx", ""), ("pcre/pcre", "pcre") ] proc createDirs = createDir("lib/newwrap/sdl") - createDir("lib/newwrap/cairo") - createDir("lib/newwrap/gtk") - createDir("lib/newwrap/lua") - createDir("lib/newwrap/opengl") createDir("lib/newwrap/pcre") for filename, prefix in items(filelist): |