Hola Gente
Utilizo UES 10.30 y para compilación/enlazado Borland
Alguien me podría indicar como generar la plantilla de configuración; para hacerlo con Visual Studio Community
muchas gracias!
@Echo off
@cls
@SET PATH=%PATH%;P:\TOOLS\HarbourVC\BIN
@SET INCLUDE=P:\TOOLS\HarbourVC\include;P:\TOOLS\FWH\include;P:\Projects\_ALL\tAds\Include;P:\Projects\_ALL\Own\IncOwn
@SET HB_INSTALL_PREFIX=P:\TOOLS\HarbourVc
@SET HB_LANG=PT_BR
@call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
@SET HB_USER_CFLAGS=-TC -GS- -GA -D__NODEBUG__ -D__HBDYNLOAD__RDDADS__ -D_WIN32
@SET HB_USER_LDFLAGS= /NODEFAULTLIB:msvcrt /MACHINE:X86 /nologo /subsystem:windows /DEBUG:NONE /INCREMENTAL:NO /ignore:4006 /MANIFEST:NO
@SET HB_COMPILER=msvc
P:\TOOLS\HarbourVC\bin\HBMK2.EXE Project.hbp %* -comp=msvc
-inc
-m
-n
-w1
-gc0
-q
-gui
-map
-icon=Project.ico
-manifest=WindowsXp.Manifest
#Output Executable
-oC:\PROJECT\SAMPLE\Project
-workdir=C:\TEMP
-run
########## PRGS
Project.prg
Module01.prg
Module02.prg
########## RESOURCES
Project.rc
Modules.rc
########## LIBS AND SOURCES
hbwin.hbc hbct.hbc xhb.hbc hbziparc.hbc hbmzip.hbc hbcomm.hbc
########## LIBS Visual C++
-lkernel32
-luser32
-lgdi32
-lwinspool
-lcomctl32
-lcomdlg32
-ladvapi32
-lshell32
-lole32
-loleaut32
-luuid
-lodbc32
-lodbccp32
-liphlpapi
-lmpr
-lversion
-lwsock32
-lmsimg32
-loledlg
-lpsapi
-lgdiplus
-lwinmm
-lvfw32
-lruntimeobject
-lws2_32
-lshlwapi
-lstrmiids
-lfiveh32
-lfivehc32
-lhbzebra
-lhbhpdf
-llibhpdf
-Lp:\fwh\lib
-lAce32
-lRddAds
-LP:\Projects\Own\RddAds
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 58 guests