Bug 28 - Fix platforms separation
Status:
RESOLVED FIXED
Component:
Core
Version:
unspecified
Hardware:
PC All
Importance:
P2 normal
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Sep 2 2002 23:05:20 UTC
by:
Rob Caelers
Modified:
Sep 10 2002 22:47:16 UTC
WhoWhenWhatRemovedAdded
Rob CaelersSep 10 2002 22:47:16 UTCstatusNEWRESOLVED
resolutionFIXED
Description
Rob Caelers  Sep 2 2002 23:05:20 UTC
Restructire platform separation.

1) arch contains a unix and win32 directory. Currently, the windows platforms
uses the unix directory because both plaforms use pthread. So, either create a
pthreads directory, or write native (non-pthread) code for win32

2) unix/util.c contains some win32 specific code... 

3) src contains the input monitors for X and win32. perhaps move to arch/xxx ?

4) arch also contain generic, plaforms independent stuff. arch/indep ???
Comment 1
Rob Caelers  Sep 2 2002 23:05:29 UTC
*** Bug 2 has been marked as a duplicate of this bug. ***
Comment 2
Rob Caelers  Sep 10 2002 22:47:16 UTC
Enough for now