windows.mk (df3f5cbc) | windows.mk (42aba0ce) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 450 unchanged lines hidden (view full) --- 459 oleaut32 \ 460 opengl32 \ 461 shell32 \ 462 strmiids \ 463 user32 \ 464 uuid \ 465 uwinapi \ 466 winmm \ | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 450 unchanged lines hidden (view full) --- 459 oleaut32 \ 460 opengl32 \ 461 shell32 \ 462 strmiids \ 463 user32 \ 464 uuid \ 465 uwinapi \ 466 winmm \ |
467 winspool | 467 winspool \ 468 wsock32 |
468 469gb_Library_LAYER := \ 470 $(foreach lib,$(gb_Library_OOOLIBS),$(lib):OOO) \ 471 $(foreach lib,$(gb_Library_PLAINLIBS_NONE),$(lib):OOO) \ 472 $(foreach lib,$(gb_Library_PLAINLIBS_URE),$(lib):OOO) \ 473 $(foreach lib,$(gb_Library_PLAINLIBS_OOO),$(lib):OOO) \ 474 $(foreach lib,$(gb_Library_RTLIBS),$(lib):OOO) \ 475 $(foreach lib,$(gb_Library_RTVERLIBS),$(lib):OOO) \ --- 294 unchanged lines hidden --- | 469 470gb_Library_LAYER := \ 471 $(foreach lib,$(gb_Library_OOOLIBS),$(lib):OOO) \ 472 $(foreach lib,$(gb_Library_PLAINLIBS_NONE),$(lib):OOO) \ 473 $(foreach lib,$(gb_Library_PLAINLIBS_URE),$(lib):OOO) \ 474 $(foreach lib,$(gb_Library_PLAINLIBS_OOO),$(lib):OOO) \ 475 $(foreach lib,$(gb_Library_RTLIBS),$(lib):OOO) \ 476 $(foreach lib,$(gb_Library_RTVERLIBS),$(lib):OOO) \ --- 294 unchanged lines hidden --- |