Changeset 1183
- Timestamp:
- Jun 9, 2017, 4:24:58 PM (8 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/bww-resources.spec
r1180 r1183 14 14 Source11: bwwfldrc.ico 15 15 Source12: bwwfldro.ico 16 Source13: mkdll.cmd 17 Source14: mkres.obj 18 Source15: mkres.def 19 Source16: bwwres.rc 16 Source13: mkres.obj 20 17 BuildRoot: %_tmppath/%name-%version-%release-root 21 18 BuildArch: noarch 22 Obsoletes: bwwres <= 1.0.0-5 19 Obsoletes: bwwres 20 Provides: bwwres = %{version} 23 21 24 22 %description … … 36 34 37 35 # Prepare forwarder DLLs. 38 for m in %{SOURCE1} %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE15} %{SOURCE16}; do36 for m in %{SOURCE1} %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13}; do 39 37 cp ${m} . 40 38 done 41 39 40 cat << EOF >mkres.def 41 ; MKRES.DEF: Definition file for resource DLL's 42 ; ----------------------------------------------- 43 44 45 LIBRARY 46 47 CODE SHARED 48 DATA SHARED SINGLE 49 50 PROTMODE 51 EOF 52 53 cat << EOF >bwwres.rc 54 ICON 1 BWWFLDRC.ICO 55 ICON 2 BWWFLDRO.ICO 56 BITMAP 3 BWWFBKG.BMP 57 EOF 58 42 59 %build 43 mkdll.cmd 60 link386 /A:4 /BASE:0x12000000 /NOD /NOL mkres.obj, bwwres.dll, nul, , mkres; 61 rc bwwres.rc bwwres.dll 44 62 45 63 %install
Note:
See TracChangeset
for help on using the changeset viewer.