Martin Spott wrote: > them. > The following patch removes unnecessary dependencies - probably MSVC > folks would like to incorporate similar changes into their project > files. Please apply this patch:
Ok, Mathias' (my ;-) latest changes now reduce the patch to the following - please apply: --------------------------------------------- snip ---------------------------- Index: src/FDM/YASim/Makefile.am =================================================================== RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/FDM/YASim/Makefile.am,v retrieving revision 1.18 diff -u -3 -p -r1.18 Makefile.am --- src/FDM/YASim/Makefile.am 17 Dec 2006 10:12:39 -0000 1.18 +++ src/FDM/YASim/Makefile.am 17 Dec 2006 11:00:17 -0000 @@ -45,9 +45,9 @@ noinst_PROGRAMS = proptest yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES) -yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS) +yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure $(base_LIBS) proptest_SOURCES = proptest.cpp $(SHARED_SOURCE_FILES) -proptest_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS) +proptest_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure $(base_LIBS) INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src --------------------------------------------- snip ---------------------------- Thanks, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! -------------------------------------------------------------------------- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel