update dev300-m57
[ooovba.git] / applied_patches / 0006-makefile-idl-build.diff
blobfd05a68630473cb30d5d5f77c18ba630396796fa
1 --- makefile.rc.old 2006-01-06 11:17:31.000000000 +0000
2 +++ makefile.rc 2006-08-08 13:43:04.000000000 +0100
3 @@ -46,6 +46,16 @@ check_modules .PHONY :
4 @+echo Checking module list
5 @+perl $(SOLARENV)$/bin$/build.pl --checkmodules
7 +idl_offapi .SETDIR=offapi .PHONY :
8 + @+perl $(SOLARENV)$/bin$/build.pl
9 + @+perl $(SOLARENV)$/bin$/deliver.pl
11 +idl_offuh .SETDIR=offuh .PHONY :
12 + @+perl $(SOLARENV)$/bin$/build.pl
13 + @+perl $(SOLARENV)$/bin$/deliver.pl
15 +idl : idl_offapi idl_offuh
17 # Only build when all modules available
18 build_instsetoo_native .SETDIR=instsetoo_native/prj : check_modules
19 @+perl $(SOLARENV)$/bin$/build.pl --all $(PROFULLSWITCH)