|
Lines 305-323
Link Here
|
| 305 |
ifeq ($(OS),linux) |
305 |
ifeq ($(OS),linux) |
| 306 |
ifeq ($(CPU),alpha) |
306 |
ifeq ($(CPU),alpha) |
| 307 |
BINTARGETS = blenderdynamic |
307 |
BINTARGETS = blenderdynamic |
| 308 |
BINTARGETS += blenderplayer |
308 |
# BINTARGETS += blenderplayer |
| 309 |
endif |
309 |
endif |
| 310 |
ifeq ($(CPU),i386) |
310 |
ifeq ($(CPU),i386) |
| 311 |
BINTARGETS = plugin |
311 |
# BINTARGETS = plugin |
| 312 |
# BINTARGETS += ptest |
312 |
# BINTARGETS += ptest |
| 313 |
BINTARGETS += xplink |
313 |
# BINTARGETS += xplink |
| 314 |
BINTARGETS += blenderdynamic |
314 |
BINTARGETS = blenderdynamic |
| 315 |
BINTARGETS += blenderplayer |
315 |
# BINTARGETS += blenderplayer |
| 316 |
BINTARGETS += blenderstatic |
316 |
# BINTARGETS += blenderstatic |
| 317 |
endif |
317 |
endif |
| 318 |
ifeq ($(CPU),powerpc) |
318 |
ifeq ($(CPU),powerpc) |
| 319 |
BINTARGETS = blenderdynamic |
319 |
BINTARGETS = blenderdynamic |
| 320 |
BINTARGETS += blenderstatic |
320 |
# BINTARGETS += blenderstatic |
| 321 |
endif |
321 |
endif |
| 322 |
PYLIB = $(NAN_PYTHON)/lib/python$(NAN_PYTHON_VERSION)/config/libpython$(NAN_PYTHON_VERSION).a |
322 |
PYLIB = $(NAN_PYTHON)/lib/python$(NAN_PYTHON_VERSION)/config/libpython$(NAN_PYTHON_VERSION).a |
| 323 |
PYLIB += $(NAN_MXTEXTTOOLS) |
323 |
PYLIB += $(NAN_MXTEXTTOOLS) |
|
Lines 355-361
Link Here
|
| 355 |
NAN_SND_LIBS = $(OCGDIR)/intern/SoundSystem/$(DEBUG_DIR)libSoundSystem.a |
355 |
NAN_SND_LIBS = $(OCGDIR)/intern/SoundSystem/$(DEBUG_DIR)libSoundSystem.a |
| 356 |
NAN_SND_LIBS += $(OCGDIR)/intern/DummySoundSystem/$(DEBUG_DIR)libDummySoundSystem.a |
356 |
NAN_SND_LIBS += $(OCGDIR)/intern/DummySoundSystem/$(DEBUG_DIR)libDummySoundSystem.a |
| 357 |
NAN_SND_LIBS += $(OCGDIR)/intern/OpenALSoundSystem/$(DEBUG_DIR)libOpenALSoundSystem.a |
357 |
NAN_SND_LIBS += $(OCGDIR)/intern/OpenALSoundSystem/$(DEBUG_DIR)libOpenALSoundSystem.a |
| 358 |
NAN_SND_LIBS += $(NAN_OPENAL)/lib/libopenal.a |
358 |
NAN_SND_LIBS += $(NAN_OPENAL)/lib/libopenal.a $(NAN_OPENAL)/lib/libsmpeg.a |
| 359 |
NAN_SND_LIBS += $(OCGDIR)/intern/SoundSystem/$(DEBUG_DIR)libSoundSystem.a |
359 |
NAN_SND_LIBS += $(OCGDIR)/intern/SoundSystem/$(DEBUG_DIR)libSoundSystem.a |
| 360 |
endif |
360 |
endif |
| 361 |
else |
361 |
else |