Changeset 148 for trunk/classes/mm-progs/mmfind/makefile
- Timestamp:
- Jan 28, 2024, 11:17:52 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/mm-progs/mmfind/makefile
r133 r148 19 19 mmfind.exe: mmfind.c $(LIBOBJECTS) $(OBJECTS) makefile mmfind.rc def.tpl 20 20 #Use this command to link dynamicaly 21 cmd /C $(TOOLDIR)\create_ MMPROG_def.cmd mmfind.def21 cmd /C $(TOOLDIR)\create_def.cmd mmfind.def 22 22 icc $(CPPFLAGS) -I$(INC) mmfind.c $(LIBOBJECTS) $(OBJECTS) mmpm2.lib rexx.lib mmfind.def 23 23 rc mmfind.rc mmfind.exe
Note:
See TracChangeset
for help on using the changeset viewer.