Changeset 114 for branches/fat32-0.10/src/ufat32/makefile.wcc
- Timestamp:
- Jul 1, 2016, 11:29:27 PM (9 years ago)
- Author:
- Valery V. Sedletski
- Message:
-
fat32-0.10: Ticket #16 fixed: added floating point support inlining and initinstance/terminstance.
- File:
-
- 1 edited
- branches/fat32-0.10/src/ufat32/makefile.wcc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/fat32-0.10/src/ufat32/makefile.wcc
r99 r114 8 8 OBJS1=ufat32.obj format.obj os2.obj msg.obj chkdsk.obj 9 9 OBJS2=format.obh os2.obh msg.obh 10 COPT=-3s -s -sg -hw -mf -od -zq -q - (削除) (削除ここまで)i=. -i=.. -i=..\include -i=$(%WATCOM)\h -i=$(%WATCOM)\h\os210 COPT=-3s -s -sg -hw -mf -od -zq -q -(追記) fp3 -fpi87 - (追記ここまで)i=. -i=.. -i=..\include -i=$(%WATCOM)\h -i=$(%WATCOM)\h\os2 11 11 TARGETS=ufat32.dll fat32fmt.exe ufat32.sym fat32fmt.sym 12 12 SYS=os2v2 … … 27 27 ufat32.lnk: $(OBJS1) 28 28 @%create $^@ 29 @%append $^@ SYSTEM $(SYS) dll (削除) (削除ここまで)29 @%append $^@ SYSTEM $(SYS) dll(追記) initinstance terminstance (追記ここまで) 30 30 @%append $^@ NAME $^*.dll 31 31 @%append $^@ OPTION DESCRIPTION 'UFAT32 Helper DLL, Henk Kelder'
Note:
See TracChangeset
for help on using the changeset viewer.