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
This commit is contained in:
parent
0adbc1660e
commit
b6eefb739d
7 changed files with 16 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include "regex.h"
|
||||
#include <regex.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "regex2.h"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include "regex.h"
|
||||
#include <regex.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "regerror.ih"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <ctype.h>
|
||||
#include "regex.h"
|
||||
#include <regex.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "regex2.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "regex.h"
|
||||
#include <regex.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "regex2.h"
|
||||
|
|
|
|||
10
src/wxvc.dsp
10
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue