Skip to content

Commit

Permalink
version 31.0, fix windows compiling, remove Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed May 23, 2015
1 parent 36489b8 commit 6df0352
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 264 deletions.
259 changes: 0 additions & 259 deletions Makefile

This file was deleted.

Empty file removed build/.empty
Empty file.
Empty file removed build/obj/.empty
Empty file.
Empty file removed build/obj/game/.empty
Empty file.
Empty file removed build/obj/multiplayer/.empty
Empty file.
Empty file removed build/obj/simulation/.empty
Empty file.
Empty file.
Empty file removed build/obj/socket/.empty
Empty file.
10 changes: 5 additions & 5 deletions includes/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
#define BUILD_NUM 322
//VersionInfoEnd

#define MOD_VERSION 30
#define MOD_MINOR_VERSION 4
#define MOD_VERSION 31
#define MOD_MINOR_VERSION 0
#define MOD_SAVE_VERSION 21 //This is not the version number of my mod anymore, it's only changed when I change the saving code
#define MOD_BUILD_VERSION 54 //For update checks
#define BETA_VERSION 90
#define BETA_MINOR_VER 1
#define MOD_BUILD_VERSION 55 //For update checks
#define BETA_VERSION 91
#define BETA_MINOR_VER 0
#define RELEASE_VERSION 90
#define RELEASE_MINOR_VER 2

Expand Down
6 changes: 6 additions & 0 deletions src/interface/Engine.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#include <SDL/SDL.h>
#ifdef WIN
#include <windows.h>
//#include <Shellapi.h>
#include "game/Menus.h"
#include "update.h"
#endif
#include "Engine.h"
#include "interface.h"
#include "misc.h"
Expand Down

0 comments on commit 6df0352

Please sign in to comment.