Ignore:
Timestamp:
Jan 28, 2024, 11:17:52 PM (19 months ago)
Author:
gyoung
Message:

Automate building of all def files. Some minor code and makefile cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/mm-progs/mmfind/makefile

    r133 r148  
    1919mmfind.exe:     mmfind.c $(LIBOBJECTS) $(OBJECTS) makefile mmfind.rc def.tpl
    2020#Use this command to link dynamicaly
    21         cmd /C $(TOOLDIR)\create_MMPROG_def.cmd mmfind.def
     21        cmd /C $(TOOLDIR)\create_def.cmd mmfind.def
    2222        icc $(CPPFLAGS) -I$(INC) mmfind.c $(LIBOBJECTS) $(OBJECTS) mmpm2.lib rexx.lib mmfind.def
    2323        rc mmfind.rc mmfind.exe
Note: See TracChangeset for help on using the changeset viewer.