pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/editor Makefile.am,1.22,1.23


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor Makefile.am,1.22,1.23
Date: 1 Jul 2002 16:09:43 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/editor
In directory dark:/tmp/cvs-serv16295

Modified Files:
        Makefile.am 
Log Message:
- added selection.hxx/cxx
- sorted alphabetically


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile.am 1 Jul 2002 12:46:22 -0000       1.22
+++ Makefile.am 1 Jul 2002 16:09:41 -0000       1.23
@@ -17,30 +17,35 @@
 
 noinst_LIBRARIES = libpingus_editor.a
 
-EXTRA_DIST = EditorObjGroupData.hh EditorObjGroupData.cc
-
 libpingus_editor_a_SOURCES = \
-action_window.cxx action_window.hxx \
-editor.hxx                 object_manager.hxx    start_pos.hxx \
-editor_event.hxx           object_selector.hxx   status_line.hxx \
-editor_groundpiece_obj.hxx  panel.hxx            string_reader.hxx \
-editor_help_screen.hxx     panel_icons.hxx       surface_selector.hxx \
-editor_view.hxx                    plfobj.hxx            thumb_cache.hxx \
-editorobj.hxx              rect_editorobj.hxx    weather_obj.hxx \
-           scroll_map.hxx \
-   sprite_editorobj.hxx \
-editor.cxx                 object_manager.cxx    start_pos.cxx \
-editor_event.cxx           object_selector.cxx   status_line.cxx \
-editor_groundpiece_obj.cxx  panel.cxx            string_reader.cxx \
-editor_help_screen.cxx     panel_icons.cxx       surface_selector.cxx \
-editor_view.cxx                    plfobj.cxx            thumb_cache.cxx \
-editorobj.cxx              rect_editorobj.cxx    weather_obj.cxx \
-    scroll_map.cxx \
-  sprite_editorobj.cxx editorobj_group.hxx editorobj_group.cxx \
-groundpiece_window.hxx groundpiece_window.cxx \
-property_window.hxx property_window.cxx \
-property_frame.hxx property_frame.cxx \
-entrance_window.hxx entrance_window.cxx \
-level_property_window.hxx level_property_window.cxx
+       action_window.cxx action_window.hxx \
+       editor_event.cxx editor_event.hxx \
+       editor_groundpiece_obj.cxx editor_groundpiece_obj.hxx \
+       editor_help_screen.cxx editor_help_screen.hxx \
+       editor.cxx editor.hxx \
+       editorobj_group.cxx editorobj_group.hxx \
+       editorobj.cxx editorobj.hxx \
+       editor_view.cxx editor_view.hxx \
+       entrance_window.cxx entrance_window.hxx \
+       exit_window.cxx exit_window.hxx \
+       groundpiece_window.cxx groundpiece_window.hxx \
+       level_property_window.cxx level_property_window.hxx \
+       object_manager.cxx object_manager.hxx \
+       object_selector.cxx object_selector.hxx \
+       panel.cxx panel.hxx \
+       panel_icons.cxx panel_icons.hxx \
+       plfobj.cxx plfobj.hxx \
+       property_frame.cxx property_frame.hxx \
+       property_window.cxx property_window.hxx \
+       rect_editorobj.cxx rect_editorobj.hxx \
+       scroll_map.cxx scroll_map.hxx \
+       selection.cxx selection.hxx \
+       sprite_editorobj.cxx sprite_editorobj.hxx
+       start_pos.cxx start_pos.hxx \
+       status_line.cxx status_line.hxx \
+       string_reader.cxx string_reader.hxx \
+       surface_selector.cxx surface_selector.hxx \
+       thumb_cache.cxx thumb_cache.hxx \
+       weather_obj.cxx weather_obj.hxx
 
 # EOF #




reply via email to

[Prev in Thread] Current Thread [Next in Thread]