v/compiler/msvc_nix.v

9 lines
101 B
Go
Raw Normal View History

2019-07-23 22:20:07 +00:00
module main
2019-08-07 11:41:40 +00:00
fn (v mut V) cc_msvc() {
2019-07-23 22:20:07 +00:00
}
fn build_thirdparty_obj_file_with_msvc(flag string) {
}