Added MSVC download script to prebuilts. Implicitly use msvc_sdk if available. Bump version to 0.3.17

This commit is contained in:
Christoffer Lerno
2022-08-14 23:42:18 +02:00
parent 63d9853bd3
commit 31d151aa30
9 changed files with 322 additions and 19 deletions

View File

@@ -65,6 +65,7 @@ bool dir_change(const char *path);
bool file_namesplit(const char *path, char** filename_ptr, char** directory_ptr);
const char* file_expand_path(const char* path);
const char* find_lib_dir(void);
const char *find_rel_exe_dir(const char *dir);
bool file_delete_all_files_in_dir_with_suffix(const char *dir, const char *suffix);
bool file_is_dir(const char *file);
bool file_exists(const char *path);