2
0
Эх сурвалжийг харах

Merge pull request #7 from BlackBoxCenter/issue-#19

Refs: #19.
jtempl 10 жил өмнө
parent
commit
9ba7ce64d7

BIN
Dev/Mod/Analyzer.odc


BIN
Dev/Mod/Browser.odc


BIN
Dev/Mod/CPM.odc


BIN
Dev/Mod/CPP.odc


BIN
Dev/Mod/CPS.odc


BIN
Dev/Mod/CPT.odc


BIN
Dev/Mod/ComDebug.odc


BIN
Dev/Mod/Commanders.odc


BIN
Dev/Mod/Compiler.odc


BIN
Dev/Mod/Debug.odc


BIN
Dev/Mod/Dependencies.odc


BIN
Dev/Mod/HeapSpy.odc


BIN
Dev/Mod/Linker.odc


BIN
Dev/Mod/MsgSpy.odc


BIN
Dev/Mod/Packer.odc


BIN
Dev/Mod/Profiler.odc


BIN
Dev/Mod/RBrowser.odc


BIN
Dev/Mod/References.odc


BIN
Dev/Mod/SubTool.odc


BIN
Docu/CP-Lang.odc


BIN
Host/Mod/Files.odc


BIN
Host/Mod/Menus.odc


BIN
Host/Mod/PackedFiles.odc


+ 22 - 1
README.txt

@@ -11,7 +11,28 @@ on the scripting engine introduced in subsystem Script, which is
 not part of the generated BlackBox distribution.
 
 
-For compiling and linking the BlackBox Component Builder:
+For compiling and linking the BlackBox Component Builder from sources:
+
+  1. Download last version of the compiler:
+
+    http://blackboxframework.org/makeapp/bbscript.exe
+
+  2. Prepare 'Win/Rsrc/BlackBox.res' file
+    
+    Open and put version information to 'Win/Rsrc/BlackBox.rc'
+
+    Compile this file:
+
+    - Example for Windows:
+        1) Download and install MinGW: http://www.mingw.org/
+        2) C:\MinGW\bin>windres.exe -i C:\bbcb\Win\Rsrc\BlackBox.rc -o C:\bbcb\Win\Rsrc\BlackBox.res
+
+    - Example for Linux Ubuntu:    
+        1) sudo apt-get install wingw32
+        2) Go to the directory with sources
+        3) /usr/bin/i586-mingw32msvc-windres -i BlackBox.rc -o BlackBox.res
+    
+  3. Run compiler:
 
     bbscript.exe /PAR Dev/Docu/Build-Tool.odc
 

BIN
Script/Mod/DevCPM.odc


BIN
Sql/Mod/DB.odc


BIN
Std/Mod/Api.odc


BIN
Std/Mod/Cmds.odc


BIN
Std/Mod/Debug.odc


BIN
Std/Mod/Interpreter.odc


BIN
Std/Mod/Loader.odc


BIN
System/Docu/Strings.odc


BIN
System/Mod/Controls.odc


BIN
System/Mod/Kernel.odc


BIN
System/Mod/Meta.odc


BIN
System/Mod/Services.odc


BIN
System/Mod/Stores.odc


BIN
System/Mod/Strings.odc


BIN
Text/Mod/Mappers.odc