wip self hosted code

This commit is contained in:
Andrew Kelley
2017-10-24 10:08:20 -04:00
parent 92751d5e24
commit 4f4da3c10c
5 changed files with 175 additions and 14 deletions

View File

@@ -265,10 +265,6 @@ void codegen_set_windows_subsystem(CodeGen *g, bool mwindows, bool mconsole) {
g->windows_subsystem_console = mconsole;
}
void codegen_set_windows_unicode(CodeGen *g, bool municode) {
g->windows_linker_unicode = municode;
}
void codegen_set_mmacosx_version_min(CodeGen *g, Buf *mmacosx_version_min) {
g->mmacosx_version_min = mmacosx_version_min;
}