Parcourir la source

README updated

Alexander Shiryaev il y a 12 ans
Parent
commit
414d917fce
1 fichiers modifiés avec 13 ajouts et 3 suppressions
  1. 13 3
      README

+ 13 - 3
README

@@ -16,14 +16,18 @@ How to build:
 Files:
 	original:
 		BlackBox:
-			Std/*
-			Text/*
-			Dev/Rsrc/Errors.odc
+			Dev/Mod/*
+				all except ElfLinker16
+			Dev/Rsrc/*
 			Docu/BB-License.odc
 			Docu/BB-Licensing-Policy.odc
 			Docu/BB-Open-Source-License.odc
+			Obx/*
+			Std/*
 			System/Mod/
 				all except Console
+			System/Rsrc/*
+			Text/*
 		OpenBUGS:
 			Dev/Mod/ElfLinker16.odc
 			Dev/Docu/ElfLinker.odc
@@ -47,6 +51,8 @@ Files:
 		Lin/Mod/Obsd.Libc.txt:
 			OpenBUGS Lin/Mod/Libc.odc:
 				OpenBSD-specific
+		Lin/Mod/Dates.odc:
+			HostDates, thanks to Trurl@oberoncore.ru
 		Lindev/Mod
 			CP*
 				BlackBox 1.6-rc6 Dev CP* modified to not depend on Dates, Texts etc.
@@ -59,6 +65,10 @@ Files:
 		libBB.so: compiled and linked OpenBSD shared library to run BlackBox
 		libBBInterp.so: compiled and linked OpenBSD shared library to run development interpreter
 
+		Views.odc: minimal Views implementation required for StdInterpreter
+		StdLog.odc: alternative StdLog implementation to not depend on GUI
+		HostFonts.odc, HostDialog.odc, HostWindows.odc: simple implementation
+
 Notes:
 	Lindev:
 		Lindev is temporary solution until TextModels ported?