makefile.mk (7871dc3e) | makefile.mk (0817ece2) |
---|---|
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 --- 84 unchanged lines hidden (view full) --- 93DEF1DES =StarBasic 94 95 96RES1TARGET=$(PRJNAME) 97SRS1FILES= \ 98 $(SRS)$/classes.srs \ 99 $(SRS)$/sbx.srs 100 | 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 --- 84 unchanged lines hidden (view full) --- 93DEF1DES =StarBasic 94 95 96RES1TARGET=$(PRJNAME) 97SRS1FILES= \ 98 $(SRS)$/classes.srs \ 99 $(SRS)$/sbx.srs 100 |
101# --- TESTTOOL IDE ------------------------------------------------------ 102# The resources are linked here 103 104RESLIB1NAME=stt 105RESLIB1IMAGES=$(PRJ)$/res 106RESLIB1SRSFILES= \ 107 $(SRS)$/app.srs 108 | |
109RESLIB2NAME=sb 110RESLIB2IMAGES=$(PRJ)$/res 111RESLIB2SRSFILES= \ 112 $(SRS)$/classes.srs \ 113 $(SRS)$/sbx.srs 114########## remove sbx.srx (and this line) when issue i53795 is fixed 115 116# --- Targets ----------------------------------------------------------- --- 35 unchanged lines hidden --- | 101RESLIB2NAME=sb 102RESLIB2IMAGES=$(PRJ)$/res 103RESLIB2SRSFILES= \ 104 $(SRS)$/classes.srs \ 105 $(SRS)$/sbx.srs 106########## remove sbx.srx (and this line) when issue i53795 is fixed 107 108# --- Targets ----------------------------------------------------------- --- 35 unchanged lines hidden --- |