Skip to content

Commit

Permalink
Fix compile error and update scarecrow gotham dev location
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangribble committed Dec 6, 2013
1 parent e007f0c commit 57a8588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/pvr.wmc/project/VS2010Express/pvrclient_wmc.vcxproj
Expand Up @@ -66,7 +66,7 @@
</Link>
<PostBuildEvent>
<Command>if "$(ComputerName)" == "MORBO" robocopy "C:\Users\Victor\Documents\Visual Studio 2010\Projects\xbmc-pvr-addons-git\addons\pvr.wmc\addon" "\\mediaserver\VDsoftware\pvr.wmc (gotham)\pvr.wmc" /s /NP
if "$(ComputerName)" == "SCARECROW" robocopy $(TargetDir) d:\0\dev\repos\gotham\xbmc\addons\pvr.wmc /s /NP
if "$(ComputerName)" == "SCARECROW" robocopy $(TargetDir) d:\0\dev\repos\gotham\scarecrow420_xbmc\addons\pvr.wmc /s /NP
if errorlevel 1 exit 0 else exit %errorlevel%</Command>
</PostBuildEvent>
<PreBuildEvent>
Expand Down
2 changes: 1 addition & 1 deletion addons/pvr.wmc/src/client.cpp
Expand Up @@ -46,7 +46,7 @@ CStdString g_strServerName; // the name of the server to connect to
CStdString g_strClientName; // the name of the computer running addon
int g_port;
bool g_bSignalEnable;
bool g_signalThrottle;
int g_signalThrottle;
CStdString g_clientOS; // OS of client, passed to server

/* User adjustable settings are saved here.
Expand Down

0 comments on commit 57a8588

Please sign in to comment.