From: guestwalk Date: Wed, 12 Sep 2012 01:00:26 +0000 (+0000) Subject: Fix a typo(CXXC) in Makefile.win. X-Git-Tag: v192~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45e7e60801fecb4878f16267755f0755b9f72089;p=liblinear Fix a typo(CXXC) in Makefile.win. --- diff --git a/Makefile.win b/Makefile.win index c5c721f..84aa489 100644 --- a/Makefile.win +++ b/Makefile.win @@ -4,7 +4,7 @@ #nmake -f Makefile.win ########################################## -CXXC = cl.exe +CXX = cl.exe CFLAGS = -nologo -O2 -EHsc -I. -D __WIN32__ -D _CRT_SECURE_NO_DEPRECATE TARGET = windows