Commit ce6e08e3 authored by Davis King's avatar Davis King

updated makefile

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402729
parent 1ab41526
...@@ -12,7 +12,7 @@ LFLAGS = -lpthread -lnsl ...@@ -12,7 +12,7 @@ LFLAGS = -lpthread -lnsl
# The name of the compiler. If you only have one version of # The name of the compiler. If you only have one version of
# gcc installed then you probably want to change this to just g++ # gcc installed then you probably want to change this to just g++
CC = nice g++-3.3 CC = nice g++-4.1
#################################################### ####################################################
#################################################### ####################################################
...@@ -52,6 +52,7 @@ SRC += image.cpp ...@@ -52,6 +52,7 @@ SRC += image.cpp
SRC += lz77_buffer.cpp SRC += lz77_buffer.cpp
SRC += map.cpp SRC += map.cpp
SRC += matrix.cpp SRC += matrix.cpp
SRC += matrix2.cpp
SRC += md5.cpp SRC += md5.cpp
SRC += member_function_pointer.cpp SRC += member_function_pointer.cpp
SRC += metaprogramming.cpp SRC += metaprogramming.cpp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment