diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 02:57:48 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 02:57:48 +0200 |
commit | 8a6409240f47a087097fd617e172ee70db48e6ca (patch) | |
tree | 83fa6159c4e5cb5f236c6a1626baeb20d3550614 /plugins/xtray/makefile.mak | |
parent | 2a04adc8832212adba4a7e2173290fa0dc84d5f2 (diff) |
re-enable xtray, disable plugin-tray if installed
Diffstat (limited to 'plugins/xtray/makefile.mak')
-rw-r--r-- | plugins/xtray/makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xtray/makefile.mak b/plugins/xtray/makefile.mak index f5fdb44e..bb0d07cf 100644 --- a/plugins/xtray/makefile.mak +++ b/plugins/xtray/makefile.mak @@ -10,7 +10,7 @@ utility.obj \ xchat.obj \ xtray.obj -CPPFLAGS = $(CPPFLAGS) /D_STL70_ /D_STATIC_CPPLIB /EHsc +CPPFLAGS = $(CPPFLAGS) /D_STL70_ /D_STATIC_CPPLIB /EHsc /DUNICODE /D_UNICODE all: $(TRAY_OBJECTS) $(TARGET) |