Changeset 126 for trunk/classes/mm-progs/mmfind/makefile
- Timestamp:
- Oct 29, 2023, 11:01:57 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/mm-progs/mmfind/makefile
r53 r126 20 20 #Use this command to link dynamicaly 21 21 cmd /C $(TOOLDIR)\create_MMPROG_def.cmd mmfind.def 22 gcc $(CPPFLAGS) -I$(INC) mmfind.c $(LIBOBJECTS) $(OBJECTS) -lmmpm2.lib mmfind.def22 icc $(CPPFLAGS) -I$(INC) mmfind.c $(LIBOBJECTS) $(OBJECTS) mmpm2.lib rexx.lib mmfind.def 23 23 rc mmfind.rc mmfind.exe 24 24
Note:
See TracChangeset
for help on using the changeset viewer.