Changeset 28
- Timestamp:
- Sep 24, 2010, 5:52:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/wmakefile
r26 r28 54 54 # 55 55 56 AS = $(DDK)\tools\alp.exe 57 CC = wcc 58 LD = $(DDK)\base\tools\link.exe 56 AS = $(DDK)\tools\alp.exe 57 CC = wcc 58 LD = $(DDK)\base\tools\link.exe 59 BLDLEVEL = ..\..\tools\bldlvl.cmd 59 60 60 61 AFLAGS = -Mb … … 76 77 ctxhook.obj 77 78 78 INCS = os2ahci.h ahci.h 79 INCS = os2ahci.h ahci.h version.h 79 80 80 81 … … 114 115 115 116 $(TARGET): $(OBJS) os2ahci.def wmakefile 117 $(BLDLEVEL) os2ahci.def version.h 116 118 $(LD) $(LFLAGS) $(OBJS),$(TARGET),$*.map,$(LIB_DIRS) $(LIBS),$*.def 117 119 mapsym os2ahci
Note:
See TracChangeset
for help on using the changeset viewer.