aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/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/gtk/Makefile.nmake
parentcacbe31797258f1299b80fa46420ccd7c15927b3 (diff)
CVARSDLL hasn't been used (is undefined) for a while....
svn path=/trunk/; revision=41180
Diffstat (limited to 'ui/gtk/Makefile.nmake')
-rw-r--r--ui/gtk/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/Makefile.nmake b/ui/gtk/Makefile.nmake
index 5503c8c9f5..89c6ccdad2 100644
--- a/ui/gtk/Makefile.nmake
+++ b/ui/gtk/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
@@ -92,7 +92,7 @@ RUNLEX=..\..\tools\runlex.sh
text_import_scanner.h: text_import_scanner.c
text_import_scanner_lex.h: text_import_scanner.c
text_import_scanner.obj : text_import_scanner.c
- $(CC) $(CVARSDLL) $(GENERATED_CFLAGS) $(WSUG_CFLAGS) -Fd.\ -c $?
+ $(CC) $(GENERATED_CFLAGS) $(WSUG_CFLAGS) -Fd.\ -c $?
!IF "$(PORTAUDIO_VERSION)" == "18"
pa_lib.obj: $(PORTAUDIO_DIR)\pa_common\pa_lib.c