4 lines
138 B
Bash
4 lines
138 B
Bash
#!/bin/bash
|
|
|
|
nim --os:windows --cpu:amd64 --gcc.exe:x86_64-w64-mingw32-gcc --gcc.linkerexe:x86_64-w64-mingw32-gcc -d:release c client.nim
|