From: Kevin M. Rosenberg Date: Thu, 21 Mar 2002 10:06:52 +0000 (+0000) Subject: r1605: *** empty log message *** X-Git-Tag: v1.6.1~561 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;ds=sidebyside;h=bdc8d4579c990b175da72a928ccc664641b883ae;p=uffi.git r1605: *** empty log message *** --- diff --git a/examples/Makefile.nt b/examples/Makefile.nt index 9caa678..defa2c6 100644 --- a/examples/Makefile.nt +++ b/examples/Makefile.nt @@ -1,5 +1,5 @@ c-test-fns.dll: c-test-fns.c - cl /LD /DWIN32=1 c-test-fns.c + cl /MD /LD -D_MT /DWIN32=1 c-test-fns.c del c-test-fns.obj c-test-fns.exp clean: diff --git a/examples/c-test-fns.c b/examples/c-test-fns.c index cab2dd6..20a5c2f 100644 --- a/examples/c-test-fns.c +++ b/examples/c-test-fns.c @@ -6,7 +6,7 @@ * Programer: Kevin M. Rosenberg * Date Started: Mar 2002 * - * CVS Id: $Id: c-test-fns.c,v 1.4 2002/03/21 09:54:34 kevin Exp $ + * CVS Id: $Id: c-test-fns.c,v 1.5 2002/03/21 10:06:52 kevin Exp $ * * This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg * @@ -31,7 +31,7 @@ BOOL WINAPI DllEntryPoint(HINSTANCE hinstdll, #define DLLEXPORT __declspec(dllexport) #else -#define DLLEXPORT +#define DLLEXPORT #endif #include @@ -93,4 +93,3 @@ half_double_vector (int size, double* vec) - diff --git a/tests/Makefile.nt b/tests/Makefile.nt index 9caa678..defa2c6 100644 --- a/tests/Makefile.nt +++ b/tests/Makefile.nt @@ -1,5 +1,5 @@ c-test-fns.dll: c-test-fns.c - cl /LD /DWIN32=1 c-test-fns.c + cl /MD /LD -D_MT /DWIN32=1 c-test-fns.c del c-test-fns.obj c-test-fns.exp clean: diff --git a/tests/c-test-fns.c b/tests/c-test-fns.c index cab2dd6..20a5c2f 100644 --- a/tests/c-test-fns.c +++ b/tests/c-test-fns.c @@ -6,7 +6,7 @@ * Programer: Kevin M. Rosenberg * Date Started: Mar 2002 * - * CVS Id: $Id: c-test-fns.c,v 1.4 2002/03/21 09:54:34 kevin Exp $ + * CVS Id: $Id: c-test-fns.c,v 1.5 2002/03/21 10:06:52 kevin Exp $ * * This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg * @@ -31,7 +31,7 @@ BOOL WINAPI DllEntryPoint(HINSTANCE hinstdll, #define DLLEXPORT __declspec(dllexport) #else -#define DLLEXPORT +#define DLLEXPORT #endif #include @@ -93,4 +93,3 @@ half_double_vector (int size, double* vec) -