diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-17 16:40:00 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-17 16:40:00 +0000 |
| commit | 1805e799c9561270f7f468d33b29ead98469c0f8 (patch) | |
| tree | b3763f0417a2e02615daa765b6436628780a013f /makefiles | |
| parent | 46f509f7de8b069eccaa081bbb7112a532c33e51 (diff) | |
Updated mingw32 makeinclude file to use gcc instead of g++...
git-svn-id: file:///fltk/svn/fltk/trunk@228 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles')
| -rw-r--r-- | makefiles/makeinclude.mingw32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/makeinclude.mingw32 b/makefiles/makeinclude.mingw32 index 55f70f36f..5919c10cb 100644 --- a/makefiles/makeinclude.mingw32 +++ b/makefiles/makeinclude.mingw32 @@ -14,7 +14,7 @@ srcdir =. # compiler names: CXX =g++ -CC =g++ +CC =gcc # flags for C++ compiler: CFLAGS =-Wall -O2 -DWIN32 |
