mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
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:
parent
8fcac9c164
commit
7c863a351b
1
wscript
1
wscript
@ -550,6 +550,7 @@ def configure(conf):
|
|||||||
|
|
||||||
if conf.options.BUILD_TYPE == 'debug':
|
if conf.options.BUILD_TYPE == 'debug':
|
||||||
linkflags += [
|
linkflags += [
|
||||||
|
'/FORCE:MULTIPLE',
|
||||||
'/INCREMENTAL:NO',
|
'/INCREMENTAL:NO',
|
||||||
'/NODEFAULTLIB:libc',
|
'/NODEFAULTLIB:libc',
|
||||||
'/NODEFAULTLIB:libcd',
|
'/NODEFAULTLIB:libcd',
|
||||||
|
Loading…
Reference in New Issue
Block a user