53 | | A new module will be created - org.sophie2.native. This module will contain the Java part, all commands and responses. In later revision they will be separated. Also there will be a distrib folder in this module where all native application builds will reside. By all I mean that every native application should be build on every platform we support - Windows 32/64 bit, Linux (whatever this means) 32/64 bit, Mac OS 32/64 bit (is there such separation in the Apple world?) |
| 53 | A new module will be created - org.sophie2.native. This module will contain the Java part, all commands and responses. In later revision they will be separated. Also there will be a distrib folder in this module where all native application builds will reside. By all I mean that every native application should be build on every platform we support - Windows 32/64 bit, Linux (whatever this means) 32/64 bit, Mac OS 32/64 bit (is there such separation in the Apple world?). Later these executable files can be copied under resources/distrib for the release. |
| 54 | |
| 55 | The C++ code will be in the same module in the folder native in the same level as the src directory. |