mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Find cl and set INCLUDE env var outside of a visual studio command promt (#2467)
* Added search for cl --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
@@ -40,6 +40,8 @@ typedef struct
|
||||
typedef struct {
|
||||
char* windows_sdk_path;
|
||||
char* vs_library_path;
|
||||
char* cl_path;
|
||||
char* cl_include_env;
|
||||
} WindowsSDK;
|
||||
|
||||
#define MAX_STRING_BUFFER 0x10000
|
||||
@@ -153,6 +155,7 @@ bool str_is_valid_constant(const char *string);
|
||||
const char *str_unescape(char *string);
|
||||
bool str_is_identifier(const char *string);
|
||||
bool str_eq(const char *str1, const char *str2);
|
||||
bool str_ends_with(const char *str, const char *end);
|
||||
bool str_is_type(const char *string);
|
||||
bool slice_is_type(const char *string, size_t);
|
||||
bool str_is_integer(const char *string);
|
||||
|
||||
Reference in New Issue
Block a user