[ObjectHandler-cvs] ObjectHandler/Examples/xl Makefile.am,1.1,1.2
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-07-26 14:48:30
|
Update of /cvsroot/objecthandler/ObjectHandler/Examples/xl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27209/Examples/xl Modified Files: Makefile.am Log Message: updates for linux/autoconf/gcc4.1.0 Index: Makefile.am =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 19 May 2006 15:12:41 -0000 1.1 --- Makefile.am 26 Jul 2006 09:36:14 -0000 1.2 *************** *** 1,4 **** --- 1,6 ---- EXTRA_DIST = \ + account.cpp \ + account.hpp \ addindynamic1.cpp \ addindynamic2.cpp \ *************** *** 6,19 **** exampleDynamic.xls \ exampleStatic.xls \ - ExampleXllDynamic1.dsp \ - ExampleXllDynamic1.vcproj \ ExampleXllDynamic1_vc8.vcproj \ ! ExampleXllDynamic2.dsp \ ! ExampleXllDynamic2.vcproj \ ExampleXllDynamic2_vc8.vcproj \ ! ExampleXllStatic.dsp \ ! ExampleXllStatic.vcproj \ ExampleXllStatic_vc8.vcproj \ ! account.cpp \ ! account.hpp --- 8,16 ---- exampleDynamic.xls \ exampleStatic.xls \ ExampleXllDynamic1_vc8.vcproj \ ! ExampleXllDynamic1.vcproj \ ExampleXllDynamic2_vc8.vcproj \ ! ExampleXllDynamic2.vcproj \ ExampleXllStatic_vc8.vcproj \ ! ExampleXllStatic.vcproj |