diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-19 01:46:38 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 19:34:03 -0600 |
commit | 2e954ee1175938948742f7d5f1e85d06a9a41ba3 (patch) | |
tree | fc1e36d9e73eaff70e93bec7f5f1dba972404f6e /scp2 | |
parent | a552c45af133910b0f2bc279995e4cafa2823b71 (diff) |
WITH_VC_REDIST does not need exporting. it is a SCPDEFS only info
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/makefile.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk index ccba4f87b468..244cf558d9df 100644 --- a/scp2/source/ooo/makefile.mk +++ b/scp2/source/ooo/makefile.mk @@ -245,10 +245,6 @@ SCPDEFS+=-DSYSTEM_PYTHON SCPDEFS+=-DSYSTEM_LIBEXTTEXTCAT .ENDIF -.IF "$(WITH_VC_REDIST)" == "TRUE" -SCPDEFS+=-DWITH_VC_REDIST -.ENDIF - .IF "$(MINGW_GCCDLL)"!="" SCPDEFS+=-DMINGW_GCCDLL=\""$(MINGW_GCCDLL)"\" .ENDIF |