aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-02-24 16:23:38 +0000
committerBill Meier <wmeier@newsguy.com>2012-02-24 16:23:38 +0000
commit605dea048690dc49e7aeca9fa58440437c45af60 (patch)
tree18a482355ce28243104a2f5559e96144c85fade2 /ui/Makefile.nmake
parentcacbe31797258f1299b80fa46420ccd7c15927b3 (diff)
CVARSDLL hasn't been used (is undefined) for a while....
svn path=/trunk/; revision=41180
Diffstat (limited to 'ui/Makefile.nmake')
-rw-r--r--ui/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Makefile.nmake b/ui/Makefile.nmake
index 124ebaca01..fd2ab05f71 100644
--- a/ui/Makefile.nmake
+++ b/ui/Makefile.nmake
@@ -22,7 +22,7 @@ GENERATED_CFLAGS=\
CFLAGS=$(WARNINGS_ARE_ERRORS) $(GENERATED_CFLAGS)
.c.obj::
- $(CC) $(CVARSDLL) $(CFLAGS) $(WSUG_CFLAGS) -Fd.\ -c $<
+ $(CC) $(CFLAGS) $(WSUG_CFLAGS) -Fd.\ -c $<
include Makefile.common