wscript(win32): restore FORCE parameter for multiple references #322

This is using to override debug crt functions.
Does anyone actually use this?
This commit is contained in:
nillerusr 2023-12-13 17:37:04 +03:00
parent ac8dbea4aa
commit 5018b6430d

View file

@ -550,6 +550,7 @@ def configure(conf):
if conf.options.BUILD_TYPE == 'debug':
linkflags += [
'/FORCE:MULTIPLE',
'/INCREMENTAL:NO',
'/NODEFAULTLIB:libc',
'/NODEFAULTLIB:libcd',