aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-04-15 00:51:17 +0000
committernyamatongwe <devnull@localhost>2001-04-15 00:51:17 +0000
commit44306cae2048fe46aaa1eac255195b0c95558b64 (patch)
treeb236ff085d81472ce6640eabdd358b1d13b31c47
parentcd20b041a18733d6998496736662481796c898c3 (diff)
downloadscintilla-mirror-44306cae2048fe46aaa1eac255195b0c95558b64.tar.gz
CHanged explicit g++ to $(CC)
-rw-r--r--win32/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile
index ea8335a8e..a995fa298 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -35,7 +35,7 @@ clean:
del /q *.exe *.o *.obj *.dll *.res *.map
depend: *.cxx ../src/*.cxx
- g++ -MM $(CXXFLAGS) *.cxx ../src/*.cxx >depend
+ $(CC) -MM $(CXXFLAGS) *.cxx ../src/*.cxx >depend
LEXOBJS = LexAda.o LexAVE.o LexConf.o LexCPP.o LexHTML.o LexLua.o \
LexOthers.o LexPascal.o LexPerl.o LexPython.o LexSQL.o LexVB.o