Skip to content

Commit c105a6a

Browse files
authored
Merge pull request #177 from pmienk/version3
Flag suppression alterations, install.sh refactor for common functionality reuse.
2 parents c49d616 + db80434 commit c105a6a

14 files changed

Lines changed: 1275 additions & 781 deletions

generate.xml

Lines changed: 46 additions & 55 deletions
Large diffs are not rendered by default.

templates/gsl.install.sh

Lines changed: 78 additions & 717 deletions
Large diffs are not rendered by default.

templates/shared/common_install_shell_artifacts.gsl

Lines changed: 1118 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

templates/vs2013/gsl.packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gsl from "library/string.gsl"
1919
gsl from "library/collections.gsl"
2020
gsl from "utilities.gsl"
2121
gsl from "templates/vs2013/common.gsl"
22-
gsl from "templates/common_msvc_artifacts.gsl"
22+
gsl from "templates/shared/common_msvc_artifacts.gsl"
2323
gsl from "templates/gsl.packages.config"
2424

2525
generate_packages_config("output", generate, "vs2013")

templates/vs2013/gsl.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gsl from "library/string.gsl"
1919
gsl from "library/collections.gsl"
2020
gsl from "utilities.gsl"
2121
gsl from "templates/vs2013/common.gsl"
22-
gsl from "templates/common_msvc_artifacts.gsl"
22+
gsl from "templates/shared/common_msvc_artifacts.gsl"
2323
gsl from "templates/gsl.vcxproj"
2424

2525
generate_vcxproj("output", generate, "vs2013")

templates/vs2013/gsl.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gsl from "library/string.gsl"
1919
gsl from "library/collections.gsl"
2020
gsl from "utilities.gsl"
2121
gsl from "templates/vs2013/common.gsl"
22-
gsl from "templates/common_msvc_artifacts.gsl"
22+
gsl from "templates/shared/common_msvc_artifacts.gsl"
2323
gsl from "templates/gsl.vcxproj.filters"
2424

2525
generate_filter("output", generate, "vs2013")

templates/vs2015/gsl.packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gsl from "library/string.gsl"
1919
gsl from "library/collections.gsl"
2020
gsl from "utilities.gsl"
2121
gsl from "templates/vs2015/common.gsl"
22-
gsl from "templates/common_msvc_artifacts.gsl"
22+
gsl from "templates/shared/common_msvc_artifacts.gsl"
2323
gsl from "templates/gsl.packages.config"
2424

2525
generate_packages_config("output", generate, "vs2015")

templates/vs2015/gsl.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gsl from "library/string.gsl"
1919
gsl from "library/collections.gsl"
2020
gsl from "utilities.gsl"
2121
gsl from "templates/vs2015/common.gsl"
22-
gsl from "templates/common_msvc_artifacts.gsl"
22+
gsl from "templates/shared/common_msvc_artifacts.gsl"
2323
gsl from "templates/gsl.vcxproj"
2424

2525
generate_vcxproj("output", generate, "vs2015")

templates/vs2015/gsl.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gsl from "library/string.gsl"
1919
gsl from "library/collections.gsl"
2020
gsl from "utilities.gsl"
2121
gsl from "templates/vs2015/common.gsl"
22-
gsl from "templates/common_msvc_artifacts.gsl"
22+
gsl from "templates/shared/common_msvc_artifacts.gsl"
2323
gsl from "templates/gsl.vcxproj.filters"
2424

2525
generate_filter("output", generate, "vs2015")

0 commit comments

Comments
 (0)