makefile.mk (e3c01311) makefile.mk (4261d8dc)
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

--- 47 unchanged lines hidden (view full) ---

56
57.INCLUDE : target.mk
58
59.IF "$(GUI)"=="WNT"
60
61$(SLO)$/WindowsAccessBridgeAdapter.obj : $(SHL1HEADER)
62
63$(SHL1HEADER) :
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

--- 47 unchanged lines hidden (view full) ---

56
57.INCLUDE : target.mk
58
59.IF "$(GUI)"=="WNT"
60
61$(SLO)$/WindowsAccessBridgeAdapter.obj : $(SHL1HEADER)
62
63$(SHL1HEADER) :
64 javah -classpath $(OUT)$/class -o $(SHL1HEADER) org.openoffice.accessibility.WindowsAccessBridgeAdapter
64 javah -classpath "$(OUT)$/class;$(OUTDIR)$/bin/ridl.jar;$(OUTDIR)$/bin/unoil.jar;$(CLASSPATH)" -o $(SHL1HEADER) org.openoffice.accessibility.WindowsAccessBridgeAdapter
65
66.ENDIF # "$(GUI)"=="WNT"
65
66.ENDIF # "$(GUI)"=="WNT"