v/compiler/msvc_nix.v

9 lines
101 B
Go
Raw Normal View History

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