mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +00:00
implemented /noimplib /noexp
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user