Created
August 6, 2017 00:47
-
-
Save jacobmischka/c68f0a6648eb8755c5f2f9a73c4d39f8 to your computer and use it in GitHub Desktop.
fuckfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build: EwsToFullcalendar.cs deps | |
cd bin; mcs -r:Microsoft.Exchange.WebServices.dll ../EwsToFullcalendar.cs | |
lib: | |
mkdir lib | |
bin: | |
mkdir bin | |
deps: ews | |
ews: lib bin | |
test -d ./lib/Microsoft.Exchange.WebServices.2.2 || nuget install Microsoft.Exchange.WebServices -OutputDirectory lib | |
test -f ./bin/Microsoft.Exchange.WebServices.dll || cp ./lib/Microsoft.Exchange.WebServices.2.2/lib/40/Microsoft.Exchange.WebServices.dll ./bin/Microsoft.Exchange.WebServices.dll | |
run: | |
mono ./bin/EwsToFullcalendar.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment