Search found 18 matches: suffixes

Return to advanced search

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... # Make directives ############################################################ .autodepend .swap .suffixes: .prg .hrb # Flags for modules to include: YES | NO (must be UPPERCASE)################## RES_FILE = YES LNK_DBFNTX = YES LNK_DBFCDX = YES ...
by rterraz
Sat Sep 18, 2021 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5034

Makefile para FWH64

... Visual Studio 12.0\VC" SDKDIR="c:\Program Files (x86)\Windows Kits\8.1" RESDIR=d:\univ@c.64\recursos FUENTES=d:\univ@c.64\fuentes .SUFFIXES: .prg .c .obj .rc .res univac.exe : principal.obj personal.obj alumnos_1.obj alumnos_2.obj alumnos_3.obj alumnos_4.obj administracion.obj biblioteca.obj ...
by TOTOVIOTTI
Tue Nov 10, 2015 8:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64
Replies: 34
Views: 5007

Re: bug-FWH64(build64.bat)

Bart,

In your makefile check that you have these lines:

.SUFFIXES: .prg .c .obj .rc .res

...

IF EXIST app.res echo app.res >> msvc.tmp

...

app.res : app.rc
rc.exe -r -d__FLAT__ app.rc

Please check that if you call rc.exe, it is available
by Antonio Linares
Thu Feb 12, 2015 4:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug-FWH64(build64.bat)
Replies: 10
Views: 1708

Re: Creacion de EasyReport

... \ .\ermain.prg \ .\vrdbcode.prg \ .\vrditem.prg \ .\strings.prg \ <------- Esta es la linea 20 .\tcfoldex.prg C = \ .\cfunc.c \ .\setmask.c .SUFFIXES: .prg .c .obj .rc .res OBJ=$(PRG:.prg=.obj) OBJS=$(OBJ:.\=.\obj\) COBJ=$(C:.c=.obj) COBJS=$(COBJ:.\=.\obj\) CFILES=$(C:.\=.\source\) ereport.exe ...
by cnavarro
Sun Oct 05, 2014 10:56 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Creacion de EasyReport
Replies: 13
Views: 6687

Re: Compilar fivewin a 64 con harbour

... Visual Studio 12.0\VC SDKDIR=c:\Program Files\Microsoft SDKs\Windows\v7.0A SDKDIR=C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64 .SUFFIXES: .prg .c .obj .rc .res one.exe : one.obj two.obj three.obj one.res echo C:\fwh64\makes\vs2010_make\one.obj C:\fwh64\makes\vs2010_make\two.obj ...
by jbaezd
Mon May 26, 2014 3:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar fivewin a 64 con harbour
Replies: 4
Views: 2288

Fichero .mak VS2010

... test.mak de FWH y aparece de esta forma: #Microsoft make sample, (c) FiveTech Software 2005 HBDIR=c:\harb0531 VCDIR=c:\vc2010 FWDIR=c:\fwh1203 .SUFFIXES: .prg .c .obj .rc .res test.exe : test.obj one.obj test.res Si alguien tiene algún ejemplo.... Gracias
by cnavarro
Sat Feb 09, 2013 12:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fichero .mak VS2010
Replies: 2
Views: 328

Error Upgrade From FWH115 To FWH1110

... # Make directives ############################################################ .autodepend .swap .suffixes: .prg .hrb # .suffixes: .prg .obj # Flags for modules to include: YES | NO (must be UPPERCASE)################## RES_FILE = NO LNK_DBFNTX = ...
by acwoo1
Mon Nov 14, 2011 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Upgrade From FWH115 To FWH1110
Replies: 15
Views: 5271

Re: Upgrade Errror From FWH107 to FWH113

... # Make directives ############################################################ .autodepend .swap .suffixes: .prg .hrb # .suffixes: .prg .obj # Flags for modules to include: YES | NO (must be UPPERCASE)################## RES_FILE = NO LNK_DBFNTX = ...
by acwoo1
Sun Apr 10, 2011 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Errror From FWH107 to FWH113
Replies: 12
Views: 2850

nmake (susttituto de Rmake) para FWH64 bits

... de ejecución : c:\vc64\bin\nmake -fmake.mak #Microsoft make sample, (c) FiveTech Software 2005 HBDIR=c:\harbour64 VCDIR=c:\vc64 FWDIR=c:\fwh64 .SUFFIXES: .prg .c .obj .rc .res tutor02.exe : tutor02.obj one.obj tutor02.res echo tutor02.obj one.obj > msvc.tmp echo $(FWDIR)\lib\FiveH64.lib $(FWDIR)\lib\FiveHC64.lib ...
by jnavas
Thu Jan 21, 2010 8:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: nmake (susttituto de Rmake) para FWH64 bits
Replies: 0
Views: 432

Re: error upgrade from fwh7.11 to fwh9.10

... # Make directives ############################################################ .autodepend .swap .suffixes: .prg .hrb # .suffixes: .prg .obj # Flags for modules to include: YES | NO (must be UPPERCASE)################## RES_FILE = NO LNK_DBFNTX = ...
by acwoo1
Sat Nov 14, 2009 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 5463

Re: error upgrade from fwh7.11 to fwh9.10

... # Make directives ############################################################ .autodepend .swap .suffixes: .prg .hrb # Flags for modules to include: YES | NO (must be UPPERCASE)################## RES_FILE = NO LNK_DBFNTX = YES LNK_DBFCDX = NO LNK_DEBUG ...
by acwoo1
Wed Nov 11, 2009 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 5463

... -fMenu_gen.mak FILE MENU_GEN.MAK #Microsoft make sample for FWPPC, (c) FiveTech Software 2005 HBDIR=c:\harbour_ce VCDIR=c:\vce FWDIR=c:\fwppc .SUFFIXES: .prg .c .obj .rc .res Menu_gen.exe : Menu_gen.obj Gestmenu.obj Lavoro.obj Menu_gen.res echo Menu_gen.obj gestmenu.obj Lavoro.obj> msvc.tmp ...
by xfood
Sat Jul 19, 2008 10:43 am
 
Forum: FiveWin for Pocket PC
Topic: problematice on FWPPC help
Replies: 14
Views: 3102

Upgrade to FWH 711

... # Make directives ############################################################ .autodepend .swap .suffixes: .prg .hrb # .suffixes: .prg .obj # Flags for modules to include: YES | NO (must be UPPERCASE)################## RES_FILE = NO LNK_DBFNTX = ...
by acwoo
Sat Dec 01, 2007 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade to 7.11
Replies: 31
Views: 8881

... !endif !if !$d(BCDIR) !error BCDIR isn't defined !endif .path.obj = obj .path.res = obj .path.c = c .path.prg = prg BCC_OPT = -d $(CFLAGS) .SUFFIXES: .exe .obj .c FiveHX_LIB_OBJS = \ activex.prg \ alert.obj \ bar.obj \ bitmap.obj \ block.obj \ browse.obj \ brush.obj \ btnbmp.obj \ button.obj ...
by saviotti
Fri May 18, 2007 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 9872

Problems compiling after upgrading to latest FWH ver 2006

... set DEL=cmd /c del !if !$d(DEL) DEL = del !endif # Make directives ############################################################ .autodepend .swap .suffixes: .prg .hrb # Flags for modules to include: YES | NO (must be UPPERCASE)################## RES_FILE = YES LNK_DBFNTX = YES LNK_DBFFPT = YES ...
by PAUL SIMM
Tue May 15, 2007 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems compiling after upgrading to latest FWH ver 2006
Replies: 1
Views: 1415
Next

Return to advanced search