* Tweaked and rewrote some part of the code so that newer versions of Windres.exe works and it compiles in Code::Block (side effect, Dev-Cpp may now warn about Ressource duplication during compilation but it's harmless and has no effect). Code::Block project file is now included.

Chokboyz

git-svn-id: http://openexile.googlecode.com/svn/trunk@138 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
Chokboyz
2009-11-09 01:39:35 +00:00
parent 14a8a73700
commit 8672383439
7 changed files with 1105 additions and 974 deletions

View File

@@ -16,6 +16,12 @@ produced by Borland Resource Workshop
#define MENU_1 1
#define Exile 1
#ifndef _INCLUDED_RC //Resource files conditional inclusion to allow Code::Block compliance
#define _INCLUDED_RC
#include "GAMEDLOG.RC"
#include "GAMESTR.RC"
#endif
Exile MENU
{
POPUP "&File"