diff options
author | Christopher Faylor <me@cgf.cx> | 2005-03-23 17:11:24 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-03-23 17:11:24 +0000 |
commit | 6d89e9dd43b4c3878007d9857ea1e55b19aa0c77 (patch) | |
tree | 7ddeba711e7b9d5347ae3f987b42e9e9f9302cd9 /winsup/cygwin/Makefile.in | |
parent | e633fde1baed0151958929cb630311a22df54cad (diff) | |
download | cygnal-6d89e9dd43b4c3878007d9857ea1e55b19aa0c77.tar.gz cygnal-6d89e9dd43b4c3878007d9857ea1e55b19aa0c77.tar.bz2 cygnal-6d89e9dd43b4c3878007d9857ea1e55b19aa0c77.zip |
* include/ctype.h: New file.
* ctype.cc: Ditto.
* Makefile.in: Add ctype.o to DLL_OFILES.
* cygwin.din: Remove _ctype_ptr (for now?).
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r-- | winsup/cygwin/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 589da2b28..dc6096bdf 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -119,10 +119,10 @@ DLL_IMPORTS:=$(w32api_lib)/libkernel32.a $(w32api_lib)/libadvapi32.a MT_SAFE_OBJECTS:= # Please maintain this list in sorted order, with maximum files per 85 col line # -DLL_OFILES:=assert.o autoload.o bsdlib.o cxx.o cygheap.o cygthread.o cygtls.o \ - dcrt0.o debug.o delqueue.o devices.o dir.o dlfcn.o dll_init.o dtable.o \ - environ.o errno.o exceptions.o exec.o external.o fcntl.o fhandler.o \ - fhandler_clipboard.o fhandler_console.o fhandler_disk_file.o \ +DLL_OFILES:=assert.o autoload.o bsdlib.o ctype.o cxx.o cygheap.o cygthread.o \ + cygtls.o dcrt0.o debug.o delqueue.o devices.o dir.o dlfcn.o dll_init.o \ + dtable.o environ.o errno.o exceptions.o exec.o external.o fcntl.o \ + fhandler.o fhandler_clipboard.o fhandler_console.o fhandler_disk_file.o \ fhandler_dsp.o fhandler_fifo.o fhandler_floppy.o fhandler_mem.o \ fhandler_nodevice.o fhandler_proc.o fhandler_process.o \ fhandler_random.o fhandler_raw.o fhandler_registry.o fhandler_serial.o \ |