makefile.mk (752c0af7) | makefile.mk (8fb1ee5a) |
---|---|
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 --- 49 unchanged lines hidden (view full) --- 58.IF "$(BUILD_X64)"!="" 59SLOFILES_X64=$(SLO_X64)$/xml_parser.obj 60.ENDIF # "$(BUILD_X64)"!="" 61 62.INCLUDE : set_wntx64.mk 63.INCLUDE : target.mk 64.IF "$(OS)" == "WNT" 65INCLUDE!:=$(subst,/stl, $(INCLUDE)) | 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 --- 49 unchanged lines hidden (view full) --- 58.IF "$(BUILD_X64)"!="" 59SLOFILES_X64=$(SLO_X64)$/xml_parser.obj 60.ENDIF # "$(BUILD_X64)"!="" 61 62.INCLUDE : set_wntx64.mk 63.INCLUDE : target.mk 64.IF "$(OS)" == "WNT" 65INCLUDE!:=$(subst,/stl, $(INCLUDE)) |
66.EXPORT : INCLUDE | |
67.ENDIF 68.INCLUDE : tg_wntx64.mk 69 | 66.ENDIF 67.INCLUDE : tg_wntx64.mk 68 |