Search found 26 matches: makefiles

Return to advanced search

Re: Face Detect for FWH64

Who wants to try it ? Quien quiere probarlo ? :-)

https://github.com/FiveTechSoft/drface

(c) Mr. Charles Kwon

makefiles based on hbmk2 developed by FiveTech
by Antonio Linares
Wed Dec 08, 2021 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Face Detect for FWH64
Replies: 14
Views: 2300

Re: Make para BCC10

... script (.bat file): REM Make sure cmake.exe, bcc32c.exe and borland make.exe are in the Path @echo off mkdir build cd build cmake -G"Borland Makefiles" -DCMAKE_CXX_COMPILER="bcc32c.exe" -DCMAKE_C_COMPILER="bcc32c.exe" -DCMAKE_VERBOSE_MAKEFILE=1 .. make cd .. echo ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1121

Building Harbour 3.4 for BCC outside MSYS

... and they are of 3rd party files 7. To clean the build, issue: make_bc clean for 32-bit, or make_bc64 clean for 64-bit Have fun! ps: I just added makefiles for: MSVC, GCC, and MSVC-CLANG
by andijahja
Sat Nov 25, 2017 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17206

Re: Borland Make Utility Issues

... it working. So there was something else that was preventing it from working. Now, before I forget everything, I am going to make lots of notes on makefiles in my personal help file, so I don't ever have to go through this again. And so you don't have to answer my questions about it either! Best ...
by James Bott
Thu Apr 20, 2017 11:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland Make Utility Issues
Replies: 40
Views: 4246

Re: Fwh used for Prestashop shopcard (SOLVED)

Marc,

There are many makefiles examples in these forums

Search here for makefile
by Antonio Linares
Fri Dec 16, 2016 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh used for Prestashop shopcard (SOLVED)
Replies: 9
Views: 2012

Re: New FWH 16.06

FWH makefiles only build FWH for a certain Visual Studio version, and we are currently using VS 2015.

When will you migrate to 2015 ? :-)
by Antonio Linares
Sun Aug 07, 2016 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.06
Replies: 33
Views: 6191

C++Compiler - FREE TOOL

... script (.bat file): REM Make sure cmake.exe, bcc32c.exe and borland make.exe are in the Path @echo off mkdir build cd build cmake -G"Borland Makefiles" -DCMAKE_CXX_COMPILER="bcc32c.exe" -DCMAKE_C_COMPILER="bcc32c.exe" -DCMAKE_VERBOSE_MAKEFILE=1 .. make cd .. echo ...
by carlos vargas
Fri Jul 22, 2016 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: C++Compiler - FREE TOOL
Replies: 18
Views: 8582

Re: Inestabilidad de la Aplicacion

... para construir el EXE afecta en las librerías enlazadas y en el orden de ellas. Precisamente es por eso que yo prefiero y recomiendo usar ficheros makefiles porque asi sabemos con exactitud que flags y que librerías se estan enlazando y en que orden. Es decir, tener control completo de como se ...
by Antonio Linares
Wed Aug 27, 2014 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inestabilidad de la Aplicacion
Replies: 19
Views: 3789

Muy optimizado makefile para Microsoft

Hace ya algún tiempo aprendí como usar "listas" de nombres de ficheros y a hacer reemplazos en esas listas (lo he usado en makefiles de Borland). Asi que intenté el mismo concepto en un makefile de Microsoft y finalmente he sido capaz de implementar el mismo concepto. Lo bonito ...
by Antonio Linares
Wed Jul 30, 2014 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Muy optimizado makefile para Microsoft
Replies: 3
Views: 1014

Re: Harbour 3.4 (from Viktor) 2014-29-06

... how). Also include your full command-line in your report. It's good idea to first remove all manual references to Harbour core components from makefiles and custom environment. F.e. it's commom mistake to add C compiler header and/or lib dirs, Harbour core header and/or lib dirs, built-in constants ...
by Antonio Linares
Sat Jul 05, 2014 2:21 pm
 
Forum: WhatsNew / Novedades
Topic: Harbour 3.4 (from Viktor) 2014-29-06
Replies: 4
Views: 3313

Re: Relinking errorsysw.prg

I do my builds with xBuild ( xHarbour.com ) and UE Studio ( Harbour ). In both cases the makefiles are automatic. All of my work is in one place. I use this folder structure C: \Projects \ Proj01 \Source \Release \ Proj02 \Source \Release \Libs \Special I actually have ...
by TimStone
Thu Oct 31, 2013 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Relinking errorsysw.prg
Replies: 12
Views: 3171

Re: How do I compile with BuildX this ?

Gustavo,

In FWH\makes folder there are makefiles examples for Borland and Microsoft.

Just edit them to use the same xHarbour libs as buildx.bat
by Antonio Linares
Wed Jul 17, 2013 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I compile with BuildX this ?
Replies: 4
Views: 898

New FTDN December/Diciembre 2011 (FWH 11.12)

... * Fix: Class TWindow Method Gradient() was not properly destroying the previous brush. Now it is ok. * New: makefiles already availables for samples\FiveGen\* and FWH\Visual\* * New: Started the implementation of Class TWindow Method SaveToRC() and also for ...
by Antonio Linares
Thu Dec 29, 2011 9:56 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2011 (FWH 11.12)
Replies: 0
Views: 1417

Re: Truco: Ficheros make, sustitución doble en macros

Hola Antonio, Estoy intentando usar este ejemplo para construir nuevos makefiles para mis programas y me encuentro con un problema. Mi makefile comienza igual: #Fivetech Borland make, (c) FiveTech Software 2005-2011HBDIR=c:\harbourBCDIR=c:\bcc582FWDIR=c:\fwh#change ...
by José Luis Sánchez
Wed Nov 30, 2011 6:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Truco: Ficheros make, sustitución doble en macros
Replies: 3
Views: 1071

Re: New FWH 11.11

We have published a revised FWH 11.11 version It includes the working makefiles for the VisualFW (32 and 64 bits) and also the makefile for samples\FiveGen\* It solves a bug with the recent new GRADIENT clause that was not properly releasing the previously ...
by Antonio Linares
Mon Nov 28, 2011 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.11
Replies: 66
Views: 14964
Next

Return to advanced search