Updated documentation. Moved built files to bin directory, and removed the utils directory.

This commit is contained in:
skarg
2008-03-11 15:43:20 +00:00
parent d373f3cc07
commit c8eb5cb012
16 changed files with 94 additions and 75 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ all : $(BACNET_LIB) $(BCC_CFG) $(OBJS) $(PRODUCT_EXE)
del $(BCC_CFG)
install: $(PRODUCT_EXE)
copy $(PRODUCT_EXE) ..\..\utils\$(PRODUCT_EXE)
copy $(PRODUCT_EXE) ..\..\bin\$(PRODUCT_EXE)
# Linker specific: the link below is for BCC linker/compiler. If you link
# with a different linker - please change accordingly.