15 Set 2019 15:01
# hrb paths
incpaths=..\include
# hmg paths
incpaths=..\..\include
{!xhb}libpaths=..\..\lib
{xhb}libpaths=..\..\xLib
# app resources
incpaths=${hb_curdir}
sources=${hb_curdir}*.rc
# hmg resources
sources=..\..\resources\minigui.res
# hbprint resources
sources=..\..\resources\hbprinter.res
# miniprint resources
sources=..\..\resources\miniprint.res
# win98 unicode support
# libs=unicows
# core
libs=minigui hbprinter miniprint
# core additional binary
libs=dll cputype propgrid propsheet tsbrowse winreport
{xhb}libs=calldll
# winxp MS Agent support (obsolete)
# libs=TMsAgent
# Harbour needed contribs
libs=hbct hbtip hbwin hbvpdf xhb
# Harbour additional contribs
libs=hbmisc hbziparc hbmzip minizip hbmemio hbxml
# system
libs=vfw32 msvfw32
15 Set 2019 15:58
{xhb}libs=calldll
# hmg resources
sources=..\..\resources\minigui.res
# hbprint resources
sources=..\..\resources\hbprinter.res
# miniprint resources
sources=..\..\resources\miniprint.res
15 Set 2019 16:15
d:\github\allgui\hmge\samples\applications\super>hbmk2 super
hbmk2: Processando opções do ambiente: -comp=mingw
hbmk2: Processando arquivo de configuração: d:\harbour\bin\hbmk.hbc
Harbour 3.4.0dev (0e13c7c08d) (2019-09-09 14:45)
Copyright (c) 1999-2019, https://github.com/JoseQuintas/harbour-core/
Compiling 'superchef.PRG'...
superchef.PRG:9: error F0029 Can't open #include file 'minigui.ch'
hbmk2 [super]: Error: Running Harbour compiler (built-in). 1
(d:\harbour\bin\harbour.exe) -n2 superchef.PRG backup.prg bancos.prg caixa.prg categoria_produtos.prg clientes.prg compras.prg cpag.prg crec.prg empresa.prg entregas.prg formas_pagamento.prg formas_recebimento.prg fornecedores.prg funcoes.PRG grupo_fornecedores.prg impostos.prg materia_prima.prg mesas.prg motoboys.prg movimento_bancario.prg operadores.prg produtos.prg promocao.prg reajuste.prg rel_cpag_forn.prg rel_crec_cli.prg rel_estoque_minimo.prg rel_fechamento_dia.prg rel_garcon.prg rel_motoboy.prg rel_mov_banco.prg rel_mov_caixa.prg rel_mov_cpag.prg rel_mov_crec.prg rel_pizza_001.prg rel_posicao_estoque.prg rel_posicao_mprima.prg rel_produto_001.prg subcategoria_produtos.prg atendentes.prg unidades_medida.prg venda_balcao.prg venda_delivery.prg venda_mesas.prg -m -n -w3 -es2 -ge1 -DHBMK_HAS_HBMK=1 -oC:\Users\jmcqu\AppData\Local\Temp\hbmk_ujreza.dir\ -id:\harbour\include -undef:.ARCH. -D__PLATFORM__WINDOWS -D__LITTLE_ENDIAN__ -D__ARCH32BIT__
15 Set 2019 16:22
incpaths=${hb_curdir}
libpaths=
libs=hbziparc hbmzip minizip unicows
d:\github\allgui\hmge\samples\applications\super>hbmk2 super.hbp
hbmk2: Processando opções do ambiente: -comp=mingw
hbmk2: Processando arquivo de configuração: d:\harbour\bin\hbmk.hbc
Harbour 3.4.0dev (0e13c7c08d) (2019-09-09 14:45)
Copyright (c) 1999-2019, https://github.com/JoseQuintas/harbour-core/
Compiling 'superchef.PRG'...
2000
superchef.PRG:2021: warning W0032 Variable 'X_NOME' is assigned but not used in function '1960:ALTERA_TAMANHO'
superchef.PRG:2021: warning W0032 Variable 'X_PEDACO' is assigned but not used in function '1961:ALTERA_TAMANHO'
2400
superchef.PRG:2436: warning W0032 Variable 'X_TIPO' is assigned but not used in function '2339:CONFIGURAR_VENDA'
2500
superchef.PRG:2583: warning W0032 Variable 'X_NOME' is assigned but not used in function '2522:ALTERA_BORDA'
superchef.PRG:2583: warning W0032 Variable 'X_PRECO' is assigned but not used in function '2523:ALTERA_BORDA'
No code generated.
15 Set 2019 16:29
Compiling 'venda_balcao.prg'...
Lines 24997, Functions/Procedures 28
Generating C source output to 'C:\Users\jmcqu\AppData\Local\Temp\hbmk_3o3jea.dir\venda_balcao.c'... Done.
Compiling 'venda_delivery.prg'...
4000
venda_delivery.prg:11: error F0029 Can't open #include file 'hbcompat.ch'
hbmk2 [super]: Error: Running Harbour compiler (built-in). 1
15 Set 2019 20:18
#{hbexe}sources=resource/hbprinter.rc
#{hbexe}sources=resource/miniprint.rc
{hbexe}sources=resource/minigui.rc
-osuper
hmge.hbc
xhb.hbc
-w0
-es0
-inc
mt=yes
gui=yes
strip=yes
{hbexe}compr=yes
libpaths=d:/cdrom/fontes/integra/sefazclass
libpaths=d:/github/allgui/hmge
{mingw}CFLAGS=-Wno-implicit-fallthrough -Wno-cast-function-type -Wno-misleading-indentation
PRGFLAGS=-m -n -w3 -es2 -ge1
15 Set 2019 21:37