From b310eaef2c8b9a9eebb4a0c8e5cf435f39181fa4 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Mon, 28 Jul 2014 09:00:28 +0000 Subject: [PATCH] Fix MSVC build. DONT_BUILD. git-svn-id: https://svn.eduke32.com/eduke32@4566 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/Makefile.msvc | 2 ++ polymer/eduke32/build/src/winlayer.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/polymer/eduke32/Makefile.msvc b/polymer/eduke32/Makefile.msvc index d450ee1ab..7f0fa53ba 100644 --- a/polymer/eduke32/Makefile.msvc +++ b/polymer/eduke32/Makefile.msvc @@ -142,6 +142,7 @@ ENGINE_OBJS= \ $(ENGINE_OBJ)\kplib.$o \ $(ENGINE_OBJ)\lz4.$o \ $(ENGINE_OBJ)\lzwnew.$o \ + $(ENGINE_OBJ)\mmulti_null.$o \ $(ENGINE_OBJ)\osd.$o \ $(ENGINE_OBJ)\pragmas.$o \ $(ENGINE_OBJ)\scriptfile.$o \ @@ -223,6 +224,7 @@ DUKE3D_OBJS=$(DUKE3D_OBJ)\game.$o \ DUKE3D_EDITOR_OBJS=$(DUKE3D_OBJ)\astub.$o \ $(DUKE3D_OBJ)\common.$o \ + $(DUKE3D_OBJ)\grpscan.$o \ $(DUKE3D_OBJ)\mathutil.$o \ $(DUKE3D_OBJ)\m32common.$o \ $(DUKE3D_OBJ)\m32def.$o \ diff --git a/polymer/eduke32/build/src/winlayer.c b/polymer/eduke32/build/src/winlayer.c index 9198ddfa9..c2161c640 100644 --- a/polymer/eduke32/build/src/winlayer.c +++ b/polymer/eduke32/build/src/winlayer.c @@ -631,6 +631,8 @@ void initprintf(const char *f, ...) // void initputs(const char *buf) { + static char dabuf[2048]; + OSD_Puts(buf); mutex_lock(&m_initprintf);