Move half-edge assembler to separate .c file

This commit is contained in:
2014-05-16 20:10:43 +02:00
parent dfd978f714
commit cd864fa1ba
4 changed files with 506 additions and 467 deletions

View File

@@ -2,7 +2,7 @@ include ../common.mk
TARGET = drow-engine
HEADERS = err.h common.h print.h filereader.h gl_draw.h vector.h half_edge.h
OBJECTS = print.o filereader.o gl_draw.o vector.o half_edge.o
OBJECTS = print.o filereader.o gl_draw.o vector.o half_edge.o half_edge_AS.o
INCS = -I.
CFLAGS += $(shell $(PKG_CONFIG) --cflags gl glu glib-2.0)