Changeset 27 for trunk/src/os2ahci/Makefile
- Timestamp:
- Sep 24, 2010, 5:50:44 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:ignore
set to
*.add
*.obj
*.cod
*.lst
*.i
*.mbr
-
Property svn:ignore
set to
-
trunk/src
-
Property svn:ignore
set to
*.add
*.obj
*.cod
*.lst
*.i
*.mbr
-
Property svn:ignore
set to
-
trunk/src/os2ahci
-
Property svn:ignore
set to
*.add
*.obj
*.cod
*.lst
*.i
*.mbr
-
Property svn:ignore
set to
-
trunk/src/os2ahci/Makefile
r26 r27 22 22 ############################################################################### 23 23 # Tool Chain 24 # 24 25 25 26 AS = $(DDK)\tools\alp.exe 26 27 CC = cl 27 LD = link 28 LD = $(DDK)\base\tools\link.exe 29 MAPSYM = $(DDK)\base\tools\mapsym.exe 30 BLDLEVEL = ..\..\tools\bldlvl.cmd 28 31 29 32 AFLAGS = -Mb … … 69 72 ctxhook.obj 70 73 71 INCS = os2ahci.h ahci.h 74 INCS = os2ahci.h ahci.h version.h 72 75 73 76 … … 76 79 clean: 77 80 rm -f $(OBJS) $(TARGET) 81 78 82 79 83 ############################################################################### … … 106 110 107 111 $(TARGET): $(OBJS) os2ahci.def Makefile 112 $(BLDLEVEL) os2ahci.def version.h 108 113 $(LD) $(LFLAGS) $(OBJS),$(TARGET),$*.map,$(LIB_DIRS) $(LIBS),$*.def 109 mapsymos2ahci114 $(MAPSYM) os2ahci 110 115 111 116
Note:
See TracChangeset
for help on using the changeset viewer.