makefile.mk (752c0af7) | makefile.mk (b597708b) |
---|---|
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 --- 32 unchanged lines hidden (view full) --- 41 42.IF "$(GUI)"=="WNT" 43PARFILES= \ 44 module_winexplorerext.par \ 45 file_winexplorerext.par \ 46 registryitem_winexplorerext.par 47.ENDIF 48 | 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 --- 32 unchanged lines hidden (view full) --- 41 42.IF "$(GUI)"=="WNT" 43PARFILES= \ 44 module_winexplorerext.par \ 45 file_winexplorerext.par \ 46 registryitem_winexplorerext.par 47.ENDIF 48 |
49.IF "$(USE_SYSTEM_STL)" == "YES" || "$(STLPORT4)" != "NO_STLPORT4" 50SCPDEFS+=-DUSE_SYSTEM_STL 51.ENDIF 52 | |
53ULFFILES= \ 54 module_winexplorerext.ulf 55 56# --- File --------------------------------------------------------- 57.INCLUDE : target.mk | 49ULFFILES= \ 50 module_winexplorerext.ulf 51 52# --- File --------------------------------------------------------- 53.INCLUDE : target.mk |