diff --git a/FlightGear.dsp b/FlightGear.dsp index 88b3a2999..1690f56e6 100644 --- a/FlightGear.dsp +++ b/FlightGear.dsp @@ -847,36 +847,6 @@ SOURCE=.\src\FDM\JSBSim\FGConfigFile.h # End Source File # Begin Source File -SOURCE=.\src\FDM\JSBSim\FGControls.cpp - -!IF "$(CFG)" == "FlightGear - Win32 Release" - -# PROP Intermediate_Dir "Release\Lib_JSBSim" - -!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug" - -# PROP Intermediate_Dir "Debug\Lib_JSBSim" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\src\FDM\JSBSim\FGControls.h - -!IF "$(CFG)" == "FlightGear - Win32 Release" - -# PROP Intermediate_Dir "Release\Lib_JSBSim" - -!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug" - -# PROP Intermediate_Dir "Debug\Lib_JSBSim" - -!ENDIF - -# End Source File -# Begin Source File - SOURCE=.\src\FDM\JSBSim\FGDefs.h !IF "$(CFG)" == "FlightGear - Win32 Release" @@ -5173,36 +5143,6 @@ SOURCE=.\src\Network\garmin.hxx # End Source File # Begin Source File -SOURCE=.\src\Network\httpd.cxx - -!IF "$(CFG)" == "FlightGear - Win32 Release" - -# PROP Intermediate_Dir "Release\Lib_Network" - -!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug" - -# PROP Intermediate_Dir "Debug\Lib_Network" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\src\Network\httpd.hxx - -!IF "$(CFG)" == "FlightGear - Win32 Release" - -# PROP Intermediate_Dir "Release\Lib_Network" - -!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug" - -# PROP Intermediate_Dir "Debug\Lib_Network" - -!ENDIF - -# End Source File -# Begin Source File - SOURCE=.\src\Network\joyclient.cxx !IF "$(CFG)" == "FlightGear - Win32 Release" diff --git a/Makefile.am b/Makefile.am index 26f56ba91..7e4c8ddc7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ EXTRA_DIST = Thanks acsite.m4 acconfig.h irix-hack.sh \ dist-hook: (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl) (cd $(top_srcdir); tar --exclude docs-mini/CVS --exclude hints/CVS \ - -cf - docs-mini hints) | (cd $(distdir); tar xvf -) + -cf - docs-mini ) | (cd $(distdir); tar xvf -) # tar cf - Simulator/FDM/JSBsim/aircraft Simulator/FDM/JSBsim/engine | (cd $(distdir); tar xvf -)