Use mono debug symbols path

This commit is contained in:
Zack Piispanen 2013-10-12 02:38:02 -04:00
parent 0d1682ede1
commit 12370c8cc3

View file

@ -11,7 +11,7 @@ sqlite_dep = "sqlite3.dll"
json_bin_name = "Newtonsoft.Json.dll"
http_bin_name = "HttpServer.dll"
tshock_bin_name = "TShockAPI.dll"
tshock_symbols = "TShockAPI.pdb"
tshock_symbols = "TShockAPI.dll.mdb"
terraria_bin = os.path.join(cur_wd, "TerrariaServerBins", terraria_bin_name)
sql_dep = os.path.join(cur_wd, "SqlBins")