Merge pull request #17 from BotondBaranyi/master
[deliverable/titan.core.git] / makefiles / Makefile.personal.cygwin15
1 ###############################################################################
2 # Copyright (c) 2000-2015 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 # Default should be 3.0.4
9 # 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)
10 GCCVER := 4.4
11 GCCLOC = /mnt/TTCN/Tools/gcc-$(GCCVER)-cygwin
12
13 #CC := $(GCCLOC)/bin/gcc -pipe
14 #CXX := $(GCCLOC)/bin/g++ -pipe
15
16 # safe
17 CC := gcc-3
18 CXX:= g++-3
19
20 #COMPILERFLAGS := -Wall
21 # 'Hardcore' settings
22 # Unlikely to work for GCC below 4.x
23 #COMPILERFLAGS += -pedantic -W -Wformat=2 -Wno-unused-parameter -Werror
24
25 JDKDIR := /mnt/TTCN/Tools/jdk1.6.0_10
26
27 XMLDIR := /mnt/TTCN/Tools/libxml2-2.7.1-debug
28
29 AR := ar
This page took 0.031747 seconds and 5 git commands to generate.