Changeset 148 for trunk/classes/mm-progs/mmfind
- Timestamp:
- Jan 28, 2024, 11:17:52 PM (19 months ago)
- Location:
- trunk/classes/mm-progs/mmfind
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/mm-progs/mmfind/def.tpl
r4 r148 5 5 6 6 [COPYRIGHT] 7 (c) C. Wohlgemuth 2004 7 (c) C. Wohlgemuth 2004 Netlabs CWMM Team 2023-2024 8 8 9 9 [AUTHOR] … … 16 16 17 17 [BUILDMACHINE] 18 My ;-) 18 Zobopeep 19 19 20 20 [OTHER] -
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.