Changeset 109 for trunk/mediafolder/c/cddb/res/makefile
- Timestamp:
- Oct 4, 2023, 6:35:52 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/mediafolder/c/cddb/res/makefile (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mediafolder/c/cddb/res/makefile
r104 r109 5 5 CPPFLAGS = -Zdll -Zmt 6 6 INC = ../../../include 7 DEFS = 8 PROGS = 7 DEFS = 8 PROGS = 9 9 ODIR = . 10 10 CPPDIR = . … … 13 13 14 14 CPPFILES = 15 all: pmcddb001.dll pmcddb0 49.dll pmcddb031.dll pmcddb039.dll pmcddb088.dll pmcddb033.dll pmcddb034.dll15 all: pmcddb001.dll pmcddb007.dll pmcddb049.dll pmcddb031.dll pmcddb039.dll pmcddb088.dll pmcddb033.dll pmcddb034.dll 16 16 17 17 … … 20 20 gcc -Zdll -Zomf -I$(INC) pmcddb001.c pmcddb001.def 21 21 rc pmcddb001.res pmcddb001.dll 22 # icc $(CPPFLAGS) -I$(INC) pmcddb001.c pmcddb001.def23 22 24 pmcddb001.res: pmcddb001.rc pmcddb001.dlg $(INC)\pmcddbres.h 25 rc -i $(INC) -r pmcddb001.rc 23 pmcddb001.res: pmcddb001.rc pmcddb001.dlg $(INC)\pmcddbres.h 24 rc -i $(INC) -r pmcddb001.rc 26 25 26 pmcddb007.dll: pmcddb007.c pmcddb007.res 27 gcc -Zdll -Zomf -I$(INC) pmcddb007.c pmcddb007.def 28 rc pmcddb007.res pmcddb007.dll 27 29 30 pmcddb007.res: pmcddb007.rc pmcddb007.dlg $(INC)\pmcddbres.h 31 rc -i $(INC) -r pmcddb007.rc 32 28 33 pmcddb049.dll: pmcddb049.c pmcddb049.res 29 34 gcc -Zdll -Zomf -I$(INC) pmcddb049.c pmcddb049.def 30 35 rc pmcddb049.res pmcddb049.dll 31 36 32 pmcddb049.res: pmcddb049.rc pmcddb049.dlg $(INC)\pmcddbres.h 33 rc -i $(INC) -r pmcddb049.rc 37 pmcddb049.res: pmcddb049.rc pmcddb049.dlg $(INC)\pmcddbres.h 38 rc -i $(INC) -r pmcddb049.rc 34 39 35 40 pmcddb031.dll: pmcddb031.c pmcddb031.res … … 37 42 rc pmcddb031.res pmcddb031.dll 38 43 39 pmcddb031.res: pmcddb031.rc pmcddb031.dlg $(INC)\pmcddbres.h 40 rc -i $(INC) -r pmcddb031.rc 44 pmcddb031.res: pmcddb031.rc pmcddb031.dlg $(INC)\pmcddbres.h 45 rc -i $(INC) -r pmcddb031.rc 41 46 42 47 pmcddb039.dll: pmcddb039.c pmcddb039.res … … 44 49 rc pmcddb039.res pmcddb039.dll 45 50 46 pmcddb039.res: pmcddb039.rc pmcddb039.dlg $(INC)\pmcddbres.h 47 rc -i $(INC) -r pmcddb039.rc 51 pmcddb039.res: pmcddb039.rc pmcddb039.dlg $(INC)\pmcddbres.h 52 rc -i $(INC) -r pmcddb039.rc 48 53 49 54 pmcddb088.dll: pmcddb088.c pmcddb088.res … … 51 56 rc pmcddb088.res pmcddb088.dll 52 57 53 pmcddb088.res: pmcddb088.rc pmcddb039.dlg $(INC)\pmcddbres.h 54 rc -i $(INC) -r pmcddb088.rc 58 pmcddb088.res: pmcddb088.rc pmcddb039.dlg $(INC)\pmcddbres.h 59 rc -i $(INC) -r pmcddb088.rc 55 60 56 61 pmcddb033.dll: pmcddb033.c pmcddb033.res … … 58 63 rc pmcddb033.res pmcddb033.dll 59 64 60 pmcddb033.res: pmcddb033.rc pmcddb033.dlg $(INC)\pmcddbres.h 61 rc -i $(INC) -r pmcddb033.rc 65 pmcddb033.res: pmcddb033.rc pmcddb033.dlg $(INC)\pmcddbres.h 66 rc -i $(INC) -r pmcddb033.rc 62 67 63 68 pmcddb034.dll: pmcddb034.c pmcddb034.res … … 65 70 rc pmcddb034.res pmcddb034.dll 66 71 67 pmcddb034.res: pmcddb034.rc pmcddb034.dlg $(INC)\pmcddbres.h 68 rc -i $(INC) -r pmcddb034.rc 72 pmcddb034.res: pmcddb034.rc pmcddb034.dlg $(INC)\pmcddbres.h 73 rc -i $(INC) -r pmcddb034.rc 69 74 70 75 clean:
Note:
See TracChangeset
for help on using the changeset viewer.
