Changeset 156
- Timestamp:
- Feb 6, 2024, 11:13:04 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mediafolder/c/cddb/makefile
r148 r156 28 28 #all: querycddb.exe cddbcls.obj 29 29 30 all: pmcddb.exe pmdb001.dll pmdb049.dll pmdb031.dll pmdb039.dll pmdb088.dll 30 all: pmcddb.exe pmdb001.dll pmdb007.dll pmdb049.dll pmdb031.dll \ 31 pmdb039.dll pmdb088.dll pmdb033.dll pmdb034.dll 31 32 32 nlv: pmdb001.dll pmdb049.dll pmdb031.dll pmdb039.dll pmdb088.dll 33 nlv: pmdb001.dll pmdb007.dll pmdb049.dll pmdb031.dll \ 34 pmdb039.dll pmdb088.dll pmdb033.dll pmdb034.dll 33 35 34 36 pmdb001.dll: ./res/pmcddb001.c ./res/pmcddb001.res … … 38 40 39 41 ./res/pmcddb001.res: ./res/pmcddb001.rc ./res/pmcddb001.dlg $(INC)/pmcddbres.h 42 cd ./Res && make 43 44 pmdb007.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 40 49 cd ./Res && make 41 50 … … 52 61 53 62 ./res/pmcddb031.res: ./res/pmcddb031.rc ./res/pmcddb031.dlg $(INC)/pmcddbres.h 63 cd ./Res && make 64 65 pmdb033.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 72 pmdb034.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 54 77 cd ./Res && make 55 78
Note:
See TracChangeset
for help on using the changeset viewer.