Changeset 106


Ignore:
Timestamp:
Oct 3, 2023, 12:39:26 PM (23 months ago)
Author:
erdmann
Message:

accidentally duplicated the recipes for generation of pmcddb033.[res|dll] and pmcddb034.[res.dll]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v2.9_Lars/mediafolder/c/cddb/res/makefile

    r105 r106  
    7373                rc  -i $(INC) -r pmcddb034.rc
    7474
    75 pmcddb033.dll:  pmcddb033.c pmcddb033.res
    76                 gcc -Zdll -Zomf -I$(INC) pmcddb033.c pmcddb033.def
    77                 rc pmcddb033.res pmcddb033.dll
    78 
    79 pmcddb033.res:  pmcddb033.rc pmcddb033.dlg $(INC)\pmcddbres.h
    80                 rc  -i $(INC) -r pmcddb033.rc
    81 
    82 pmcddb034.dll:  pmcddb034.c pmcddb034.res
    83                 gcc -Zdll -Zomf -I$(INC) pmcddb034.c pmcddb034.def
    84                 rc pmcddb034.res pmcddb034.dll
    85 
    86 pmcddb034.res:  pmcddb034.rc pmcddb034.dlg $(INC)\pmcddbres.h
    87                 rc  -i $(INC) -r pmcddb034.rc
    88 
    8975clean:
    9076        -rm *.obj
Note: See TracChangeset for help on using the changeset viewer.