From 6612918b0f634873bfbb5fb4b7e516bacfb4884c Mon Sep 17 00:00:00 2001 From: MathuSum Mut Date: Fri, 5 Apr 2019 00:23:52 +0200 Subject: [PATCH] Updated Windows readme --- mk/windows/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mk/windows/README.md b/mk/windows/README.md index 7577feab2..1fd189236 100644 --- a/mk/windows/README.md +++ b/mk/windows/README.md @@ -13,7 +13,7 @@ **Project overview:** -- `game` is the executable game binary +- `glest` is the executable game binary - `libglest` is a shared static library for Glest's components @@ -21,9 +21,7 @@ - `map_editor` is a Glest map editor and viewer. Glest maps are stored in the `.mgm` format. -- `libstreflop` is a cross-platform float processing library to ensure rounding is the same across machines - -- `g2xml` converts `.g3d` Glest 3D models into a readable XML formatted layout +- `libstreflop` is a cross-platform float processing library to ensure rounding is the same across machines (obsolete) *Side-note for developers who want to debug:*