1
0
Fork 0

Updates ...

This commit is contained in:
curt 2001-07-12 17:48:57 +00:00
parent 2fba4df258
commit 68a9746afe
2 changed files with 1 additions and 61 deletions

View file

@ -847,36 +847,6 @@ SOURCE=.\src\FDM\JSBSim\FGConfigFile.h
# End Source File # End Source File
# Begin 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 SOURCE=.\src\FDM\JSBSim\FGDefs.h
!IF "$(CFG)" == "FlightGear - Win32 Release" !IF "$(CFG)" == "FlightGear - Win32 Release"
@ -5173,36 +5143,6 @@ SOURCE=.\src\Network\garmin.hxx
# End Source File # End Source File
# Begin 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 SOURCE=.\src\Network\joyclient.cxx
!IF "$(CFG)" == "FlightGear - Win32 Release" !IF "$(CFG)" == "FlightGear - Win32 Release"

View file

@ -8,7 +8,7 @@ EXTRA_DIST = Thanks acsite.m4 acconfig.h irix-hack.sh \
dist-hook: dist-hook:
(cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl) (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl)
(cd $(top_srcdir); tar --exclude docs-mini/CVS --exclude hints/CVS \ (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 -) # tar cf - Simulator/FDM/JSBsim/aircraft Simulator/FDM/JSBsim/engine | (cd $(distdir); tar xvf -)