Ignore:
Timestamp:
Oct 21, 2010, 3:30:19 PM (15 years ago)
Author:
markus
Message:

set builddate in DRIVERSTRUCT; fixed RM device signature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/Makefile

    r30 r34  
    2929MAPSYM     = $(DDK)\base\tools\mapsym.exe
    3030BLDLEVEL   = cmd.exe /c ..\..\tools\bldlvl.cmd
     31BLDDATE    = cmd.exe /c ..\..\tools\blddate.cmd
    3132
    3233AFLAGS     = -Mb
    3334CFLAGS     = -c -nologo -Asnw -W2 -G2ms -Zlpd -Fc -Zi
    34 LFLAGS     = /noe /nod /packd /a:16 /batch /map /line 
     35LFLAGS     = /noe /nod /packd /a:16 /batch /map /line
    3536
    3637###############################################################################
     
    8889libc.obj:     libc.c     Makefile $(INCS)
    8990
    90 os2ahci.obj:  os2ahci.c  Makefile $(INCS)
     91os2ahci.obj:  os2ahci.c  Makefile $(INCS) bldday.h
    9192
    9293pci.obj:      pci.c      Makefile $(INCS)
     
    103104# Action definitions (compile/link commands)
    104105
     106bldday.h:
     107        $(BLDDATE) > bldday.h
     108
    105109.asm.obj:
    106110        $(AS) $(AFLAGS) $(AS_INCLUDE) $*.asm
Note: See TracChangeset for help on using the changeset viewer.