Update of /cvsroot/reds/rapideds/src/schedit/schtool
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28791/src/schedit/schtool
Modified Files:
Makefile.am libbrowsedlg.cpp
Log Message:
Initial PCB framework
Index: libbrowsedlg.cpp
===================================================================
RCS file: /cvsroot/reds/rapideds/src/schedit/schtool/libbrowsedlg.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** libbrowsedlg.cpp 28 Apr 2005 08:25:23 -0000 1.2
--- libbrowsedlg.cpp 26 Aug 2006 13:21:32 -0000 1.3
***************
*** 30,33 ****
--- 30,34 ----
#include <kcombobox.h>
#include <kled.h>
+ #include <kconfig.h>
// App Includes
Index: Makefile.am
===================================================================
RCS file: /cvsroot/reds/rapideds/src/schedit/schtool/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.am 14 Jul 2005 19:30:39 -0000 1.5
--- Makefile.am 26 Aug 2006 13:21:32 -0000 1.6
***************
*** 1,5 ****
INCLUDES = -I$(top_srcdir)/sqlite -I$(top_srcdir)/src \
! -I$(top_srcdir)/src/cadlib/core -I$(top_srcdir)/src/common -I$(top_srcdir)/src/interfaces \
! -I$(top_srcdir)/src/projectmgr -I$(top_srcdir)/src/ui/schematic $(all_includes)
METASOURCES = AUTO
libschtool_la_LDFLAGS = $(all_libraries)
--- 1,6 ----
INCLUDES = -I$(top_srcdir)/sqlite -I$(top_srcdir)/src \
! -I$(top_srcdir)/src/cadlib -I$(top_srcdir)/src/cadlib/core -I$(top_srcdir)/src/common \
! -I$(top_srcdir)/src/interfaces -I$(top_srcdir)/src/projectmgr -I$(top_srcdir)/src/ui/schematic \
! $(all_includes)
METASOURCES = AUTO
libschtool_la_LDFLAGS = $(all_libraries)
|