update dev300-m58
[ooovba.git] / applied_patches / 0313-mono-build-keyfile.diff
blob188d3abf39ec87d75bf0f254529bd7824347e673
1 --- cli_ure/source/basetypes/makefile.mk.old 2009-04-06 16:41:58.000000000 +0000
2 +++ cli_ure/source/basetypes/makefile.mk 2009-04-06 16:41:58.000000000 +0000
3 @@ -93,6 +93,7 @@ $(BIN)$/cli_basetypes.dll : $(CSFILES) $
4 $(CSC) $(CSCFLAGS) \
5 -target:library \
6 -out:$@ \
7 + -keyfile:$(BIN)$/cliuno.snk \
8 -reference:System.dll \
9 $(CSFILES)
10 @echo "If code has changed then provide a policy assembly and change the version!"
11 --- cli_ure/source/bootstrap/makefile.mk.old 2009-04-06 16:41:58.000000000 +0000
12 +++ cli_ure/source/bootstrap/makefile.mk 2009-04-06 16:41:58.000000000 +0000
13 @@ -83,6 +83,7 @@ $(BIN)$/cli_cppuhelper.dll : $(CSFILES)
14 +$(CSC) $(CSCFLAGS) \
15 -target:library \
16 -out:$@ \
17 + -keyfile:$(BIN)$/cliuno.snk \
18 -reference:$(OUT)$/bin$/cli_uretypes.dll \
19 -reference:System.dll \
20 $(CSFILES)
21 --- cli_ure/prj/d.lst.old 2009-04-06 16:41:58.000000000 +0000
22 +++ cli_ure/prj/d.lst 2009-04-06 16:41:58.000000000 +0000
23 @@ -11,4 +11,6 @@
25 ..\%__SRC%\bin\cliuno.snk %_DEST%\bin%_EXT%\cliuno.snk
27 -..\%__SRC%\bin\cliureversion.mk %_DEST%\bin%_EXT%\cliureversion.mk
28 \ No newline at end of file
29 +..\%__SRC%\bin\cliureversion.mk %_DEST%\bin%_EXT%\cliureversion.mk
31 +..\%__SRC%\bin\cliuno.snk %_DEST%\bin%_EXT%\cliuno.snk
32 --- cli_ure/source/ure/makefile.mk.old 2009-04-06 16:41:58.000000000 +0000
33 +++ cli_ure/source/ure/makefile.mk 2009-04-06 16:41:58.000000000 +0000
34 @@ -90,6 +90,7 @@ $(BIN)$/cli_ure.dll : $(CSFILES) $(BIN)$
35 $(CSC) $(CSCFLAGS) \
36 -target:library \
37 -out:$@ \
38 + -keyfile:$(BIN)$/cliuno.snk \
39 -reference:$(OUT)$/bin$/cli_uretypes.dll \
40 -reference:System.dll \
41 $(CSFILES)