This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Build Jar configuration file for building fmx.jar
- Loading branch information
1 parent
34b4e62
commit 0d88f4c
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"includedJars":[ | ||
"C:\\Program Files (x86)\\Embarcadero\\Studio\\20.0\\lib\\android\\debug\\android-support-v4.jar", | ||
"C:\\Program Files (x86)\\Embarcadero\\Studio\\20.0\\lib\\android\\debug\\cloud-messaging.jar", | ||
"C:\\Program Files (x86)\\Embarcadero\\Studio\\20.0\\lib\\android\\debug\\google-play-services-base-7.0.0.jar", | ||
"C:\\Program Files (x86)\\Embarcadero\\Studio\\20.0\\lib\\android\\debug\\google-play-services-ads-7.0.0.jar", | ||
"C:\\Program Files (x86)\\Embarcadero\\Studio\\20.0\\lib\\android\\debug\\google-play-services-maps-7.0.0.jar" | ||
], | ||
"javaFiles":[ | ||
"C:\\Program Files (x86)\\Embarcadero\\Studio\\20.0\\source\\rtl\\androiddex\\java\\fmx\\src\\com\\*.java", | ||
"C:\\Program Files (x86)\\Embarcadero\\Studio\\20.0\\source\\rtl\\androiddex\\java\\fmx\\src\\android\\bluetooth\\*.java", | ||
"C:\\Program Files (x86)\\Embarcadero\\Studio\\20.0\\source\\rtl\\androiddex\\java\\fmx\\src\\android\\telephony\\*.java" | ||
], | ||
"outputFile":"S:\\ThirdParty\\Embarcadero\\Lib\\Android\\fmx.jar", | ||
"sourceVersion":"1.7", | ||
"targetVersion":"1.7" | ||
} |