From 7b626ab6323c179e2d7984fd0a309fb14e28fd9e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 10 Sep 2004 05:38:16 +0000 Subject: [PATCH] fixed --- dlls/cstrike/Makefile.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/cstrike/Makefile.pl b/dlls/cstrike/Makefile.pl index ed87871b..31c2d66e 100755 --- a/dlls/cstrike/Makefile.pl +++ b/dlls/cstrike/Makefile.pl @@ -73,7 +73,7 @@ if ($OPTIONS{"debug"}) if ($OPTIONS{"amd64"}) { - $cflags .= "-m64 -DSMALL_CELLSIZE=64 $cflags"; + $cflags = " -m64 -DSMALL_CELL_SIZE=64 $cflags"; } if ($OPTIONS{"debug"})