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# --- changes for W32-tcsh - should move into settings.mk --- 43JAVAC=javac 44JAVA=java 45JAVAI!:=java 46PATH_SEPERATOR*=: 47 48# --- general WNT settings --- 49 50HC=hc 51HCFLAGS= 52DLLPRE= 53DLLPOST=.dll 54EXECPOST=.exe 55SCPPOST=.inf 56DLLDEST=$(BIN) 57SOLARSHAREDBIN=$(SOLARBINDIR) 58 59.IF "$(SOLAR_JAVA)"!="" 60JAVADEF=-DSOLAR_JAVA 61.IF "$(debug)"=="" 62JAVA_RUNTIME=javai.lib 63.ELSE 64JAVA_RUNTIME=javai_g.lib 65.ENDIF 66.ENDIF 67 68OOO_LIBRARY_PATH_VAR = PATH 69