This repository was archived by the owner on Oct 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathbuild.sh
More file actions
executable file
·38 lines (19 loc) · 1.53 KB
/
build.sh
File metadata and controls
executable file
·38 lines (19 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/bin/sh
dmcs language.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs concepts.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs keywords.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs keywords_json.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs categories.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs feed_links.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs microformats.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs entities.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs text_extract.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs constraint_queries.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs parameters.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs sentiment.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs relations.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs author.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs combined.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs taxonomy.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs image.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
dmcs ranked_image_keywords.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll -r:System.Drawing.dll