Changeset 4 for trunk/mediafolder/c/cddb/res
- Timestamp:
- Jul 13, 2017, 5:17:57 AM (8 years ago)
- Location:
- trunk/mediafolder/c/cddb/res
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mediafolder/c/cddb/res/makefile
r2 r4 13 13 14 14 CPPFILES = 15 all: pmcddb001.dll pmcddb049.dll pmcddb031.dll pmcddb039.dll 15 all: pmcddb001.dll pmcddb049.dll pmcddb031.dll pmcddb039.dll pmcddb088.dll 16 16 17 17 … … 50 50 rc -i $(INC) -r pmcddb039.rc 51 51 52 pmcddb088.dll: pmcddb088.c pmcddb088.res 53 gcc -Zdll -Zomf -Zno-rte -I$(INC) pmcddb088.c pmcddb088.def 54 rc pmcddb088.res pmcddb088.dll 55 56 pmcddb088.res: pmcddb088.rc pmcddb039.dlg $(INC)\pmcddbres.h 57 rc -i $(INC) -r pmcddb088.rc 58 52 59 clean: 53 60 -rm *.obj -
trunk/mediafolder/c/cddb/res/pmcddb049.rc
r2 r4 35 35 IDSTR_PMCDDBTITLE "FreeDB Abfrage" 36 36 37 IDSTR_USAGE "Email-Adresse mit folgender Option festlegen: /C < email address> "37 IDSTR_USAGE "Email-Adresse mit folgender Option festlegen: /C <Email-Adresse> " 38 38 IDSTR_SETUPERROR "Der Username oder der Host wurden nicht festgelegt. Pmcddb.exe mit Parameter /C starten, um die Adresse festzulegen." 39 39 END 40 40 41 41 RCINCLUDE "pmcddb049.dlg" 42
Note:
See TracChangeset
for help on using the changeset viewer.