1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler/msvc_nix.v

9 lines
101 B
Go
Raw Normal View History

2019-07-24 01:20:07 +03:00
module main
2019-08-07 14:41:40 +03:00
fn (v mut V) cc_msvc() {
2019-07-24 01:20:07 +03:00
}
fn build_thirdparty_obj_file_with_msvc(flag string) {
}