Changeset 126 for trunk/classes/mm-progs/imageconverter/makefile
- Timestamp:
- Oct 29, 2023, 11:01:57 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/mm-progs/imageconverter/makefile
r53 r126 15 15 cmd /C $(TOOLDIR)\create_MMPROG_def.cmd imgconv.def 16 16 #Use this command to link dynamicaly 17 $(CC) $(CPPFLAGS) -I$(INC) imgconv.c $(OBJECTS) -lmmpm2.lib imgconv.def17 $(CC) $(CPPFLAGS) -I$(INC) imgconv.c $(OBJECTS) mmpm2.lib imgconv.def 18 18 19 19 clean:
Note:
See TracChangeset
for help on using the changeset viewer.