Hi Scuri, I'm compiling IM, CD and IUP in Windows env. I have found issues with tecmakewin.mak
1) the files .wdep in IM and CD, are created with size of 5 and content "" or are not being created. solution: copy content file im.wdep with size of 1 byte to replace im_process.wdep, for example.So, compilation goes. 2) Directories in IM, CD and IUP are no being created. Wrong cmd and path: mkdir -p ../obj/im_process, for example solution create manually: mkdir obj\im_process 3) With IUP Stop compilation with file iupcd.wdep error. File with size 1 byte, same content as im.wdep, compilation stop! Can you guide me, to resolve? I'm not an expert in makefiles. Best, Ranier Vilela ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Iup-users mailing list Iup-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/iup-users