Changeset 134 for branches/fat32-0.10/src/makefile.wcc
- Timestamp:
- Oct 14, 2016, 3:34:06 PM (9 years ago)
- Author:
- Valery V. Sedletski
- Message:
-
makefiles: Use version string in makefile.mk, and other makefiles including it.
- File:
-
- 1 edited
- branches/fat32-0.10/src/makefile.wcc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/fat32-0.10/src/makefile.wcc
r121 r134 2 2 3 3 all: .SYMBOLIC 4 @for %d in ($(DIRS)) do (削除) if exist %d @cd %d && wmake (削除ここまで)-f makefile.wcc4 @for %d in ($(DIRS)) do (追記) @if exist %d @cd %d && wmake -h (追記ここまで) -f makefile.wcc 5 5 6 6 clean: .symbolic 7 @for %d in ($(DIRS)) do (削除) if exist %d @cd %d && wmake (削除ここまで)-f makefile.wcc clean7 @for %d in ($(DIRS)) do (追記) @if exist %d @cd %d && wmake -h (追記ここまで) -f makefile.wcc clean
Note:
See TracChangeset
for help on using the changeset viewer.