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

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

41 -I$(MISC) \
42
43CFLAGS+=-D_UNICODE -DUNICODE
44
45# --- Files --------------------------------------------------------
46.IF "$(PRODUCT)"!=""
47RC+=-DPRODUCT
48.ENDIF
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

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

41 -I$(MISC) \
42
43CFLAGS+=-D_UNICODE -DUNICODE
44
45# --- Files --------------------------------------------------------
46.IF "$(PRODUCT)"!=""
47RC+=-DPRODUCT
48.ENDIF
49.IF "$(USE_STLP_DEBUG)"!=""
50CDEFS+=-D_DEBUG
51.ENDIF # "$(USE_STLP_DEBUG)"!=""
52
53RCFILES=\
54 $(TARGET).rc
55#RCDEPN=$(MISC)$/envsettings.h
56
57SLOFILES=\
58 $(SLO)$/AccAction.obj \
59 $(SLO)$/AccActionBase.obj \

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

108 $(OLE32LIB) \
109 $(OLEAUT32LIB) \
110 $(SHLWAPILIB) \
111 $(UUIDLIB) \
112 oleacc.lib
113
114.IF "$(COM)"!="GCC"
115.IF "$(CCNUMVER)" > "001300000000"
49
50RCFILES=\
51 $(TARGET).rc
52#RCDEPN=$(MISC)$/envsettings.h
53
54SLOFILES=\
55 $(SLO)$/AccAction.obj \
56 $(SLO)$/AccActionBase.obj \

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

105 $(OLE32LIB) \
106 $(OLEAUT32LIB) \
107 $(SHLWAPILIB) \
108 $(UUIDLIB) \
109 oleacc.lib
110
111.IF "$(COM)"!="GCC"
112.IF "$(CCNUMVER)" > "001300000000"
116.IF "$(USE_STLP_DEBUG)" != ""
117 SHL1STDLIBS+= $(ATL_LIB)$/atlsd.lib
118.ELSE
119 SHL1STDLIBS+= $(ATL_LIB)$/atls.lib
120.ENDIF
113 SHL1STDLIBS+= $(ATL_LIB)$/atls.lib
114.ENDIF
121.ENDIF
122.ENDIF
123
124SHL1OBJS=$(SLOFILES)
125SHL1DEF=$(TARGET).def
126SHL1RES=$(RES)/$(TARGET).res
127
128DEF1NAME= $(TARGET)
129#DEF1EXPORTFILE= exports.dxp

--- 13 unchanged lines hidden ---
115.ENDIF
116
117SHL1OBJS=$(SLOFILES)
118SHL1DEF=$(TARGET).def
119SHL1RES=$(RES)/$(TARGET).res
120
121DEF1NAME= $(TARGET)
122#DEF1EXPORTFILE= exports.dxp

--- 13 unchanged lines hidden ---