Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit c39f405

Browse files
committed
Update the build scripts
1 parent b8c8fe9 commit c39f405

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

example/build.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ csc sentiment.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
2424
csc relations.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
2525

2626
csc author.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
27+
28+
csc combined.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
29+
30+
csc taxonomy.cs -r:System.Data.dll -r:System.Web.dll -r:AlchemyAPI.dll
31+

example/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ dmcs sentiment.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.d
2525
dmcs relations.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
2626

2727
dmcs author.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
28+
29+
dmcs combined.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
30+
31+
dmcs taxonomy.cs -r:System.Data.dll -r:System.Web.dll -r:../module/AlchemyAPI.dll
32+

module/build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
csc /target:library AlchemyAPI.cs AlchemyAPI_BaseParams.cs AlchemyAPI_CategoryParams.cs AlchemyAPI_ConceptParams.cs AlchemyAPI_ConstraintQueryParams.cs AlchemyAPI_EntityParams.cs AlchemyAPI_KeywordParams.cs AlchemyAPI_LanguageParams.cs AlchemyAPI_TextParams.cs AlchemyAPI_RelationParams.cs AlchemyAPI_TargetedSentimentParams.cs -r:System.Data.dll -r:System.Web.dll
2+
csc /target:library AlchemyAPI.cs AlchemyAPI_BaseParams.cs AlchemyAPI_CategoryParams.cs AlchemyAPI_ConceptParams.cs AlchemyAPI_ConstraintQueryParams.cs AlchemyAPI_EntityParams.cs AlchemyAPI_KeywordParams.cs AlchemyAPI_LanguageParams.cs AlchemyAPI_TextParams.cs AlchemyAPI_RelationParams.cs AlchemyAPI_TargetedSentimentParams.cs AlchemyAPI_CombinedDataParams.cs AlchemyAPI_TaxonomyParams.cs -r:System.Data.dll -r:System.Web.dll
33

4-
copy "AlchemyAPI.dll" "../example/"
4+
copy "AlchemyAPI.dll" "..\example\"

module/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

3-
mcs /target:library AlchemyAPI.cs AlchemyAPI_BaseParams.cs AlchemyAPI_CategoryParams.cs AlchemyAPI_ConceptParams.cs AlchemyAPI_ConstraintQueryParams.cs AlchemyAPI_EntityParams.cs AlchemyAPI_KeywordParams.cs AlchemyAPI_LanguageParams.cs AlchemyAPI_TextParams.cs AlchemyAPI_RelationParams.cs AlchemyAPI_TargetedSentimentParams.cs -r:System.Data.dll -r:System.Web.dll
3+
mcs /target:library AlchemyAPI.cs AlchemyAPI_BaseParams.cs AlchemyAPI_CategoryParams.cs AlchemyAPI_ConceptParams.cs AlchemyAPI_ConstraintQueryParams.cs AlchemyAPI_EntityParams.cs AlchemyAPI_KeywordParams.cs AlchemyAPI_LanguageParams.cs AlchemyAPI_TextParams.cs AlchemyAPI_RelationParams.cs AlchemyAPI_TargetedSentimentParams.cs AlchemyAPI_CombinedDataParams.cs AlchemyAPI_TaxonomyParams.cs -r:System.Data.dll -r:System.Web.dll
44

0 commit comments

Comments
 (0)