From b6eefb739d1881866662cdcb591a089e5cd7c940 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 14 Jul 2001 09:02:42 +0000 Subject: [PATCH] Reverted my bad <> -> "" fix, sorry; updated project files. Probably regex should have it's own .dsp file :-( git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/dragimag/DragimagVC.dsp | 4 ++-- src/regex/regcomp.c | 2 +- src/regex/regerror.c | 2 +- src/regex/regexec.c | 2 +- src/regex/regfree.c | 2 +- src/wxvc.dsp | 10 +++++----- src/wxvc_dll.dsp | 5 +++++ 7 files changed, 16 insertions(+), 11 deletions(-) diff --git a/samples/dragimag/DragimagVC.dsp b/samples/dragimag/DragimagVC.dsp index 6910a6fb68..51394f32d3 100644 --- a/samples/dragimag/DragimagVC.dsp +++ b/samples/dragimag/DragimagVC.dsp @@ -25,8 +25,8 @@ CFG=DragimagVC - Win32 Debug # Begin Project # PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" +# PROP Scc_ProjName "DragimagVC" +# PROP Scc_LocalPath "." CPP=cl.exe MTL=midl.exe RSC=rc.exe diff --git a/src/regex/regcomp.c b/src/regex/regcomp.c index 17557ddd14..4347a2bc28 100644 --- a/src/regex/regcomp.c +++ b/src/regex/regcomp.c @@ -4,7 +4,7 @@ #include #include #include -#include "regex.h" +#include #include "utils.h" #include "regex2.h" diff --git a/src/regex/regerror.c b/src/regex/regerror.c index 1bb1ec1ce8..1ec073997d 100644 --- a/src/regex/regerror.c +++ b/src/regex/regerror.c @@ -4,7 +4,7 @@ #include #include #include -#include "regex.h" +#include #include "utils.h" #include "regerror.ih" diff --git a/src/regex/regexec.c b/src/regex/regexec.c index 7e314950e7..a1037648e7 100644 --- a/src/regex/regexec.c +++ b/src/regex/regexec.c @@ -11,7 +11,7 @@ #include #include #include -#include "regex.h" +#include #include "utils.h" #include "regex2.h" diff --git a/src/regex/regfree.c b/src/regex/regfree.c index 9c1488ab23..9a6acf1733 100644 --- a/src/regex/regfree.c +++ b/src/regex/regfree.c @@ -1,7 +1,7 @@ #include #include #include -#include "regex.h" +#include #include "utils.h" #include "regex2.h" diff --git a/src/wxvc.dsp b/src/wxvc.dsp index 86a24d799a..763b35aeed 100644 --- a/src/wxvc.dsp +++ b/src/wxvc.dsp @@ -413,6 +413,7 @@ SOURCE=.\common\radiocmn.cpp # Begin Source File SOURCE=.\common\regex.cpp +# ADD CPP /I "regex" # End Source File # Begin Source File @@ -1224,26 +1225,25 @@ SOURCE=..\include\wx\msw\setup.h # Begin Source File SOURCE=.\regex\regcomp.c +# ADD CPP /I "regex" # SUBTRACT CPP /YX /Yc /Yu # End Source File # Begin Source File SOURCE=.\regex\regerror.c +# ADD CPP /I "regex" # SUBTRACT CPP /YX /Yc /Yu # End Source File # Begin Source File SOURCE=.\regex\regexec.c +# ADD CPP /I "regex" # SUBTRACT CPP /YX /Yc /Yu # End Source File # Begin Source File SOURCE=.\regex\regfree.c -# SUBTRACT CPP /YX /Yc /Yu -# End Source File -# Begin Source File - -SOURCE=.\regex\split.c +# ADD CPP /I "regex" # SUBTRACT CPP /YX /Yc /Yu # End Source File # End Group diff --git a/src/wxvc_dll.dsp b/src/wxvc_dll.dsp index b45258f9c1..8a2930ead7 100644 --- a/src/wxvc_dll.dsp +++ b/src/wxvc_dll.dsp @@ -423,6 +423,11 @@ SOURCE=.\common\radiocmn.cpp # End Source File # Begin Source File +SOURCE=.\common\regex.cpp +# ADD CPP /I "regex" +# End Source File +# Begin Source File + SOURCE=.\common\resourc2.cpp # End Source File # Begin Source File -- 2.45.2