| makefile.mk (7a32b0c8) | makefile.mk (5d65efa0) |
|---|---|
| 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 --- 27 unchanged lines hidden (view full) --- 36.INCLUDE : settings.mk 37.INCLUDE : $(PRJ)$/util$/makefile.pmk 38 39# --- Files -------------------------------------------------------- 40 41SLOFILES = \ 42 $(SLO)$/SidebarFactory.obj \ 43 $(SLO)$/UIElementWrapper.obj \ | 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 --- 27 unchanged lines hidden (view full) --- 36.INCLUDE : settings.mk 37.INCLUDE : $(PRJ)$/util$/makefile.pmk 38 39# --- Files -------------------------------------------------------- 40 41SLOFILES = \ 42 $(SLO)$/SidebarFactory.obj \ 43 $(SLO)$/UIElementWrapper.obj \ |
| 44 $(SLO)$/SidebarShellManager.obj \ | |
| 45 $(SLO)$/SidebarViewShell.obj \ 46 | 44 $(SLO)$/SidebarViewShell.obj \ 45 |
| 47EXCEPTIONSFILES= 48#SRS2NAME = sidebar 49#SRC2FILES = SlsChildWindow.src 50 | |
| 51# --- Tagets ------------------------------------------------------- 52 53.INCLUDE : target.mk 54 | 46# --- Tagets ------------------------------------------------------- 47 48.INCLUDE : target.mk 49 |