tg_def.mk (cde270a3) | tg_def.mk (8c8d76e1) |
---|---|
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 --- 202 unchanged lines hidden (view full) --- 211 @echo EXPORTS >>$@.tmpfile 212.IF "$(VERSIONOBJ)"!="" 213# getversioninfo fuer alle!! 214 @echo _GetVersionInfo >$@.tmp_ord 215.ENDIF 216 217.IF "$(DEFLIB$(TNR)NAME)"!="" 218 @+echo $(SLB)/$(DEFLIB$(TNR)NAME).lib | 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 --- 202 unchanged lines hidden (view full) --- 211 @echo EXPORTS >>$@.tmpfile 212.IF "$(VERSIONOBJ)"!="" 213# getversioninfo fuer alle!! 214 @echo _GetVersionInfo >$@.tmp_ord 215.ENDIF 216 217.IF "$(DEFLIB$(TNR)NAME)"!="" 218 @+echo $(SLB)/$(DEFLIB$(TNR)NAME).lib |
219 @+emxexpr $(DEF$(TNR)NAMELIST) | fix_exp_file >> $@.tmp_ord | 219 @+emxexp $(DEF$(TNR)NAMELIST) | fix_exp_file >> $@.tmp_ord |
220.ENDIF # "$(DEFLIB$(TNR)NAME)"!="" 221 222.IF "$(DEF$(TNR)EXPORT1)"!="" 223 @echo $(DEF$(TNR)EXPORT1) >>$@.tmpfile 224.ENDIF 225.IF "$(DEF$(TNR)EXPORT2)"!="" 226 @echo $(DEF$(TNR)EXPORT2) >>$@.tmpfile 227.ENDIF --- 85 unchanged lines hidden --- | 220.ENDIF # "$(DEFLIB$(TNR)NAME)"!="" 221 222.IF "$(DEF$(TNR)EXPORT1)"!="" 223 @echo $(DEF$(TNR)EXPORT1) >>$@.tmpfile 224.ENDIF 225.IF "$(DEF$(TNR)EXPORT2)"!="" 226 @echo $(DEF$(TNR)EXPORT2) >>$@.tmpfile 227.ENDIF --- 85 unchanged lines hidden --- |