X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=SimGear.dsp;h=6fabb43a1c6118381d9b3adbca466debdf737844;hb=9795c5dd6b2a1274e5d47b103fd3ed05a6c55fe3;hp=1aa6b91e41aa31576c0bd0d1cef712690bcd4cc6;hpb=2afd1c8663b6d96ccb033f332dedf8b9664d02ae;p=simgear.git diff --git a/SimGear.dsp b/SimGear.dsp index 1aa6b91e..6fabb43a 100644 --- a/SimGear.dsp +++ b/SimGear.dsp @@ -41,7 +41,7 @@ RSC=rc.exe # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "\usr\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "HAVE_CONFIG_H" /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "HAVE_CONFIG_H" /I "." /I ".." /I ".\SimGear" /D "HAVE_CONFIG_H" /D "NDEBUG" /D "WIN32" /D "_MBCS" /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -64,7 +64,7 @@ LINK32=link.exe -lib # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /GX /ZI /Od /I "\usr\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "HAVE_CONFIG_H" /FR /FD /GZ /c +# ADD CPP /nologo /W3 /GX /ZI /Od /D "HAVE_CONFIG_H" /I "." /I ".." /I ".\SimGear" /D "HAVE_CONFIG_H" /D "_DEBUG" /D "WIN32" /D "_MBCS" /FR /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -80,18 +80,6 @@ LINK32=link.exe -lib # Name "SimGear - Win32 Release" # Name "SimGear - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group # Begin Group "Lib_sgbucket" # PROP Default_Filter "" @@ -770,6 +758,36 @@ SOURCE=.\simgear\metar\Stspack3.cpp # PROP Default_Filter "" # Begin Source File +SOURCE=.\simgear\misc\commands.cxx + +!IF "$(CFG)" == "SimGear - Win32 Release" + +# PROP Intermediate_Dir "Release\Lib_sgmisc" + +!ELSEIF "$(CFG)" == "SimGear - Win32 Debug" + +# PROP Intermediate_Dir "Debug\Lib_sgmisc" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\simgear\misc\exception.cxx + +!IF "$(CFG)" == "SimGear - Win32 Release" + +# PROP Intermediate_Dir "Release\Lib_sgmisc" + +!ELSEIF "$(CFG)" == "SimGear - Win32 Debug" + +# PROP Intermediate_Dir "Debug\Lib_sgmisc" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\simgear\misc\props.cxx !IF "$(CFG)" == "SimGear - Win32 Release" @@ -958,6 +976,21 @@ SOURCE=.\simgear\screen\screen-dump.cxx # End Source File # Begin Source File +SOURCE=.\simgear\screen\tr.cxx + +!IF "$(CFG)" == "SimGear - Win32 Release" + +# PROP Intermediate_Dir "Release\Lib_sgscreen" + +!ELSEIF "$(CFG)" == "SimGear - Win32 Debug" + +# PROP Intermediate_Dir "Debug\Lib_sgscreen" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\simgear\screen\win32-printer.h !IF "$(CFG)" == "SimGear - Win32 Release" @@ -1098,25 +1131,6 @@ SOURCE=.\simgear\sky\stars.cxx !ENDIF -# End Source File -# End Group -# Begin Group "Lib_sgthreads" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\simgear\threads\SGThread.cxx - -!IF "$(CFG)" == "SimGear - Win32 Release" - -# PROP Intermediate_Dir "Release\Lib_sgthreads" - -!ELSEIF "$(CFG)" == "SimGear - Win32 Debug" - -# PROP Intermediate_Dir "Debug\Lib_sgthreads" - -!ENDIF - # End Source File # End Group # Begin Group "Lib_sgtiming" @@ -1825,5 +1839,33 @@ SOURCE=.\simgear\zlib\zutil.h # End Source File # End Group + +# Begin Source File + +SOURCE = .\simgear\simgear_config.h.vc5 + +!IF "$(CFG)" == "FlightGear - Win32 Release" + +# Begin Custom Build - Creating config.h +InputPath=.\simgear\simgear_config.h.vc5 + +".\simgear\simgear_config.h": $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h + +# End Custom Build + +!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug" + +# Begin Custom Build - Creating config.h +InputPath=.\simgear\simgear_config.h.vc5 + +".\simgear\simgear_config.h": $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h + +# End Custom Build + +!ENDIF + +# End Source File # End Target # End Project