diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-04-04 16:41:24 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-04-04 16:41:24 +1000 |
| commit | b8caeebffe178f292d636e3075de6c4a24c7a56a (patch) | |
| tree | 9f70d93731e6cf12a9f09637216fbab35ac506c7 /win32/deps.mak | |
| parent | dfedaa13977bcd49c14ac6c45aa86047f88aa6fe (diff) | |
| download | scintilla-mirror-b8caeebffe178f292d636e3075de6c4a24c7a56a.tar.gz | |
Backport: Remove automatic detection of Direct2D support during build.
DISABLE_D2D may still be defined to remove Direct2D features.
Backport of changeset 6672:9c1997a14d89.
Diffstat (limited to 'win32/deps.mak')
| -rw-r--r-- | win32/deps.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/deps.mak b/win32/deps.mak index f4db4cd0f..d504484c2 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -1,4 +1,3 @@ -CheckD2D.o: CheckD2D.cxx HanjaDic.o: HanjaDic.cxx ../src/UniConversion.h HanjaDic.h PlatWin.o: PlatWin.cxx ../include/Platform.h ../lexlib/StringCopy.h \ ../src/XPM.h ../src/UniConversion.h ../src/DBCS.h ../src/FontQuality.h |
