From 62e4230b4597192b6b47cde72ecd8629a370b4ee Mon Sep 17 00:00:00 2001 From: "simonmar@microsoft.com" Date: Tue, 6 Jun 2006 12:46:56 +0000 Subject: [PATCH] re-enable time package on Windows --- libraries/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/Makefile b/libraries/Makefile index f64293c..cc4ee0f 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -31,9 +31,7 @@ SUBDIRS += $(wildcard HUnit) SUBDIRS += $(wildcard mtl) SUBDIRS += $(wildcard fgl) SUBDIRS += $(wildcard X11) -ifneq "$(Windows)" "YES" SUBDIRS += $(wildcard time) -endif SUBDIRS += $(wildcard HGL) SUBDIRS += $(wildcard OpenGL) SUBDIRS += $(wildcard GLUT) -- 1.7.10.4