mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Shorten name of example to fix compilation issues
This commit is contained in:
parent
9b05aa3af9
commit
0b64013115
6
dub.json
6
dub.json
|
@ -119,11 +119,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "postConstructorPreDestructorExample",
|
"name" : "postConPreDestExample",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"targetName": "postConstructorPreDestructorExample",
|
"targetName": "postConPreDestExample",
|
||||||
"sourcePaths": [
|
"sourcePaths": [
|
||||||
"example/postconstructorpredestructor"
|
"example/postconpredest"
|
||||||
],
|
],
|
||||||
"importPaths": [
|
"importPaths": [
|
||||||
"source"
|
"source"
|
||||||
|
|
6
makefile
6
makefile
|
@ -19,7 +19,7 @@ run-examples: run-annotationsExample \
|
||||||
run-arrayCompletionExample \
|
run-arrayCompletionExample \
|
||||||
run-constructorInjectionExample \
|
run-constructorInjectionExample \
|
||||||
run-injectionInitializerExample \
|
run-injectionInitializerExample \
|
||||||
run-postConstructorPreDestructorExample \
|
run-postConPreDestExample \
|
||||||
run-qualifiersExample \
|
run-qualifiersExample \
|
||||||
run-quickstartExample \
|
run-quickstartExample \
|
||||||
run-registerOnResolveExample \
|
run-registerOnResolveExample \
|
||||||
|
@ -40,8 +40,8 @@ run-constructorInjectionExample:
|
||||||
run-injectionInitializerExample:
|
run-injectionInitializerExample:
|
||||||
dub run --build=release --config=injectionInitializerExample
|
dub run --build=release --config=injectionInitializerExample
|
||||||
|
|
||||||
run-postConstructorPreDestructorExample:
|
run-postConPreDestExample:
|
||||||
dub run --build=release --config=postConstructorPreDestructorExample
|
dub run --build=release --config=postConPreDestExample
|
||||||
|
|
||||||
run-qualifiersExample:
|
run-qualifiersExample:
|
||||||
dub run --build=release --config=qualifiersExample
|
dub run --build=release --config=qualifiersExample
|
||||||
|
|
Loading…
Reference in a new issue