mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated makefile
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402729
This commit is contained in:
parent
1ab4152618
commit
ce6e08e3f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user