makefile.mk (2407af08) makefile.mk (52845faf)
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

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

38 $(SLO)/xmlreader.obj
39
40SHL1IMPLIB = i$(SHL1TARGET)
41SHL1OBJS = $(SLOFILES)
42SHL1RPATH = URELIB
43SHL1STDLIBS = \
44 $(SALLIB)
45SHL1TARGET = xmlreader
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

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

38 $(SLO)/xmlreader.obj
39
40SHL1IMPLIB = i$(SHL1TARGET)
41SHL1OBJS = $(SLOFILES)
42SHL1RPATH = URELIB
43SHL1STDLIBS = \
44 $(SALLIB)
45SHL1TARGET = xmlreader
46.IF "$(GUI)" != "OS2"
47SHL1USE_EXPORTS = name
46SHL1USE_EXPORTS = name
48.ENDIF
49DEF1NAME = $(SHL1TARGET)
50
51.INCLUDE: target.mk
47DEF1NAME = $(SHL1TARGET)
48
49.INCLUDE: target.mk