diff options
-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 |