-
Notifications
You must be signed in to change notification settings - Fork 0
Command line
Anton Zherdev edited this page May 30, 2014
·
1 revision
ObjD is a program generated files in other languages from Objective-D sources. Objective-D sources must be in the current directory. The parameters:
- --obj-c path - generate Objective-C in the path
- --java path - generate Java in the path
- --java-test path - generate Java tests in the path
- --include path1[;path2 ...] - include other Objective-D sources, for example, the core library.
ObjD --include ../../ObjDLib/src --java ../gen --java-test ../gen-test
ObjD --include ../../ObjDLib/Sources --obj-c ../Generated