2009-02-13 12:09 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
+ contrib/examples/terminal/hbmk_b32.bat
+ contrib/examples/terminal/hbmk_b32_trm_appn.bat
+ contrib/examples/terminal/hbmk_vc.bat
+ contrib/examples/terminal/hbmk_vc_trm_appn.bat
+ Added build batches, one generic for client and server,
and one special for trm_appn.
; NOTE: Turn off Unicode when building these apps.
This commit is contained in:
@@ -8,6 +8,15 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-02-13 12:09 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
+ contrib/examples/terminal/hbmk_b32.bat
|
||||
+ contrib/examples/terminal/hbmk_b32_trm_appn.bat
|
||||
+ contrib/examples/terminal/hbmk_vc.bat
|
||||
+ contrib/examples/terminal/hbmk_vc_trm_appn.bat
|
||||
+ Added build batches, one generic for client and server,
|
||||
and one special for trm_appn.
|
||||
; NOTE: Turn off Unicode when building these apps.
|
||||
|
||||
2009-02-13 11:15 UTC+0100 Maurilio Longo (maurilio.longo@libero.it)
|
||||
* harbour/include/hbthread.h
|
||||
* harbour/source/vm/thread.c
|
||||
|
||||
16
harbour/contrib/examples/terminal/hbmk_b32.bat
Normal file
16
harbour/contrib/examples/terminal/hbmk_b32.bat
Normal file
@@ -0,0 +1,16 @@
|
||||
@echo off
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
if "%HB_BIN_INSTALL%" == "" set HB_BIN_INSTALL=..\..\..\bin
|
||||
if "%HB_LIB_INSTALL%" == "" set HB_LIB_INSTALL=..\..\..\lib
|
||||
if "%HB_INC_INSTALL%" == "" set HB_INC_INSTALL=..\..\..\include
|
||||
|
||||
set HB_ARCHITECTURE=win
|
||||
set HB_COMPILER=bcc32
|
||||
set HB_USER_LIBS=gtwvg.lib hbwin.lib xhb.lib
|
||||
set HB_GUI=yes
|
||||
set HB_MT=yes
|
||||
|
||||
call %HB_BIN_INSTALL%\hbmk.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
11
harbour/contrib/examples/terminal/hbmk_b32_trm_appn.bat
Normal file
11
harbour/contrib/examples/terminal/hbmk_b32_trm_appn.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
..\..\..\bin\harbour /n /i..\..\..\include\ trm_appn terminal
|
||||
|
||||
bcc32 -O2 -tW -I..\..\..\include -L..\..\..\lib trm_appn.c terminal.c hbdebug.lib hbvm.lib hbrtl.lib gtwin.lib hblang.lib hbrdd.lib hbmacro.lib hbpp.lib rddntx.lib rddcdx.lib rddfpt.lib hbsix.lib hbcommon.lib hbzlib.lib gtwvg.lib hbwin.lib xhb.lib
|
||||
|
||||
del *.obj
|
||||
del trm_appn.c terminal.c
|
||||
16
harbour/contrib/examples/terminal/hbmk_vc.bat
Normal file
16
harbour/contrib/examples/terminal/hbmk_vc.bat
Normal file
@@ -0,0 +1,16 @@
|
||||
@echo off
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
if "%HB_BIN_INSTALL%" == "" set HB_BIN_INSTALL=..\..\..\bin
|
||||
if "%HB_LIB_INSTALL%" == "" set HB_LIB_INSTALL=..\..\..\lib
|
||||
if "%HB_INC_INSTALL%" == "" set HB_INC_INSTALL=..\..\..\include
|
||||
|
||||
set HB_ARCHITECTURE=win
|
||||
set HB_COMPILER=msvc
|
||||
set HB_USER_LIBS=gtwvg.lib hbwin.lib comdlg32.lib comctl32.lib shell32.lib ole32.lib oleaut32.lib xhb.lib
|
||||
set HB_GUI=yes
|
||||
set HB_MT=yes
|
||||
|
||||
call %HB_BIN_INSTALL%\hbmk.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
13
harbour/contrib/examples/terminal/hbmk_vc_trm_appn.bat
Normal file
13
harbour/contrib/examples/terminal/hbmk_vc_trm_appn.bat
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
..\..\..\bin\harbour /n /i..\..\..\include\ trm_appn terminal
|
||||
|
||||
cl -nologo -O2 -W3 -I..\..\..\include trm_appn.c terminal.c /link /subsystem:windows /libpath:..\..\..\lib hbcpage.lib hbdebug.lib hbvm.lib hbrtl.lib gtwin.lib hblang.lib hbrdd.lib hbmacro.lib hbpp.lib rddntx.lib rddcdx.lib rddfpt.lib hbsix.lib hbcommon.lib hbpcre.lib hbzlib.lib user32.lib gdi32.lib hbzlib.lib gtwvg.lib hbwin.lib xhb.lib
|
||||
|
||||
del *.obj
|
||||
del trm_appn.c terminal.c
|
||||
|
||||
guestbk
|
||||
Reference in New Issue
Block a user