wnt.mk (7871dc3e) | wnt.mk (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 --- 25 unchanged lines hidden (view full) --- 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 | 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 --- 25 unchanged lines hidden (view full) --- 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 |
|
42# --- changes for W32-tcsh - should move into settings.mk --- 43JAVAC=javac 44JAVA=java 45JAVAI!:=java 46PATH_SEPERATOR*=: 47 48# --- general WNT settings --- 49 --- 19 unchanged lines hidden --- | 46# --- changes for W32-tcsh - should move into settings.mk --- 47JAVAC=javac 48JAVA=java 49JAVAI!:=java 50PATH_SEPERATOR*=: 51 52# --- general WNT settings --- 53 --- 19 unchanged lines hidden --- |