updated makefile

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402729
This commit is contained in:
Davis King 2008-12-15 02:14:04 +00:00
parent 1ab4152618
commit ce6e08e3f4

View File

@ -12,7 +12,7 @@ LFLAGS = -lpthread -lnsl
# The name of the compiler. If you only have one version of
# 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
SRC += lz77_buffer.cpp
SRC += map.cpp
SRC += matrix.cpp
SRC += matrix2.cpp
SRC += md5.cpp
SRC += member_function_pointer.cpp
SRC += metaprogramming.cpp