X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=uffi%2FMakefile.msvc;h=ea3b5b7add47ce015e4f7a9b45e48bb4b946a941;hp=2edbfcad22131d7689bf5a7d8e2a99d498e5ed00;hb=d2d49ab13c98bc7a1819a0fd3968268a5567bdc3;hpb=c3da3f320846c5201b6eaf609dd47cf3e5876b0a diff --git a/uffi/Makefile.msvc b/uffi/Makefile.msvc index 2edbfca..ea3b5b7 100644 --- a/uffi/Makefile.msvc +++ b/uffi/Makefile.msvc @@ -7,9 +7,7 @@ # Author: Kevin M. Rosenberg # Created: Mar 2002 # -# CVS Id: $Id: Makefile.msvc,v 1.1 2002/09/18 07:50:01 kevin Exp $ -# -# This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg +# This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg # # CLSQL users are granted the rights to distribute and use this software # as governed by the terms of the Lisp Lesser GNU Public License @@ -17,7 +15,7 @@ ########################################################################### -BASE=uffi +BASE=clsql_uffi # Nothing to configure beyond here @@ -31,5 +29,3 @@ $(DLL): $(SRC) clean: del /q $(DLL) $(BASE).LIB - -