diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-30 02:22:38 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-30 02:22:38 +0100 |
commit | ab3e3926abce49f0741edf90a1300d4cdcc79670 (patch) | |
tree | 624b1b58f01c2a6695dfb21044f80537ab47350e /plugins/xtray/makefile.mak | |
parent | e2fa2d47872d8d3111996e9d3d96b326fd316904 (diff) |
use global xchat-plugin.h for xtray
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 d1f8d295..ec2c94b3 100644 --- a/plugins/xtray/makefile.mak +++ b/plugins/xtray/makefile.mak @@ -20,7 +20,7 @@ xtray.def: echo xchat_plugin_deinit >> xtray.def .cpp.obj: - $(CC) $(CPPFLAGS) /c $< + $(CC) $(CPPFLAGS) /I.. /c $< res: rc /nologo resource.rc |