wntmsci11.mk (752c0af7) | wntmsci11.mk (3d2a2350) |
---|---|
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 --- 295 unchanged lines hidden (view full) --- 304STDOBJCUI= 305STDSLOCUI= 306 307STDLIBGUIMT=$(LIBCMT) $(UWINAPILIB) kernel32.lib user32.lib oldnames.lib 308STDLIBCUIMT=$(LIBCMT) $(UWINAPILIB) kernel32.lib user32.lib oldnames.lib 309STDSHLGUIMT=$(LIBCMT) $(UWINAPILIB) kernel32.lib user32.lib oldnames.lib 310STDSHLCUIMT=$(LIBCMT) $(UWINAPILIB) kernel32.lib user32.lib oldnames.lib 311 | 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 --- 295 unchanged lines hidden (view full) --- 304STDOBJCUI= 305STDSLOCUI= 306 307STDLIBGUIMT=$(LIBCMT) $(UWINAPILIB) kernel32.lib user32.lib oldnames.lib 308STDLIBCUIMT=$(LIBCMT) $(UWINAPILIB) kernel32.lib user32.lib oldnames.lib 309STDSHLGUIMT=$(LIBCMT) $(UWINAPILIB) kernel32.lib user32.lib oldnames.lib 310STDSHLCUIMT=$(LIBCMT) $(UWINAPILIB) kernel32.lib user32.lib oldnames.lib 311 |
312.IF "$(USE_SYSTEM_STL)" == "YES" 313.IF "$(DYNAMIC_CRT)"!="" |
|
312.IF "$(USE_STLP_DEBUG)" != "" | 314.IF "$(USE_STLP_DEBUG)" != "" |
315LIBCMT+= msvcprtd.lib 316.ELSE 317LIBCMT+= msvcprt.lib 318.ENDIF 319.ELSE # "$(DYNAMIC_CRT)"=="" 320.IF "$(USE_STLP_DEBUG)" != "" 321LIBCMT+= libcpmtd.lib 322.ELSE 323LIBCMT+= libcpmt.lib 324.ENDIF "$(USE_STLP_DEBUG)" == "" 325.ENDIF # "$(DYNAMIC_CRT)"!="" 326.ELSE # !USE_SYSTEM_STL 327.IF "$(USE_STLP_DEBUG)" != "" |
|
313LIBSTLPORT=stlport_vc71_stldebug.lib 314LIBSTLPORTST=stlport_vc71_stldebug_static.lib 315.ELSE 316LIBSTLPORT=stlport_vc71.lib 317LIBSTLPORTST=stlport_vc71_static.lib 318.ENDIF | 328LIBSTLPORT=stlport_vc71_stldebug.lib 329LIBSTLPORTST=stlport_vc71_stldebug_static.lib 330.ELSE 331LIBSTLPORT=stlport_vc71.lib 332LIBSTLPORTST=stlport_vc71_static.lib 333.ENDIF |
334.ENDIF |
|
319 320.IF "$(PROF_EDITION)" == "" 321ATL_INCLUDE*=$(COMPATH)/PlatformSDK/include/atl 322ATL_LIB*=$(COMPATH)/atlmfc/lib 323MFC_INCLUDE*=$(COMPATH)/PlatformSDK/include/mfc 324MFC_LIB*=$(COMPATH)/atlmfc/lib 325.ELSE 326ATL_INCLUDE*=$(COMPATH)/atlmfc/include --- 59 unchanged lines hidden --- | 335 336.IF "$(PROF_EDITION)" == "" 337ATL_INCLUDE*=$(COMPATH)/PlatformSDK/include/atl 338ATL_LIB*=$(COMPATH)/atlmfc/lib 339MFC_INCLUDE*=$(COMPATH)/PlatformSDK/include/mfc 340MFC_LIB*=$(COMPATH)/atlmfc/lib 341.ELSE 342ATL_INCLUDE*=$(COMPATH)/atlmfc/include --- 59 unchanged lines hidden --- |