From 6a5677c335029eb718b8a5c4a8ec257d79bb39f3 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 29 Apr 2006 19:43:43 +0000 Subject: [PATCH] unreal.exe -> debugging symbols --- makefile.win32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.win32 b/makefile.win32 index 5f69a3083..07192a562 100644 --- a/makefile.win32 +++ b/makefile.win32 @@ -239,7 +239,7 @@ CLEAN: -@erase src\modules\*.ilk >NUL ./UNREAL.EXE: SRC/UNREAL.OBJ SRC/WIN32/UNREAL.RES - $(LINK) advapi32.lib src/unreal.obj src/win32/unreal.res + $(LINK) $(DBGLFLAG) advapi32.lib src/unreal.obj src/win32/unreal.res CONF: -@copy include\win32\setup.h include\setup.h >NUL