diff options
author | pixel <pixel> | 2005-04-01 09:33:13 +0000 |
---|---|---|
committer | pixel <pixel> | 2005-04-01 09:33:13 +0000 |
commit | 36c80c572647e593220c03ef038c16ec0ad4bf1a (patch) | |
tree | b9fcc288af12e554c888b3f1d87c5f6e4caf7529 /MSVC/Baltisot - generic/Baltisot - generic.vcproj | |
parent | c9ea9f0ba2fafaceb31f3fb2def46b471e1b27a7 (diff) |
Adding the LuaRegex class to the MSVC projects.
Diffstat (limited to 'MSVC/Baltisot - generic/Baltisot - generic.vcproj')
-rw-r--r-- | MSVC/Baltisot - generic/Baltisot - generic.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MSVC/Baltisot - generic/Baltisot - generic.vcproj b/MSVC/Baltisot - generic/Baltisot - generic.vcproj index 72edc4f..ffb170e 100644 --- a/MSVC/Baltisot - generic/Baltisot - generic.vcproj +++ b/MSVC/Baltisot - generic/Baltisot - generic.vcproj @@ -273,6 +273,18 @@ > </File> </Filter> + <Filter + Name="LuaRegex" + > + <File + RelativePath="..\..\generic\lib\LuaRegex.cc" + > + </File> + <File + RelativePath="..\..\generic\include\LuaRegex.h" + > + </File> + </Filter> </Filter> <Filter Name="Main class" |