Changeset 95 for trunk/src/os2ahci/Makefile
- Timestamp:
- May 2, 2011, 12:21:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/Makefile
r93 r95 127 127 $(CC) $(CFLAGS) $(CC_INCLUDE) $*.c 128 128 129 os2ahci.def: 130 $(BLDLEVEL) os2ahci.def.template os2ahci.def version.h 131 132 129 133 $(TARGET): $(OBJS) os2ahci.def Makefile 130 $(BLDLEVEL) os2ahci.def version.h131 134 $(LD) $(LFLAGS) $(OBJS),$(TARGET),$*.map,$(LIB_DIRS) $(LIBS),$*.def 132 135 $(MAPSYM) os2ahci
Note:
See TracChangeset
for help on using the changeset viewer.