Changeset 6530 for branches/mini/src
- Timestamp:
- Aug 15, 2001, 12:51:29 AM (24 years ago)
- Location:
- branches/mini/src/win32k/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mini/src/win32k/test/mini.asm
r6529 r6530 1 ; $Id: mini.asm,v 1.1.2. 7 2001-08-14 22:14:34bird Exp $1 ; $Id: mini.asm,v 1.1.2.8 2001-08-14 22:51:29 bird Exp $ 2 2 ; 3 3 ; Haveing great fun making small executables... … … 30 30 31 31 CODE32 segment byte public use32 'STACK' 32 public minilx 33 32 34 ; 33 35 ; Data 34 36 ; 35 public minilx 36 ImReallySmall db "I'm really small!",013,0 37 ImReallySmall db "I'm really small!",013 38 ifdef CLIB 39 terminator db 0 40 endif 41 42 ; 43 ; Code 44 ; 37 45 minilx: 38 46 ifdef CLIB -
branches/mini/src/win32k/test/mini.mak
r6529 r6530 1 # $Id: mini.mak,v 1.1.2. 4 2001-08-14 22:14:34bird Exp $1 # $Id: mini.mak,v 1.1.2.5 2001-08-14 22:51:29 bird Exp $ 2 2 3 3 # … … 75 75 $(OBJDIR)\$(TARGET).exe: $(OBJS) $(DEFFILE) $(OBJDIR)\$(TARGET).lrf 76 76 wlink system os2v2 file {$(OBJS)} name $(OBJDIR)\.exe \ 77 import vprintf LIBCN.150 \77 import printf LIBCN.150 \ 78 78 # import DosPutMessage MSG.5 \ 79 79 option offset=0x0000 option alignment=1 option stack=4060
Note:
See TracChangeset
for help on using the changeset viewer.