Changeset 6530 for branches/mini/src


Ignore:
Timestamp:
Aug 15, 2001, 12:51:29 AM (24 years ago)
Author:
bird
Message:

275 bytes.

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:34 bird Exp $
     1; $Id: mini.asm,v 1.1.2.8 2001-08-14 22:51:29 bird Exp $
    22;
    33; Haveing great fun making small executables...
     
    3030
    3131CODE32 segment byte public use32 'STACK'
     32public minilx
     33
    3234;
    3335; Data
    3436;
    35 public minilx
    36 ImReallySmall   db  "I'm really small!",013,0
     37ImReallySmall   db  "I'm really small!",013
     38ifdef CLIB
     39terminator db 0
     40endif
     41
     42;
     43; Code
     44;
    3745minilx:
    3846ifdef CLIB
  • branches/mini/src/win32k/test/mini.mak

    r6529 r6530  
    1 # $Id: mini.mak,v 1.1.2.4 2001-08-14 22:14:34 bird Exp $
     1# $Id: mini.mak,v 1.1.2.5 2001-08-14 22:51:29 bird Exp $
    22
    33#
     
    7575$(OBJDIR)\$(TARGET).exe: $(OBJS)  $(DEFFILE) $(OBJDIR)\$(TARGET).lrf
    7676    wlink system os2v2 file {$(OBJS)} name $(OBJDIR)\.exe \
    77     import vprintf LIBCN.150 \
     77    import printf LIBCN.150 \
    7878#    import DosPutMessage MSG.5   \
    7979        option offset=0x0000 option alignment=1 option stack=4060
Note: See TracChangeset for help on using the changeset viewer.