From 455b55a6a834ed4c8eafdcc1273b78d760cca4b7 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 22 Sep 2003 08:03:58 +0000 Subject: [PATCH] Fixed precompiled header settings git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/samples/stc/StcTestVC.dsp | 46 +++++++++++++++++++++++++------ samples/stc/StcTestVC.dsp | 46 +++++++++++++++++++++++++------ 2 files changed, 76 insertions(+), 16 deletions(-) diff --git a/contrib/samples/stc/StcTestVC.dsp b/contrib/samples/stc/StcTestVC.dsp index 3f660bd692..e436020cf2 100644 --- a/contrib/samples/stc/StcTestVC.dsp +++ b/contrib/samples/stc/StcTestVC.dsp @@ -147,6 +147,44 @@ LINK32=link.exe # Name "StcTestVC - Win32 Release DLL" # Begin Source File +SOURCE=.\edit.cpp + +!IF "$(CFG)" == "StcTestVC - Win32 Release" + +!ELSEIF "$(CFG)" == "StcTestVC - Win32 Debug" + +# SUBTRACT CPP /YX /Yc /Yu + +!ELSEIF "$(CFG)" == "StcTestVC - Win32 Debug DLL" + +# SUBTRACT CPP /YX /Yc /Yu + +!ELSEIF "$(CFG)" == "StcTestVC - Win32 Release DLL" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\prefs.cpp + +!IF "$(CFG)" == "StcTestVC - Win32 Release" + +!ELSEIF "$(CFG)" == "StcTestVC - Win32 Debug" + +# SUBTRACT CPP /YX /Yc /Yu + +!ELSEIF "$(CFG)" == "StcTestVC - Win32 Debug DLL" + +# SUBTRACT CPP /YX /Yc /Yu + +!ELSEIF "$(CFG)" == "StcTestVC - Win32 Release DLL" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\stctest.cpp !IF "$(CFG)" == "StcTestVC - Win32 Release" @@ -167,14 +205,6 @@ SOURCE=.\stctest.cpp # End Source File # Begin Source File -SOURCE=.\edit.cpp -# End Source File -# Begin Source File - -SOURCE=.\prefs.cpp -# End Source File -# Begin Source File - SOURCE=.\stctest.rc # ADD BASE RSC /l 0x809 # ADD RSC /l 0x809 /i "../../../include" /i "../../../contrib/include" diff --git a/samples/stc/StcTestVC.dsp b/samples/stc/StcTestVC.dsp index 3f660bd692..e436020cf2 100644 --- a/samples/stc/StcTestVC.dsp +++ b/samples/stc/StcTestVC.dsp @@ -147,6 +147,44 @@ LINK32=link.exe # Name "StcTestVC - Win32 Release DLL" # Begin Source File +SOURCE=.\edit.cpp + +!IF "$(CFG)" == "StcTestVC - Win32 Release" + +!ELSEIF "$(CFG)" == "StcTestVC - Win32 Debug" + +# SUBTRACT CPP /YX /Yc /Yu + +!ELSEIF "$(CFG)" == "StcTestVC - Win32 Debug DLL" + +# SUBTRACT CPP /YX /Yc /Yu + +!ELSEIF "$(CFG)" == "StcTestVC - Win32 Release DLL" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\prefs.cpp + +!IF "$(CFG)" == "StcTestVC - Win32 Release" + +!ELSEIF "$(CFG)" == "StcTestVC - Win32 Debug" + +# SUBTRACT CPP /YX /Yc /Yu + +!ELSEIF "$(CFG)" == "StcTestVC - Win32 Debug DLL" + +# SUBTRACT CPP /YX /Yc /Yu + +!ELSEIF "$(CFG)" == "StcTestVC - Win32 Release DLL" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\stctest.cpp !IF "$(CFG)" == "StcTestVC - Win32 Release" @@ -167,14 +205,6 @@ SOURCE=.\stctest.cpp # End Source File # Begin Source File -SOURCE=.\edit.cpp -# End Source File -# Begin Source File - -SOURCE=.\prefs.cpp -# End Source File -# Begin Source File - SOURCE=.\stctest.rc # ADD BASE RSC /l 0x809 # ADD RSC /l 0x809 /i "../../../include" /i "../../../contrib/include"