Set the type of executable files created (Windows)

The esql command can be used to compile regular executable files and also Dynamic Link Libraries (DLLs). Use the -target: option to tell esql which type of output you want. The -target: option only tells esql how to compile your application. If you compile to a DLL, your source code must be written as a DLL or the compile fails