makefile.mk (0b267864) makefile.mk (c2e8e388)
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

--- 313 unchanged lines hidden (view full) ---

322
323SCP2FILES += \
324 vclcanvas.par
325
326.IF "$(ENABLE_LAYOUT)" == "TRUE"
327SCP2FILES += layout.par
328.ENDIF # ENABLE_LAYOUT == TRUE
329
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

--- 313 unchanged lines hidden (view full) ---

322
323SCP2FILES += \
324 vclcanvas.par
325
326.IF "$(ENABLE_LAYOUT)" == "TRUE"
327SCP2FILES += layout.par
328.ENDIF # ENABLE_LAYOUT == TRUE
329
330.IF "$(BUILD_SPECIAL)"!=""
330.IF "$(ENABLE_ONLINE_UPDATE)"!=""
331SCP2FILES += \
332 module_onlineupdate.par \
333 file_onlineupdate.par
334.ENDIF
335
336# ------------------------------------------------------------------------
337# URE
338

--- 16 unchanged lines hidden ---
331SCP2FILES += \
332 module_onlineupdate.par \
333 file_onlineupdate.par
334.ENDIF
335
336# ------------------------------------------------------------------------
337# URE
338

--- 16 unchanged lines hidden ---