fpc fix examples folder, remove 2 old skins of mine
git-svn-id: svn://kolibrios.org@8244 a494cfbc-eb01-0410-851d-a64ba20cac60
@ -168,7 +168,7 @@ extra_files = {
|
||||
{"kolibrios/3D/TEXT_2.PNG", PROGS .. "/develop/libraries/TinyGL/asm_fork/examples/text_2.png"},
|
||||
{"kolibrios/develop/c--/", PROGS .. "/cmm/c--/*"},
|
||||
{"kolibrios/develop/fpc/", "common/develop/fpc/*"},
|
||||
{"kolibrios/develop/fpc/examples/", PROGS .. "/develop/fp/examples/*"},
|
||||
{"kolibrios/develop/fpc/examples/", PROGS .. "/develop/fp/examples/src/*"},
|
||||
{"kolibrios/develop/fpc/examples/build.sh", "common/develop/fpc/build.sh"},
|
||||
{"kolibrios/develop/lua/lua", "../contrib/other/lua-5.2.0/lua"},
|
||||
{"kolibrios/develop/lua/calc.lua", "../contrib/other/lua-5.2.0/calc.lua"},
|
||||
|
@ -1,2 +0,0 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
tup.rule("default.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "Blueberries.skn")
|
@ -1,4 +0,0 @@
|
||||
@fasm default.dtp.asm default.dtp
|
||||
@fasm default.asm default.skn
|
||||
@kpack default.skn
|
||||
@pause
|
Before Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 150 B |
@ -1,31 +0,0 @@
|
||||
include '../../skin.inc'
|
||||
|
||||
SKIN_PARAMS \
|
||||
height = bmp_center1.height,\ ; skin height
|
||||
margins = [6:5:58:3],\ ; margins [left:top:right:bottom]
|
||||
colors active = [binner=0x626262:\ ; border inner
|
||||
bouter=0x33383A:\ ; border outer
|
||||
bframe=0x626262],\ ; border middle
|
||||
colors inactive = [binner=0x626262:\ ; border inner
|
||||
bouter=0x33383A:\ ; border outer
|
||||
bframe=0x626262],\ ; border middle
|
||||
dtp = 'default.dtp' ; dtp colors
|
||||
|
||||
SKIN_BUTTONS \
|
||||
close = [-30:1][26:18],\ ; buttons coordinates
|
||||
minimize = [-57:1][26:18] ; [left:top][width:height]
|
||||
|
||||
SKIN_BITMAPS \
|
||||
left active = bmp_left1,\ ; skin bitmaps pointers
|
||||
left inactive = bmp_left2,\
|
||||
oper active = bmp_right1,\
|
||||
oper inactive = bmp_right2,\
|
||||
base active = bmp_center1,\
|
||||
base inactive = bmp_center2
|
||||
|
||||
BITMAP bmp_left1, 'left1.bmp' ; skin bitmaps
|
||||
BITMAP bmp_left2, 'left2.bmp'
|
||||
BITMAP bmp_right1, 'right1.bmp'
|
||||
BITMAP bmp_right2, 'right2.bmp'
|
||||
BITMAP bmp_center1,'center1.bmp'
|
||||
BITMAP bmp_center2,'center2.bmp'
|
@ -1,14 +0,0 @@
|
||||
struc system_colors
|
||||
{
|
||||
.unused1 dd 0x363535
|
||||
.unused2 dd 0xE7E5E5
|
||||
.work_3d_dark dd 0x505050
|
||||
.work_3d_light dd 0x828282
|
||||
.window_title dd 0xE3E3E3
|
||||
.work dd 0x626262
|
||||
.work_button dd 0x535353
|
||||
.work_button_text dd 0xCC9777
|
||||
.work_text dd 0xF5EEee
|
||||
.work_graph dd 0x404040
|
||||
}
|
||||
struct system_colors
|
Before Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 4.2 KiB |
@ -1,2 +0,0 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
tup.rule("default.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "Octo.skn")
|
@ -1,3 +0,0 @@
|
||||
fasm default.asm default.skn
|
||||
kpack default.skn
|
||||
pause
|
Before Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 138 B |
@ -1,31 +0,0 @@
|
||||
include '..\skin.inc'
|
||||
|
||||
SKIN_PARAMS \
|
||||
height = bmp_center1.height,\ ; skin height
|
||||
margins = [5:1:43:1],\ ; margins [left:top:right:bottom]
|
||||
colors active = [binner=0xE1E1E1:\ ; border inner color
|
||||
bouter=0x204962:\ ; border outer color
|
||||
bframe=0xE1E1E1],\ ; border frame color
|
||||
colors inactive = [binner=0xE1E1E1:\ ; border inner color
|
||||
bouter=0xA1A1A1:\ ; border outer color
|
||||
bframe=0xE1E1E1],\ ; border frame color
|
||||
dtp = 'default.dtp' ; dtp colors
|
||||
|
||||
SKIN_BUTTONS \
|
||||
close = [-20:3][14:14],\ ; buttons coordinates
|
||||
minimize = [-37:3][14:14] ; [left:top][width:height]
|
||||
|
||||
SKIN_BITMAPS \
|
||||
left active = bmp_left1,\ ; skin bitmaps pointers
|
||||
left inactive = bmp_left2,\
|
||||
oper active = bmp_right1,\
|
||||
oper inactive = bmp_right2,\
|
||||
base active = bmp_center1,\
|
||||
base inactive = bmp_center2
|
||||
|
||||
BITMAP bmp_left1, 'left1.bmp' ; skin bitmaps
|
||||
BITMAP bmp_left2, 'left2.bmp'
|
||||
BITMAP bmp_right1, 'right1.bmp'
|
||||
BITMAP bmp_right2, 'right2.bmp'
|
||||
BITMAP bmp_center1,'center1.bmp'
|
||||
BITMAP bmp_center2,'center2.bmp'
|
Before Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.3 KiB |
@ -9,7 +9,6 @@ skinlist = {
|
||||
"ConLenov/LucidCream/LucidCream.skn",
|
||||
"ConLenov/Win10/Win10.skn",
|
||||
"Leency/AreaSq/AreaSq.skn",
|
||||
"Leency/Blueberries/Blueberries.skn",
|
||||
"Leency/Florence/Florence.skn",
|
||||
"Leency/HydrogenOS/HydrogenOS.skn",
|
||||
"Leency/Latte/Latte.skn",
|
||||
@ -79,7 +78,6 @@ skinlist = {
|
||||
"_old/humanoid_OSX/humanoid_OSX_red/humanoid_OSX_red.skn",
|
||||
"_old/humanoid_OSX/humanoid_OSX_yellow/humanoid_OSX_yellow.skn",
|
||||
"_old/khrome2/khrome2.skn",
|
||||
"_old/Leency/Octo/Octo.skn",
|
||||
"_old/Leency/Sandwich/Sandwich.skn",
|
||||
"_old/lightskin/lightskin.skn",
|
||||
"_old/macos_l/macos_l.skn",
|
||||
|