xref: /trunk/main/solenv/inc/wnt.mk (revision edd74ba5)
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
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24# --- Windows-NT-Environment ---------------------------------------
25# Used if "$(GUI)" == "WNT"
26
27# --- Compiler ---
28
29.IF "$(OS)$(COM)$(CPU)" == "WNTMSCI"
30.IF "$(COMEX)" == "10"
31.INCLUDE : wntmsci10.mk
32.ELSE
33# for wntmsci11 (.Net 2005) and wntmsci12 (.Net 2008)
34.INCLUDE : wntmsci11.mk
35.ENDIF # "$(COMEX)" == "10"
36.ENDIF # "$(OS)$(COM)$(CPU)" == "WNTMSCI"
37
38.IF "$(COM)$(OS)$(CPU)" == "GCCWNTI"
39.INCLUDE : wntgcci.mk
40.ENDIF
41
42.IF "$(OS)$(COM)$(CPU)" == "WNTMSCX"
43.INCLUDE : wntmscx.mk
44.ENDIF
45
46# --- changes for W32-tcsh - should move into settings.mk ---
47JAVAC=javac
48JAVA=java
49JAVAI!:=java
50PATH_SEPERATOR*=:
51
52# --- general WNT settings ---
53
54HC=hc
55HCFLAGS=
56DLLPRE=
57DLLPOST=.dll
58EXECPOST=.exe
59SCPPOST=.inf
60DLLDEST=$(BIN)
61SOLARSHAREDBIN=$(SOLARBINDIR)
62
63.IF "$(SOLAR_JAVA)"!=""
64JAVADEF=-DSOLAR_JAVA
65.IF "$(debug)"==""
66JAVA_RUNTIME=javai.lib
67.ELSE
68JAVA_RUNTIME=javai_g.lib
69.ENDIF
70.ENDIF
71
72OOO_LIBRARY_PATH_VAR = PATH
73