: # BUILD_UPGRAID -- Shell script to build upgraid and upgmerge # # ********** Copyright 1990 by Vermont Creative Software ********** # CC_INCLUDE="-I. -I../../include" CC_FLAGS="-DNO_DEBUG_CODE" export CC_INCLUDE export CC_FLAGS BUILD_UPGLIB ../../_compile -v upgraid.c >> ../../build.log 2>&1 ../../_compile -v upgmerge.c >> ../../build.log 2>&1 LINK_UPGRAID ../../build.log ####### End of File #######