mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
117fe87cd9
Previously AC built onm Windows or not Windows (assumed to be Mac). It appears there was a means to build using gcj, but this is not necessary, does not work anymore as configured, and isn't what we want anyway. Here's a first pass at improving that situation. It's a bit ugly at present because it requires a lot of markup to do something that should be simple. Still, I'd rather do this in steps.
16 lines
640 B
Properties
16 lines
640 B
Properties
#
|
|
# ACBuild-default.properties
|
|
#
|
|
# Create a copy of this file in the same build directory and name it
|
|
# ACBuild.properties. That will allow you to change locations of
|
|
# support files for local builds.
|
|
#
|
|
swtJarPathWin=C:/Program Files/Eclipse 2.1.x/plugins/org.eclipse.swt.win32_2.1.3/ws/win32/swt.jar
|
|
swtJarPathMac=/Users/Shared/eclipse/plugins/org.eclipse.swt.carbon.macosx_3.3.3.v3349.jar
|
|
swtJarPathUnix=/usr/share/java/swt.jar
|
|
junitPathWin=C:/Java/lib/junit3.8.1/junit.jar
|
|
junitPathMac=/Users/Shared/eclipse/plugins/org.junit_3.8.2.v200706111738/junit.jar
|
|
junitPathUnix=/usr/share/java/junit.jar
|
|
keyconf=${user.home}/.secret
|
|
alias=name
|