* 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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user