Changeset 148 for trunk/JPGPROC/source


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

Location:
trunk/JPGPROC/source
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JPGPROC/source/makefile

    r132 r148  
    8181
    8282JPEGIO.DLL:             $(OBJS)
     83        cmd /C $(TOOLDIR)/create_def.cmd JPEGIO.def
    8384        $(CC) $(LDFLAGS)  /Fm$(basename $@) /Fe$@  $(OBJS) $(LIBS) JPEGIO.def
    8485        rc JPGproc.rc JPEGIO.dll
     
    99100        -rm *.*~
    100101        -rm *.map
    101         -rm *.sym
     102        -rm *.sym
     103        -rm *.def
Note: See TracChangeset for help on using the changeset viewer.