Changeset 6568 for branches/mini/src/win32k/test/mini.mak
- Timestamp:
- Aug 20, 2001, 8:47:54 PM (24 years ago)
- File:
-
- 1 edited
-
branches/mini/src/win32k/test/mini.mak (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/mini/src/win32k/test/mini.mak
r6546 r6568 1 # $Id: mini.mak,v 1.1.2. 7 2001-08-16 15:14:41bird Exp $1 # $Id: mini.mak,v 1.1.2.8 2001-08-20 18:47:54 bird Exp $ 2 2 3 3 # … … 68 68 69 69 70 !ifdef NORMAL 70 71 # 71 # Main rule 72 # Main rule for the high octane category. 72 73 # 73 !ifdef NORMAL74 74 !if 1 75 75 $(OBJDIR)\$(TARGET).exe: $(OBJS) $(DEFFILE) $(OBJDIR)\$(TARGET).lrf 76 !ifdef WATCOM 76 !ifdef WATCOM # 274 bytes 77 77 wlink system os2v2 file {$(OBJS)} name $(OBJDIR)\.exe \ 78 78 import vprintf LIBCN.150 \ 79 79 # import DosPutMessage MSG.5 \ 80 80 option offset=0x0000 option alignment=1 option stack=4060 81 # skip this step if it aint allowed, but then LXLITE has to get $(OBJDIR)\.exe as input. :-) 81 82 mv $(OBJDIR)\.exe $@ 82 83 !else … … 85 86 $(OBJS), $(OBJDIR)\$(TARGET).exe, $(OBJDIR)\$(TARGET).map, os2386.lib, mini.def; 86 87 !else 87 !ifndef VAC36 88 !ifndef VAC36 # 273 bytes 88 89 -12 ilink /NOFREE /FORCE /ALIGNMENT:1 /Map /BASE:0x10000 /PACKCODE /PACKDATA /NOEXEPACK \ 89 90 $(OBJS), $(OBJDIR)\$(TARGET).exe, $(OBJDIR)\$(TARGET).map, os2386.lib, mini.def; … … 107 108 !else 108 109 109 $(OBJDIR)\$(TARGET).exe: $(OBJS) $(DEFFILE) $(OBJDIR)\$(TARGET).lrf 110 # 111 # Builds the custom 196 bytes mini.exe. 112 # 113 $(OBJDIR)\$(TARGET).exe: $(OBJS) $(DEFFILE) myexe2bin.exe 110 114 link $(OBJS), $(OBJDIR)\$(TARGET)ne.exe, $(OBJDIR)\$(TARGET).map; 111 115 myexe2bin $(OBJDIR)\$(TARGET)ne.exe $@ 512 112 116 113 # exe2bin $(OBJDIR)\$(TARGET)ne.exe $@ 114 117 # help tool, custom exe2bin. 118 myexe2bin.exe myexe2bin: myexe2bin.c 119 !ifndef WATCOM 120 icc myexe2bin.c 121 !else 122 wcl386 myexe2bin.c 123 !endif 115 124 !endif 116 125
Note:
See TracChangeset
for help on using the changeset viewer.
