diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-04-16 14:31:04 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-04-16 14:31:04 +0000 |
| commit | bf712df18834247f080a60fd5646d40b7cc5ae8b (patch) | |
| tree | 367d9a906b6a46943027c65b86b9a21e6cf16de7 /emu/Nt | |
| parent | 76a2f7be03ab622d03e83aaef4a73c1ad7aa2682 (diff) | |
20080416-1529
Diffstat (limited to 'emu/Nt')
| -rw-r--r-- | emu/Nt/emu | 2 | ||||
| -rw-r--r-- | emu/Nt/ie | 3 | ||||
| -rw-r--r-- | emu/Nt/mkfile | 2 |
3 files changed, 2 insertions, 5 deletions
@@ -17,7 +17,7 @@ dev cmd cmd indir - draw + draw win ip ipif ipaux eia @@ -1,6 +1,5 @@ env LDFLAGS= -subsystem:windows $LDFLAGS - WINX= ie-win OSX= ie-os dev @@ -18,7 +17,7 @@ dev fs indir - draw + draw ie-win ip ipif ipaux eia diff --git a/emu/Nt/mkfile b/emu/Nt/mkfile index 30acf67c..e1e9d24d 100644 --- a/emu/Nt/mkfile +++ b/emu/Nt/mkfile @@ -17,7 +17,6 @@ INSTALLDIR=$ROOT/$SYSTARG/$OBJTYPE/bin #path of directory where kernel is instal #end configurable parameters OSX=os -WINX=win <$ROOT/mkfiles/mkfile-$SYSTARG-$OBJTYPE #set vars based on target system @@ -25,7 +24,6 @@ WINX=win OBJ=\ $OSX.$O\ - $WINX.$O\ $CONF.root.$O\ lock.$O\ fp.$O\ |
