Better project files.

- Output directly to rel\ instead of to bin\ and then copying files over.
- Deduped Win32 vs x64 configs
- Moved some common properties to hexchat.props
- All build intermediates (except htm's intermediates) are no longer emitted in the source directory
This commit is contained in:
Arnavion
2015-02-11 10:01:29 -08:00
parent 7e4a585611
commit 9858784eb6
28 changed files with 278 additions and 1231 deletions

View File

@@ -37,7 +37,13 @@
#include "../common/util.h"
#include "../common/hexchatc.h"
#include "../common/url.h"
#ifdef WIN32
#include "marshal.h"
#else
#include "../common/marshal.h"
#endif
#include "fe-gtk.h"
#include "xtext.h"
#include "fkeys.h"