makefile.mk (597a4c59) makefile.mk (fb9073b6)
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

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

50 $(SLO)$/pppoptimizertoken.obj \
51 $(SLO)$/pppoptimizerdialog.obj \
52 $(SLO)$/optimizationstats.obj \
53 $(SLO)$/graphiccollector.obj \
54 $(SLO)$/pagecollector.obj \
55
56# --- Library -----------------------------------
57
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

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

50 $(SLO)$/pppoptimizertoken.obj \
51 $(SLO)$/pppoptimizerdialog.obj \
52 $(SLO)$/optimizationstats.obj \
53 $(SLO)$/graphiccollector.obj \
54 $(SLO)$/pagecollector.obj \
55
56# --- Library -----------------------------------
57
58.IF "$(GUI)"=="OS2"
59SHL1TARGET=PreMin
60.ELSE
58SHL1TARGET= $(TARGET).uno
61SHL1TARGET= $(TARGET).uno
62.ENDIF
59
60SHL1STDLIBS=\
61 $(CPPUHELPERLIB)\
62 $(CPPULIB)\
63 $(SALLIB)
64SHL1DEPN=
65SHL1IMPLIB=i$(SHL1TARGET)
66SHL1LIBS=$(SLB)$/$(TARGET).lib

--- 31 unchanged lines hidden ---
63
64SHL1STDLIBS=\
65 $(CPPUHELPERLIB)\
66 $(CPPULIB)\
67 $(SALLIB)
68SHL1DEPN=
69SHL1IMPLIB=i$(SHL1TARGET)
70SHL1LIBS=$(SLB)$/$(TARGET).lib

--- 31 unchanged lines hidden ---