Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
aBothe committed Feb 2, 2014
1 parent 0718f72 commit 29afaaa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions make symlink.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
rem Creates a symlink between the Mono-D output directory and the addins dictionary of MonoDevelop
rem to save copying the lib files over and over again

rem This batch file must be ran as admin!

rem TODO: Fit to target path
mklink /D /J "C:\Program Files (x86)\Xamarin Studio\AddIns\mono-d" MonoDevelop.DBinding\bin\Debug
mklink /D /J "%APPDATA%\..\Local\XamarinStudio-4.0\LocalInstall\Addins\mono-d" MonoDevelop.DBinding\bin\Debug

pause

0 comments on commit 29afaaa

Please sign in to comment.