summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/makefile.mak7
-rw-r--r--plugins/xtray/makefile.mak2
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak
index 82cc41ec..fdd17b86 100644
--- a/plugins/makefile.mak
+++ b/plugins/makefile.mak
@@ -9,6 +9,8 @@ all:
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\xdcc
 	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\xtray
+	@-$(MAKE) /nologo /s /f makefile.mak $@
 
 clean:
 	@del ewc\*.def
@@ -36,3 +38,8 @@ clean:
 	@del xdcc\*.exp
 	@del xdcc\*.lib
 	@del xdcc\*.obj
+	@del xtray\*.def
+	@del xtray\*.dll
+	@del xtray\*.exp
+	@del xtray\*.lib
+	@del xtray\*.obj
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)