mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
build_dll; Require an entry point procedure main
This commit is contained in:
@@ -9,6 +9,7 @@ typedef struct BuildContext {
|
||||
i64 max_align;
|
||||
String llc_flags;
|
||||
String link_flags;
|
||||
bool is_dll;
|
||||
} BuildContext;
|
||||
|
||||
// TODO(bill): OS dependent versions for the BuildContext
|
||||
|
||||
Reference in New Issue
Block a user