diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-06 15:59:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-06 15:59:48 +0000 |
commit | d102fb2d8deda4d09c0e3ce90721488fd78a2ad2 (patch) | |
tree | 3635d3ffa29ffadf7c19d65fb9f15599b80fa9ac /Makefile | |
parent | a53f1f181e5f99938358c6f105856d08c9704d6b (diff) |
moved [keyboard_layout] to the apple lib, since its Apple only
svn path=/trunk/externals/hcs/; revision=15530
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ LIBRARY_NAME = hcs # add your .c source files, one object per file, to the SOURCES # variable, help files will be included automatically, and for GUI # objects, the matching .tcl file too -SOURCES = canvas_name.c ce_path.c classpath.c colorpanel.c cursor.c folder_list.c group.c helppath.c keyboard_layout.c passwd.c screensize.c setenv.c split_path.c sql_query.c stat.c sys_gui.c uname.c unsetenv.c version.c window_name.c +SOURCES = canvas_name.c ce_path.c classpath.c colorpanel.c cursor.c folder_list.c group.c helppath.c passwd.c screensize.c setenv.c split_path.c sql_query.c stat.c sys_gui.c uname.c unsetenv.c version.c window_name.c # For objects that only build on certain platforms, add those to the SOURCES # line for the right platforms. |