From: Oliver O. <fr...@us...> - 2007-03-15 06:55:06
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv27509 Modified Files: Tag: WIN32 Makefile.am Log Message: - added header files Index: Makefile.am =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/Makefile.am,v retrieving revision 1.5.2.1 retrieving revision 1.5.2.2 diff -C2 -d -r1.5.2.1 -r1.5.2.2 *** Makefile.am 23 Feb 2007 22:18:01 -0000 1.5.2.1 --- Makefile.am 15 Mar 2007 06:55:01 -0000 1.5.2.2 *************** *** 8,12 **** @OXYGEN_CPPFLAGS@\ @KEROSIN_CPPFLAGS@\ ! @SPARK_CPPFLAGS@ AM_LDFLAGS = @SPARK_LIBADD@\ --- 8,12 ---- @OXYGEN_CPPFLAGS@\ @KEROSIN_CPPFLAGS@\ ! @SPARK_CPPFLAGS@ AM_LDFLAGS = @SPARK_LIBADD@\ *************** *** 18,33 **** rsgedit_SOURCES = \ ! main.cpp\ ! mainframe.cpp\ ! sparkglcanvas.cpp\ ! simspark.cpp\ ! sparkglrender.cpp\ ! inputwx.cpp\ ! sparktree.cpp\ ! propertylist.cpp\ ! propertyframe.cpp\ ! property.cpp\ ! aboutDlg.cpp\ ! agentframe.cpp --- 18,48 ---- rsgedit_SOURCES = \ ! aboutDlg.cpp \ ! agentframe.cpp \ ! constants.cpp \ ! inputwx.cpp \ ! main.cpp \ ! mainframe.cpp \ ! property.cpp \ ! propertyframe.cpp \ ! propertylist.cpp \ ! simspark.cpp \ ! sparkglcanvas.cpp \ ! sparkglrender.cpp \ ! sparktree.cpp \ ! aboutDlg.h \ ! agentframe.h \ ! constants.h \ ! inputwx.h \ ! main.h \ ! mainframe.h \ ! property.h \ ! propertyframe.h \ ! propertylist.h \ ! simspark.h \ ! sparkglcanvas.h \ ! sparkglrender.h \ ! sparktree.h ! |