implemented /noimplib /noexp

This commit is contained in:
Nikita Smith
2024-10-22 11:02:59 -07:00
parent dcffefd0c6
commit 9ec7fb61ed
3 changed files with 22 additions and 9 deletions
+1 -1
View File
@@ -3253,7 +3253,7 @@ l.count += 1; \
B32 build_win32_header = 1;
B32 patch_relocs = 1;
B32 sort_exception_info = 1;
B32 build_imp_lib = 1;
B32 build_imp_lib = config->build_imp_lib;
LNK_ObjList obj_list = {0};
LNK_LibList lib_index[LNK_InputSource_Count] = {0};
String8 image_data = str8_zero();