GameObjectPool
This commit is contained in:
9
dependencies/src-csharp.config
vendored
Executable file
9
dependencies/src-csharp.config
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
DEP_WORKING_DIR='src-csharp'
|
||||
if [[ "$TASK" = *_dbg ]]; then
|
||||
DEP_BUILD_COMMAND='dotnet build src-csharp.sln -o bin -c Debug'
|
||||
else
|
||||
DEP_BUILD_COMMAND='dotnet build src-csharp.sln -o bin -c Release'
|
||||
fi
|
||||
DEP_CLEAN_COMMAND='rm -rf bin obj'
|
||||
DEP_OTHER_OUT_FILES='bin/Ougge.dll'
|
||||
Reference in New Issue
Block a user