From 2ee42ac01e6f4b154ac68976024af0615f7acb26 Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Sun, 20 Aug 2006 15:22:56 +0000 Subject: Huge commit: VERSE - All code is in #ifdef ... #endif - Only make build system is supported and you have to add: export WITH_VERSE=true to user-def.mk file - Blender can share only mesh objects and bitmaps now - More informations can be found at wiki: http://mediawiki.blender.org/index.php/BlenderDev/VerseIntegrationToBlender http://mediawiki.blender.org/index.php/BlenderDev/VerseIntegrationToBlenderUserDoc I hope, that I didn't forget at anything --- source/nan_link.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/nan_link.mk') diff --git a/source/nan_link.mk b/source/nan_link.mk index 35eb80b2cc7..9314f2d708f 100644 --- a/source/nan_link.mk +++ b/source/nan_link.mk @@ -136,6 +136,9 @@ ifeq ($(OS),windows) LDFLAGS += -mwindows -mno-cygwin -mconsole DADD += -L/usr/lib/w32api -lnetapi32 -lopengl32 -lglu32 -lshfolder DADD += -L/usr/lib/w32api -lwinmm -lwsock32 + ifeq ($(WITH_VERSE),true) + DADD += -lws2_32 + endif else DADD = kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib DADD += advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib -- cgit v1.2.3