Changeset 43
- Timestamp:
- Nov 10, 2010, 10:01:30 PM (15 years ago)
- Location:
- trunk/src/os2ahci
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r42 r43 128 128 int adapter_index = -1; 129 129 int port_index = -1; 130 int a, p;131 130 u16 vendor; 132 131 u16 device; -
trunk/src/os2ahci/wmakefile
r28 r43 57 57 CC = wcc 58 58 LD = $(DDK)\base\tools\link.exe 59 BLDLEVEL = ..\..\tools\bldlvl.cmd 59 BLDLEVEL = cmd.exe /c ..\..\tools\bldlvl.cmd 60 BLDDATE = cmd.exe /c ..\..\tools\blddate.cmd 61 MAPSYM = $(DDK)\base\tools\mapsym.exe 60 62 61 63 AFLAGS = -Mb … … 92 94 libc.obj: libc.c wmakefile $(INCS) 93 95 94 os2ahci.obj: os2ahci.c wmakefile $(INCS) 96 os2ahci.obj: os2ahci.c wmakefile $(INCS) bldday.h 95 97 96 98 pci.obj: pci.c wmakefile $(INCS) … … 107 109 # Action definitions (compile/link commands) 108 110 111 # emacs TAGS file creation 112 # NOTE: OS/2 emacs etags.exe expects an empty file named c:\dev\null... 113 tags: $(SRCS) $(INCS) 114 etags.exe $(SRCS) $(INCS) 115 116 bldday.h: 117 $(BLDDATE) > bldday.h 118 109 119 .asm.obj: 110 120 $(AS) $(AFLAGS) $(AS_INCLUDE) $*.asm
Note:
See TracChangeset
for help on using the changeset viewer.