1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler
vitalyster 3f0f8bac49 windows: do not link gdi32/shell32 to console applications
* read os.args from argv when we have console
* dynamically load CommandLineToArgvW when we are GUI app
* link gdi32/shell32 in glfw module
2019-12-27 11:27:19 +03:00
..
preludes
tests new AST built with sum types 2019-12-24 16:04:49 +03:00
x64
asm.v
cc.v windows: do not link gdi32/shell32 to console applications 2019-12-27 11:27:19 +03:00
cflags.v
cgen.v
cheaders.v
compile_errors.v
compiler_options.v
comptime.v
depgraph.v
enum.v
expression.v
fn.v
for.v
gen_c.v
gen_js.v
gen_x64.v
get_type.v
if_match.v
json_gen.v
live.v
main.v windows: do not link gdi32/shell32 to console applications 2019-12-27 11:27:19 +03:00
module_header.v
modules.v
msvc.v windows: do not link gdi32/shell32 to console applications 2019-12-27 11:27:19 +03:00
optimization.v
parser.v
query.v
scanner.v
string_expression.v
struct.v
table.v
token.v
vfmt.v
vhelp.v
vtmp.v
vtools.v