Ignore:
Timestamp:
Feb 6, 2024, 11:13:04 PM (18 months ago)
Author:
gyoung
Message:

Changes to build all the language dlls for cddb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mediafolder/c/cddb/makefile

    r148 r156  
    2828#all:    querycddb.exe cddbcls.obj
    2929
    30 all:     pmcddb.exe pmdb001.dll pmdb049.dll pmdb031.dll pmdb039.dll pmdb088.dll
     30all:     pmcddb.exe pmdb001.dll pmdb007.dll pmdb049.dll pmdb031.dll \
     31         pmdb039.dll pmdb088.dll pmdb033.dll pmdb034.dll
    3132
    32 nlv:    pmdb001.dll pmdb049.dll pmdb031.dll pmdb039.dll pmdb088.dll
     33nlv:    pmdb001.dll pmdb007.dll pmdb049.dll pmdb031.dll \
     34        pmdb039.dll pmdb088.dll pmdb033.dll pmdb034.dll
    3335
    3436pmdb001.dll:    ./res/pmcddb001.c ./res/pmcddb001.res
     
    3840
    3941./res/pmcddb001.res:    ./res/pmcddb001.rc ./res/pmcddb001.dlg $(INC)/pmcddbres.h
     42                cd ./Res && make
     43
     44pmdb007.dll:    ./res/pmcddb007.c ./res/pmcddb007.res
     45                -rm pmdb007.dll
     46                cp ./res/pmcddb007.dll pmdb007.dll
     47
     48./res/pmcddb007.res:    ./res/pmcddb007.rc ./res/pmcddb007.dlg $(INC)/pmcddbres.h
    4049                cd ./Res && make
    4150
     
    5261
    5362./res/pmcddb031.res:    ./res/pmcddb031.rc ./res/pmcddb031.dlg $(INC)/pmcddbres.h
     63                cd ./Res && make
     64
     65pmdb033.dll:    ./res/pmcddb033.c ./res/pmcddb033.res
     66                -rm pmdb033.dll
     67                cp ./res/pmcddb033.dll pmdb033.dll
     68
     69./res/pmcddb033.res:    ./res/pmcddb033.rc ./res/pmcddb033.dlg $(INC)/pmcddbres.h
     70                cd ./Res && make
     71
     72pmdb034.dll:    ./res/pmcddb034.c ./res/pmcddb034.res
     73                -rm pmdb034.dll
     74                cp ./res/pmcddb034.dll pmdb034.dll
     75
     76./res/pmcddb034.res:    ./res/pmcddb034.rc ./res/pmcddb034.dlg $(INC)/pmcddbres.h
    5477                cd ./Res && make
    5578
Note: See TracChangeset for help on using the changeset viewer.