Changeset 148 for trunk/classes/mm-progs/imageconverter
- Timestamp:
- Jan 28, 2024, 11:17:52 PM (19 months ago)
- Location:
- trunk/classes/mm-progs/imageconverter
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/mm-progs/imageconverter/def.tpl
r4 r148 5 5 6 6 [COPYRIGHT] 7 (c) C. Wohlgemuth 2002 7 (c) C. Wohlgemuth 2002 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/imageconverter/makefile
r133 r148 13 13 14 14 imgconv.exe: imgconv.c $(OBJECTS) 15 cmd /C $(TOOLDIR)\create_ MMPROG_def.cmd imgconv.def15 cmd /C $(TOOLDIR)\create_def.cmd imgconv.def 16 16 #Use this command to link dynamicaly 17 17 $(CC) $(CPPFLAGS) -I$(INC) imgconv.c $(OBJECTS) mmpm2.lib imgconv.def
Note:
See TracChangeset
for help on using the changeset viewer.