소스 검색

exeSize was fixed and binaries were updated

Ivan Denisov 9 년 전
부모
커밋
7b3db4aac6
4개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      BlackBox/_Linux_/Lin/Rsrc/blackbox.c
  2. BIN
      BlackBox/_Linux_/Lin/Rsrc/exe.img
  3. BIN
      BlackBox/_Linux_/blackboxc
  4. BIN
      BlackBox/_Linux_GUI/blackbox

+ 1 - 1
BlackBox/_Linux_/Lin/Rsrc/blackbox.c

@@ -16,7 +16,7 @@
 
 /* the exact size (in bytes) of the executable part of the file. */
 /* this constant needs to be updated everytime a change is made to this file */
-#define exeSize 17028
+#define exeSize 17008
 
 
 /* fixup types */

BIN
BlackBox/_Linux_/Lin/Rsrc/exe.img


BIN
BlackBox/_Linux_/blackboxc


BIN
BlackBox/_Linux_GUI/blackbox