added sdktools to build script
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40963
This commit is contained in:
parent
212407d9f6
commit
f03c7e179e
@ -81,7 +81,7 @@ namespace builder
|
|||||||
*/
|
*/
|
||||||
public override Library [] GetLibraries()
|
public override Library [] GetLibraries()
|
||||||
{
|
{
|
||||||
Library [] libs = new Library[6];
|
Library [] libs = new Library[7];
|
||||||
|
|
||||||
for (int i=0; i<libs.Length; i++)
|
for (int i=0; i<libs.Length; i++)
|
||||||
{
|
{
|
||||||
@ -118,6 +118,11 @@ namespace builder
|
|||||||
libs[5].Name = "dbi.mysql.ext";
|
libs[5].Name = "dbi.mysql.ext";
|
||||||
libs[5].ProjectFile = "sm_mysql";
|
libs[5].ProjectFile = "sm_mysql";
|
||||||
|
|
||||||
|
libs[6].Destination = "extensions";
|
||||||
|
libs[6].LocalPath = "extensions/sdktools";
|
||||||
|
libs[6].Name = "sdktools.ext";
|
||||||
|
libs[6].ProjectFile = "sdktools";
|
||||||
|
|
||||||
return libs;
|
return libs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user