diff options
author | Pixel <pixel@nobis-crew.org> | 2008-10-03 10:56:03 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2008-10-03 10:56:03 -0700 |
commit | bf114dbfcc9fa6cb216980b88dfa6f110b01eef5 (patch) | |
tree | 6e856505afa40ffc1149114c62c967f7fafec1e4 | |
parent | baf407cbee8cab72ff697cee409c25d27d39e37b (diff) |
Adding dblib.lua to project file, and cleaning the links to the auto-generated files.
-rw-r--r-- | Baltisot.vcproj | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/Baltisot.vcproj b/Baltisot.vcproj index 5d0fe70..56fb43e 100644 --- a/Baltisot.vcproj +++ b/Baltisot.vcproj @@ -14,7 +14,7 @@ </Platforms> <ToolFiles> <ToolFile - RelativePath="lua2c.rules" + RelativePath=".\lua2c.rules" /> </ToolFiles> <Configurations> @@ -222,7 +222,7 @@ Name="LuaLib" > <File - RelativePath="..\Baltisot\ajaxlib.c" + RelativePath=".\ajaxlib.c" > </File> <File @@ -230,7 +230,15 @@ > </File> <File - RelativePath="..\Baltisot\htmllib.c" + RelativePath=".\dblib.c" + > + </File> + <File + RelativePath="..\Baltisot\lib\dblib.lua" + > + </File> + <File + RelativePath=".\htmllib.c" > </File> <File @@ -238,7 +246,7 @@ > </File> <File - RelativePath="..\Baltisot\httplib.c" + RelativePath=".\httplib.c" > </File> <File @@ -246,7 +254,7 @@ > </File> <File - RelativePath="..\Baltisot\supportlib.c" + RelativePath=".\supportlib.c" > </File> <File @@ -254,7 +262,7 @@ > </File> <File - RelativePath="..\Baltisot\tasklib.c" + RelativePath=".\tasklib.c" > </File> <File @@ -262,7 +270,7 @@ > </File> <File - RelativePath="..\Baltisot\xmllib.c" + RelativePath=".\xmllib.c" > </File> <File |