Remove references to obsolete misc lib

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

@ -74,7 +74,6 @@ PYPLAYERLIB ?= $(PYLIB)
GRPLIB = $(OCGDIR)/creator/$(DEBUG_DIR)libcreator.a
GRPLIB += $(OCGDIR)/blender/src/$(DEBUG_DIR)libsrcpublisher.a
GRPLIB += $(OCGDIR)/blender/misc/$(DEBUG_DIR)libmisc.a
GRPLIB += $(OCGDIR)/blender/radiosity/$(DEBUG_DIR)libradiosity.a
GRPLIB += $(NAN_DECIMATION)/lib/libdecimation.a
GRPLIB += $(NAN_BSP)/lib/$(DEBUG_DIR)libbsp.a

@ -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

@ -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

@ -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

@ -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

@ -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

@ -47,7 +47,6 @@ CFLAGS += $(LEVEL_1_C_WARNINGS)
CPPFLAGS += -I$(OPENGL_HEADERS)
CPPFLAGS += -I../blender/render/extern/include
CPPFLAGS += -I../blender/radiosity/extern/include
CPPFLAGS += -I../blender/misc
# two needed for the kernel
CPPFLAGS += -I../blender/imbuf
CPPFLAGS += -I../blender/makesdna

@ -47,8 +47,6 @@ CPPFLAGS += -I$(NAN_FUZZICS)/include
# because of kernel dependency on makesdna
CPPFLAGS += -I../../blender/makesdna
CPPFLAGS += -I../../blender/include
# timer stuff
CPPFLAGS += -I../../blender/misc
# because of kernel dependency on imbuf
CPPFLAGS += -I../../blender/imbuf
CPPFLAGS += -I../../blender/blenlib