summaryrefslogtreecommitdiff
path: root/emulators/peace/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-06-09update PEACE to 0.0.20050609kent1-4/+4
- support for recent NetBSD kernel - fix some bugs
2004-06-11Update PEACE to 20040611 snapshotkent1-6/+6
- support statvfs change of NetBSD - implement SuspendThread() and ResumeThread() - introduce a simple debugger - IsProcessorFeaturePresent(): implement PF_XMMI64_INSTRUCTIONS_AVAILABLE and PF_FLOATING_POINT_PRECISION_ERRATA - Some HCURSOR-related functions are implemented. - improve Virtual*() functions support - SEH support for SIGFPE and SIGSEGV - debug messages are printed via stderr, not stdout - fix a problem of CreateDIBitmap() - implement GetPaletteEntries() - implement GetDIBColorTable() and SetDIBColorTable() - implement Heap*() functions - make kernel object handles indexes in the handle table instead of addresses of memory block. - improve Event/Mutex/Semaphore implementation
2004-03-09Update to PEACE 20040309 snaphot.kent1-12/+10
The main change is update of toolchain.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-09-25fix paths/names for some of the dependenciesdmcmahill1-2/+2
2003-09-21Update w32api to 2.4, and PEACE to 20030919 snapshot.kent1-4/+4
This change fixes PR pkg/19049.
2003-08-28Update to 20030828 snaphot, which runs with not NetBSD 1.6 but -current.kent1-35/+12
Major change: * Support for runtime link with ELF libraries.
2003-05-11Sync up the ONLY_FOR line with cross-i386-netbsdpe.jmc1-2/+2
2003-04-25Recent w32api change broke the package. Mark this broken temporaliry.kent1-1/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-09-01Update to 20020901.kent1-7/+3
* Fix menu size calculation. * Introduce peace-setup script. * The source archive is ready for anonymous CVS.
2002-08-21First import of PEACE pkgsrc.kent1-0/+68
PEACE is a set of programs to run Win32 executables on NetBSD. http://chiharu.hauN.org/peace/