Merge "fixed compiler crash when passing an empty record as a function parameter...
[deliverable/titan.core.git] / makefiles / Makefile.personal.cygwin15
1 ##############################################################################
2 # Copyright (c) 2000-2016 Ericsson Telecom AB
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7 #
8 # Contributors:
9 # Baji, Laszlo
10 # Balasko, Jeno
11 # Ormandi, Matyas
12 # Pandi, Krisztian
13 #
14 ##############################################################################
15 # Default should be 3.0.4
16 # GCC versions on Cygwin: 2.95.3 3.0.4 3.4.4 4.0.2 4.1.2 4.2.3 4.3.1 4.3.2 4.4.0 4.4 (which is 4.4.1)
17 GCCVER := 4.4
18 GCCLOC = /mnt/TTCN/Tools/gcc-$(GCCVER)-cygwin
19
20 #CC := $(GCCLOC)/bin/gcc -pipe
21 #CXX := $(GCCLOC)/bin/g++ -pipe
22
23 # safe
24 CC := gcc-3
25 CXX:= g++-3
26
27 #COMPILERFLAGS := -Wall
28 # 'Hardcore' settings
29 # Unlikely to work for GCC below 4.x
30 #COMPILERFLAGS += -pedantic -W -Wformat=2 -Wno-unused-parameter -Werror
31
32 JDKDIR := /mnt/TTCN/Tools/jdk1.6.0_10
33
34 XMLDIR := /mnt/TTCN/Tools/libxml2-2.7.1-debug
35
36 AR := ar
This page took 0.03081 seconds and 5 git commands to generate.