Rework module system. Now modules/commands are defined in a single file each, with both the function executed by teh agent and the definition for server-side argument parsing.
This commit is contained in:
12
src/agent/build.sh
Normal file
12
src/agent/build.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
CONQUEST_ROOT="/mnt/c/Users/jakob/Documents/Projects/conquest"
|
||||
nim --os:windows \
|
||||
--cpu:amd64 \
|
||||
--gcc.exe:x86_64-w64-mingw32-gcc \
|
||||
--gcc.linkerexe:x86_64-w64-mingw32-gcc \
|
||||
-d:release \
|
||||
--outdir:"$CONQUEST_ROOT/bin" \
|
||||
-o:"monarch.x64.exe" \
|
||||
-d:agent \
|
||||
c $CONQUEST_ROOT/src/agent/main.nim
|
||||
Reference in New Issue
Block a user