Remove references to obsolete misc lib

This commit is contained in:
2003-03-24 17:34:43 +00:00
parent 2ebc384746
commit de09cf7609
8 changed files with 1 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ include nan_definitions.mk
DIRS = blenloader
DIRS += deflate inflate encrypt decrypt sign verify
DIRS += writestreamglue readstreamglue writeblenfile readblenfile
DIRS += avi imbuf img misc render radiosity blenlib blenkernel blenpluginapi
DIRS += avi imbuf img render radiosity blenlib blenkernel blenpluginapi
DIRS += bpython makesdna src renderconverter
DIR = $(OCGDIR)/blender

View File

@@ -56,5 +56,4 @@ CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
# first /include is my own includes, second are the external includes
# third is the external interface. there should be a nicer way to say this
CPPFLAGS += -I../include -I../../../include -I../../extern/include
CPPFLAGS += -I../../../render/extern/include -I../../../misc

View File

@@ -48,7 +48,6 @@ CFLAGS += $(LEVEL_2_C_WARNINGS)
CPPFLAGS += -I../include
CPPFLAGS += -I../../extern/include
CPPFLAGS += -I../../../radiosity/extern/include
CPPFLAGS += -I../../../misc
CPPFLAGS += -I../../../blenlib
CPPFLAGS += -I../../../imbuf
CPPFLAGS += -I../../../makesdna

View File

@@ -52,6 +52,5 @@ CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../makesdna
CPPFLAGS += -I../../include
CPPFLAGS += -I../../misc
CPPFLAGS += -I../../
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include

View File

@@ -77,7 +77,6 @@ CPPFLAGS += -I../img
CPPFLAGS += -I../blenloader
CPPFLAGS += -I../verify
CPPFLAGS += -I..
CPPFLAGS += -I../misc
CPPFLAGS += -I../../kernel/gen_system
CPPFLAGS += -I../../gameengine/SoundSystem