summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ue2/imgsynth2/Makefile')
-rw-r--r--ue2/imgsynth2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ue2/imgsynth2/Makefile b/ue2/imgsynth2/Makefile
index 8c3079d..481230c 100644
--- a/ue2/imgsynth2/Makefile
+++ b/ue2/imgsynth2/Makefile
@@ -12,11 +12,11 @@ LIBS= -L/usr/local/lib -lboost_program_options
12 12
13BIN= imgsynth2 13BIN= imgsynth2
14OBJS= cpixelformat_bgr24.o cpixelformat_bgr555.o \ 14OBJS= cpixelformat_bgr24.o cpixelformat_bgr555.o \
15 cpixelformat_indexed8.o cpixmap.o cwindowsbitmap.o \ 15 cpixelformat_indexed8.o cpixmap.o cwindowsbitmap.o \
16 cbitmap.o cscriptparser.o imgsynth2.o 16 cbitmap.o cscriptparser.o imgsynth2.o
17HEADERS= cpixelformat.h cpixelformat_bgr24.h cpixelformat_bgr555.h \ 17HEADERS= cpixelformat.h cpixelformat_bgr24.h cpixelformat_bgr555.h \
18 cpixelformat_indexed8.h cpixmap.h cfile.h cbitmap.h \ 18 cpixelformat_indexed8.h cpixmap.h cfile.h cbitmap.h \
19 cwindowsbitmap.h cscriptparser.h 19 cwindowsbitmap.h cscriptparser.h
20 20
21.SUFFIXES: .cpp .o 21.SUFFIXES: .cpp .o
22 22