Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 127396
Collapse All | Expand All

(-)natives/macosx/Makefile (-2 / +4 lines)
Lines 1-5 Link Here
1
#**********************************************************************
1
#**********************************************************************
2
# Copyright (c) 2000, 2005 IBM Corporation and others.
2
# Copyright (c) 2000, 2006 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials 
3
# All rights reserved. This program and the accompanying materials 
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
Lines 11-18 Link Here
11
11
12
LIB_NAME = liblocalfile_1_0_0.jnilib
12
LIB_NAME = liblocalfile_1_0_0.jnilib
13
13
14
ARCHS = -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386
15
14
core:
16
core:
15
	cc -I /System/Library/Frameworks/JavaVM.framework/Headers localfile.c -o $(LIB_NAME) -bundle -framework JavaVM -framework CoreServices
17
	cc $(ARCHS) -I /System/Library/Frameworks/JavaVM.framework/Headers localfile.c -o $(LIB_NAME) -bundle -framework JavaVM -framework CoreServices
16
18
17
clean:
19
clean:
18
	rm *.o
20
	rm *.o

Return to bug 127396