reid 2002/08/25 12:05:32 PDT
Modified files:
hslibs/win32 Makefile.hugs WndProc.c WndProc.h
Added files:
hslibs/win32 Makefile.ghc README
hslibs/win32/gc-src StdDIS.gc Win32Window.gc
Removed files:
hslibs/win32 GDITypes.hs GDITypes_stub_ffi.c
GDITypes_stub_ffi.h StdDIS.hs Win32.hs
Win32Bitmap.hs Win32Bitmap_stub_ffi.c
Win32Bitmap_stub_ffi.h Win32Brush.hs
Win32Brush_stub_ffi.c
Win32Brush_stub_ffi.h Win32Clip.hs
Win32Clip_stub_ffi.c Win32Clip_stub_ffi.h
Win32Control.hs Win32Control_stub_ffi.c
Win32Control_stub_ffi.h Win32DLL.hs
Win32DLL_stub_ffi.c Win32DLL_stub_ffi.h
Win32Dialogue.hs Win32Dialogue_stub_ffi.c
Win32Dialogue_stub_ffi.h Win32File.hs
Win32File_stub_ffi.c Win32File_stub_ffi.h
Win32Font.hs Win32Font_stub_ffi.c
Win32Font_stub_ffi.h Win32Graphics2D.hs
Win32Graphics2D_stub_ffi.c
Win32Graphics2D_stub_ffi.h Win32HDC.hs
Win32HDC_stub_ffi.c Win32HDC_stub_ffi.h
Win32Icon.hs Win32Icon_stub_ffi.c
Win32Icon_stub_ffi.h Win32Key.hs
Win32Key_stub_ffi.c Win32Key_stub_ffi.h
Win32MM.hs Win32MM_stub_ffi.c
Win32MM_stub_ffi.h Win32Menu.hs
Win32Menu_stub_ffi.c Win32Menu_stub_ffi.h
Win32Misc.hs Win32Misc_stub_ffi.c
Win32Misc_stub_ffi.h Win32NLS.hs
Win32NLS_stub_ffi.c Win32NLS_stub_ffi.h
Win32Palette.hs Win32Palette_stub_ffi.c
Win32Palette_stub_ffi.h Win32Path.hs
Win32Path_stub_ffi.c Win32Path_stub_ffi.h
Win32Pen.hs Win32Pen_stub_ffi.c
Win32Pen_stub_ffi.h Win32Process.hs
Win32Process_stub_ffi.c
Win32Process_stub_ffi.h Win32Region.hs
Win32Region_stub_ffi.c
Win32Region_stub_ffi.h Win32Registry.hs
Win32Registry_stub_ffi.c
Win32Registry_stub_ffi.h Win32Resource.hs
Win32Resource_stub_ffi.c
Win32Resource_stub_ffi.h
Win32SystemInfo.hs
Win32SystemInfo_stub_ffi.c
Win32SystemInfo_stub_ffi.h Win32Types.hs
Win32Types_stub_ffi.c
Win32Types_stub_ffi.h Win32WinMessage.hs
Win32WinMessage_stub_ffi.c
Win32WinMessage_stub_ffi.h Win32Window.hs
Win32Window_stub_ffi.c
Win32Window_stub_ffi.h Win32_stub_ffi.c
Win32_stub_ffi.h
hslibs/win32/gc-src Win32Window.pgc
Log:
Stripped the ghc stuff out of Makefile.hugs - doesn't seem to belong
in a file of that name and made the whole thing completely
incomprehensible. (Note that this file was utterly broken before.)
To use the current makefile, you usually need to override
the default green-card and tell it to rerun greencard:
make GC=green-card USE_GC=YES -f Makefile.hugs all
Added Makefile.ghc based on the old Makefile.hugs.
This is going to become a makefile for doing standalone GHC builds
but is very unlikely to work at the moment.
Removed the last .pgc file. Yahoo!
Added StdDIS.gc. Including this is broken but no more so than
including StdDIS.hs was.
Removed machine-generated files. As always happens, these were out of
date because GreenCard had been upgraded. Worse, the old files were
GHC specific so (no matter how recent they may be) we had to delete
them before we could build for Hugs.
Revision Changes Path
1.4 +21 -275 fptools/hslibs/win32/Makefile.hugs
1.2 +0 -35 fptools/hslibs/win32/WndProc.c
1.2 +0 -11 fptools/hslibs/win32/WndProc.h
_______________________________________________
Cvs-hslibs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-hslibs