From 330119f482878ae0aaf4ace591f0464b46616b30 Mon Sep 17 00:00:00 2001 From: terminx Date: Sun, 6 Jul 2014 00:11:11 +0000 Subject: [PATCH] MSVC build fix git-svn-id: https://svn.eduke32.com/eduke32@4532 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/Makefile.msvc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polymer/eduke32/Makefile.msvc b/polymer/eduke32/Makefile.msvc index 89384a6c8..717222c3f 100644 --- a/polymer/eduke32/Makefile.msvc +++ b/polymer/eduke32/Makefile.msvc @@ -131,6 +131,7 @@ GAMEOBJS=$(OBJ)\game.$o \ $(OBJ)\savegame.$o \ $(OBJ)\sector.$o \ $(OBJ)\sector_inline.$o \ + $(OBJ)\rev.$o \ $(OBJ)\rts.$o \ $(OBJ)\config.$o \ $(OBJ)\animlib.$o\ @@ -154,6 +155,7 @@ EDITOROBJS=$(OBJ)\astub.$o \ $(OBJ)\m32vars.$o \ $(OBJ)\m32exec.$o \ $(OBJ)\sounds_mapster32.$o \ + $(OBJ)\rev.$o \ $(OBJ)\buildres.res \ !ifdef DEBUG $(OBJ)\mdump.$o