makefile.mk (3a700b0a) makefile.mk (b0a7a3cf)
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

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

92 $(SLO)$/UAccCOM.obj \
93 $(SLO)$/UNOXWrapper.obj \
94 $(SLO)$/AccTable.obj \
95 $(SLO)$/AccTextBase.obj \
96 $(SLO)$/MAccessible.obj \
97
98SHL1TARGET=$(TARGET)
99SHL1STDLIBS=\
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

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

92 $(SLO)$/UAccCOM.obj \
93 $(SLO)$/UNOXWrapper.obj \
94 $(SLO)$/AccTable.obj \
95 $(SLO)$/AccTextBase.obj \
96 $(SLO)$/MAccessible.obj \
97
98SHL1TARGET=$(TARGET)
99SHL1STDLIBS=\
100 oleacc.lib\
101 icuuc.lib\
102 icuin.lib\
100 $(ICUUCLIB)\
101 $(ICUINLIB)\
103 $(CPPULIB)\
104 $(VCLLIB) \
105 $(SALLIB)\
102 $(CPPULIB)\
103 $(VCLLIB) \
104 $(SALLIB)\
106 kernel32.lib \
107 user32.lib \
108 advapi32.lib \
109 ole32.lib \
110 oleaut32.lib \
111 delayimp.lib \
112 shlwapi.lib \
113 uuid.lib
105 $(KERNEL32LIB) \
106 $(USER32LIB) \
107 $(ADVAPI32LIB) \
108 $(OLE32LIB) \
109 $(OLEAUT32LIB) \
110 $(SHLWAPILIB) \
111 $(UUIDLIB) \
112 oleacc.lib
114
113
115LINKFLAGS += /delayload:sal3.dll \
116 /delayload:cppu3.dll
117
118.IF "$(COM)"!="GCC"
119.IF "$(CCNUMVER)" > "001300000000"
120.IF "$(USE_STLP_DEBUG)" != ""
121 SHL1STDLIBS+= $(ATL_LIB)$/atlsd.lib
122.ELSE
123 SHL1STDLIBS+= $(ATL_LIB)$/atls.lib
124.ENDIF
125.ENDIF

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

131
132DEF1NAME= $(TARGET)
133#DEF1EXPORTFILE= exports.dxp
134
135.ENDIF
136
137# --- Targets ----------------------------------
138.INCLUDE : target.mk
114.IF "$(COM)"!="GCC"
115.IF "$(CCNUMVER)" > "001300000000"
116.IF "$(USE_STLP_DEBUG)" != ""
117 SHL1STDLIBS+= $(ATL_LIB)$/atlsd.lib
118.ELSE
119 SHL1STDLIBS+= $(ATL_LIB)$/atls.lib
120.ENDIF
121.ENDIF

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

127
128DEF1NAME= $(TARGET)
129#DEF1EXPORTFILE= exports.dxp
130
131.ENDIF
132
133# --- Targets ----------------------------------
134.INCLUDE : target.mk
135
136ALLTAR : \
137 $(MISC)/$(TARGET).manifest \
138
139$(MISC)/$(TARGET).manifest: $(BIN)$/$(TARGET)$(DLLPOST)
140 cat *.rgs > $(MISC)$/$(TARGET).rgs
141 mt.exe -rgs:$(MISC)$/$(TARGET).rgs -tlb:$(MISC)$/$(TARGET).tlb -dll:$(TARGET).dll -out:$(MISC)$/$(TARGET).manifest
142 mt.exe -manifest $(MISC)$/$(TARGET).manifest -outputresource:$(BIN)$/$(TARGET)$(DLLPOST)\;\#97