C
cverbiest
Guest
I use following script in cygwin, POSSE should point to the directory containing the src directory DLC to the progress installation #!/bin/bash export POSSE=w:\\external\\possenet\\oe1151 export DLC=c:\\progress\\oe115x86 cd $POSSE src/adebuild/pbuild $* 2>&1 | tee mypbuild.log
Continue reading...
Continue reading...