diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-28 22:54:17 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-28 22:54:17 +0100 |
commit | de8865585304a2d78874e0e42ba69bb25d9d5565 (patch) | |
tree | 8bd3b377736f04557840a5ccf99d3282a00d22cc /plugins/winsys/makefile.mak | |
parent | 439c382d950e72e9f9fafc71d4aebe1f9e628737 (diff) |
now winsys actually works as a plugin
Diffstat (limited to 'plugins/winsys/makefile.mak')
-rw-r--r-- | plugins/winsys/makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/winsys/makefile.mak b/plugins/winsys/makefile.mak index cb480ac0..31f24eb1 100644 --- a/plugins/winsys/makefile.mak +++ b/plugins/winsys/makefile.mak @@ -9,7 +9,7 @@ winsys.def: echo xchat_plugin_deinit >> winsys.def winsys.obj: winsys.cpp makefile.mak - cl $(CFLAGS) $(GLIB) /Zc:wchar_t- /I.. winsys.cpp + cl $(CFLAGS) $(GLIB) /DUNICODE /D_UNICODE /Zc:wchar_t- /I.. winsys.cpp clean: del *.obj |