windows.mk (3d2a2350) | windows.mk (23f1be86) |
---|---|
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 --- 470 unchanged lines hidden (view full) --- 479gb_Library_DLLEXT := .dll 480gb_Library_MAJORVER := 3 481gb_Library_RTEXT := MSC$(gb_Library_DLLEXT) 482 483ifeq ($(USE_SYSTEM_STL),YES) 484ifeq ($(gb_PRODUCT),$(true)) 485gb_Library_STLEXT := msvcprt.lib 486else | 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 --- 470 unchanged lines hidden (view full) --- 479gb_Library_DLLEXT := .dll 480gb_Library_MAJORVER := 3 481gb_Library_RTEXT := MSC$(gb_Library_DLLEXT) 482 483ifeq ($(USE_SYSTEM_STL),YES) 484ifeq ($(gb_PRODUCT),$(true)) 485gb_Library_STLEXT := msvcprt.lib 486else |
487gb_Library_STLEXT := msvcprtd.lib | 487gb_Library_STLEXT := msvcprt.lib |
488endif 489else 490ifeq ($(gb_PRODUCT),$(true)) 491gb_Library_STLEXT := port_vc7145$(gb_Library_DLLEXT) 492else 493gb_Library_STLEXT := port_vc7145_stldebug$(gb_Library_DLLEXT) 494endif 495endif --- 270 unchanged lines hidden --- | 488endif 489else 490ifeq ($(gb_PRODUCT),$(true)) 491gb_Library_STLEXT := port_vc7145$(gb_Library_DLLEXT) 492else 493gb_Library_STLEXT := port_vc7145_stldebug$(gb_Library_DLLEXT) 494endif 495endif --- 270 unchanged lines hidden --- |