makefile.mk (e1fcf41e) makefile.mk (73c96003)
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

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

55
56
57SHL1STDLIBS= \
58 $(SAXLIB) \
59 $(SALLIB) \
60 $(CPPUNITLIB) \
61
62
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

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

55
56
57SHL1STDLIBS= \
58 $(SAXLIB) \
59 $(SALLIB) \
60 $(CPPUNITLIB) \
61
62
63.IF "$(GUI)" == "OS2"
64SHL1TARGET= tst_cnv
65.ELSE
63SHL1TARGET= test_converter
66SHL1TARGET= test_converter
67.ENDIF
64SHL1RPATH = NONE
65SHL1IMPLIB= i$(SHL1TARGET)
66# SHL1DEF= $(MISC)/$(SHL1TARGET).def
67DEF1NAME=$(SHL1TARGET)
68# DEF1EXPORTFILE= export.exp
69SHL1VERSIONMAP= version.map
70
71# --- All object files ---------------------------------------------

--- 12 unchanged lines hidden ---
68SHL1RPATH = NONE
69SHL1IMPLIB= i$(SHL1TARGET)
70# SHL1DEF= $(MISC)/$(SHL1TARGET).def
71DEF1NAME=$(SHL1TARGET)
72# DEF1EXPORTFILE= export.exp
73SHL1VERSIONMAP= version.map
74
75# --- All object files ---------------------------------------------

--- 12 unchanged lines hidden ---