rename printf.c to winprintf.c, nuke inclusion of libsa's printf.c
in winprintf.c, and directly include libsa's printf.c in the project.
This commit is contained in:
parent
dd74df567d
commit
11ee920b54
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: libsa.config,v 1.5 2000/02/03 19:32:42 cgd Exp $
|
# $NetBSD: libsa.config,v 1.6 2000/02/03 19:46:21 cgd Exp $
|
||||||
|
|
||||||
# config file/script to generate project file (.dsp) for libsa
|
# config file/script to generate project file (.dsp) for libsa
|
||||||
|
|
||||||
@ -13,15 +13,16 @@ SRCFILE_LIST='
|
|||||||
../../../../lib/libsa/dkcksum.c
|
../../../../lib/libsa/dkcksum.c
|
||||||
../../../../lib/libsa/lseek.c
|
../../../../lib/libsa/lseek.c
|
||||||
../../../../lib/libsa/open.c
|
../../../../lib/libsa/open.c
|
||||||
|
../../../../lib/libsa/printf.c
|
||||||
../../../../lib/libsa/read.c
|
../../../../lib/libsa/read.c
|
||||||
../../../../lib/libsa/subr_prf.c
|
../../../../lib/libsa/subr_prf.c
|
||||||
../../../../lib/libsa/twiddle.c
|
../../../../lib/libsa/twiddle.c
|
||||||
../../../../lib/libsa/ufs.c
|
../../../../lib/libsa/ufs.c
|
||||||
alloc.c
|
alloc.c
|
||||||
devopen.c
|
devopen.c
|
||||||
printf.c
|
|
||||||
winblk.c
|
winblk.c
|
||||||
winfs.c
|
winfs.c
|
||||||
|
winprintf.c
|
||||||
'
|
'
|
||||||
CPPDEF_LIST='
|
CPPDEF_LIST='
|
||||||
_STANDALONE
|
_STANDALONE
|
||||||
|
@ -104,6 +104,10 @@ SOURCE=.\../../../../lib/libsa/open.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\../../../../lib/libsa/printf.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\../../../../lib/libsa/read.c
|
SOURCE=.\../../../../lib/libsa/read.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@ -128,15 +132,15 @@ SOURCE=.\devopen.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\printf.c
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\winblk.c
|
SOURCE=.\winblk.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\winfs.c
|
SOURCE=.\winfs.c
|
||||||
# End Source File
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\winprintf.c
|
||||||
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
# End Project
|
# End Project
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: printf.c,v 1.3 2000/02/03 03:21:54 cgd Exp $ */
|
/* $NetBSD: winprintf.c,v 1.1 2000/02/03 19:46:22 cgd Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1999 Shin Takemura.
|
* Copyright (c) 1999 Shin Takemura.
|
||||||
@ -39,9 +39,6 @@
|
|||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include "../../../../lib/libsa/printf.c"
|
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
win_printf(LPWSTR lpszFmt, ...)
|
win_printf(LPWSTR lpszFmt, ...)
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user