Hi, I have successfully built MITK and my external application with NMake. NMake does not create "release" and "debug" subdirectories depending on the build type, but puts everything directly in the build folder. So, to run the application I had to modify the startMyApp-release.bat script.
Now I want to create an installer (firstly by "nmake install"), but it fails. The reason is same, the libraries are looked for in the "release" subdirectories. Does somebody know what to modify? Is it in the MITK sources or in the external project? Would it be possible to fix it to support NMake? The reason why I would prefer NMake to VS is that I want to create 32 and 64 bit installers. However, you cannot have 64 bit compilers and VS C++ Express at the same time. If you install only the MS Windows SDK, you have compilers for every platform. Then, if you install VS Express, it removes the 64 bit compilers. Both are free, so you have the free choice which one you want to have. Thank you! Best, Miklos ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
