[jbossnative-commits] JBoss Native SVN: r991 - trunk/sight/native.

jbossnative-commits at lists.jboss.org jbossnative-commits at lists.jboss.org
Sat Sep 8 12:43:50 EDT 2007


Author: mladen.turk at jboss.com
Date: 2007-09-08 12:43:50 -0400 (Sat, 08 Sep 2007)
New Revision: 991

Modified:
   trunk/sight/native/NMAKEmakefile
Log:
Add cache.c for list based hash

Modified: trunk/sight/native/NMAKEmakefile
===================================================================
--- trunk/sight/native/NMAKEmakefile	2007-09-08 16:43:32 UTC (rev 990)
+++ trunk/sight/native/NMAKEmakefile	2007-09-08 16:43:50 UTC (rev 991)
@@ -1,4 +1,4 @@
-# Copyright 2001-2006 The Apache Software Foundation or its licensors, as
+# Copyright 2001-2007 The Apache Software Foundation or its licensors, as
 # applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -59,6 +59,7 @@
 PDBFLAGS = -Fo$(WORKDIR)\ -Fd$(WORKDIR)\$(PROJECT)-src
 OBJECTS = \
 	$(WORKDIR)\buildmark.obj \
+	$(WORKDIR)\cache.obj \
 	$(WORKDIR)\clazz.obj \
 	$(WORKDIR)\console.obj \
 	$(WORKDIR)\dir.obj \




More information about the jbossnative-commits mailing list