diff options
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/winexplorerext/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scp2/source/winexplorerext/makefile.mk b/scp2/source/winexplorerext/makefile.mk index 264368ad28e0..ce5ae0935ba6 100644 --- a/scp2/source/winexplorerext/makefile.mk +++ b/scp2/source/winexplorerext/makefile.mk @@ -50,6 +50,10 @@ PARFILES= \ registryitem_winexplorerext.par .ENDIF +.IF "$(USE_SYSTEM_STL)" == "YES" || "$(STLPORT4)" != "NO_STLPORT4" +SCPDEFS+=-DUSE_SYSTEM_STL +.ENDIF + ULFFILES= \ module_winexplorerext.ulf |