From 6883efe712d5c29239372849295332b7aaa30584 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Mon, 19 Jul 2004 02:43:07 +0000 Subject: windows-gcc vs. solid, round 2 Doing it the Kester way, but in a way that it actually compiles and links for non-Kester people. >=P (translation: FREE_WINDOWS now builds the stuff in extern and overwrites the pre-compiled solid libs). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e3758ce55f0..8cca8f2a6d1 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ MAKEFLAGS=-I$(NANBLENDERHOME)/source --no-print-directory SOURCEDIR = blender ifeq ($(FREE_WINDOWS),true) - DIRS ?= dlltool intern source po + DIRS ?= dlltool extern intern source po endif DIRS ?= extern intern source po -- cgit v1.2.3