This commit is contained in:
Andi Jahja
2001-12-08 23:18:38 +00:00
parent d3524864c8
commit f6b64b2bfe
4 changed files with 27 additions and 21 deletions

View File

@@ -1,3 +1,20 @@
2001-12-08 06:15 GMT+0700 Andi Jahja <harbour@cbn.net.id>
* makefile.bc
- removed borinit.obj dependency
- removed symbols.obj dependency
- removed borsym.obj dependency
- remed startup.obj
Notes: Have made quite a number of tests and it seems that these
modules are not needed.
* makefile.vc
- removed symbols.obj dependency
Notes: Have made quite a number of tests and it seems that this
module is not needed.
* contrib/libct/files.c
! dir.h not used when _MSC_VER ( MsVC has no dir.h )
2001-12-08 16:20 GMT-3 Luiz Rafael Culik <culik@sl.conex.net>
* source/rtl/checkbox.prg
* fixed an smallbug on isdefcolor() function

View File

@@ -54,7 +54,7 @@
#define HB_OS_WIN_32_USED
#include <hbapi.h>
#if defined(HB_OS_DOS)
#if defined(HB_OS_DOS)
static struct ffblk fsOldFiles;
#endif
#if defined(HB_OS_OS2) && defined(__GNUC__)
@@ -70,8 +70,8 @@ static struct ffblk fsOldFiles;
#elif defined(HB_OS_DOS)
#if defined(__DJGPP__) || defined(__RSX32__)
#include <sys/param.h>
#if defined(__DJGPP__) || defined(__RSX32__)
#include <sys/param.h>
#endif
#include "hb_io.h"
#include "dos.h"
@@ -94,7 +94,9 @@ static HANDLE hLastFind;
static WIN32_FIND_DATA Lastff32;
LPTSTR GetDate(FILETIME *rTime);
LPTSTR GetTime(FILETIME *rTime);
#include <dir.h>
#if !defined(_MSC_VER)
#include <dir.h>
#endif
#endif
#if !defined(FA_ARCH)

View File

@@ -541,16 +541,12 @@ VM_LIB_OBJS = \
$(OBJ_DIR)\pvalue.obj \
$(OBJ_DIR)\runner.obj \
\
$(OBJ_DIR)\borinit.obj \
$(OBJ_DIR)\borsym.obj \
$(OBJ_DIR)\symbols.obj \
\
$(OBJ_DIR)\harbinit.obj
!if ! $d(BCC_NOSTARTUP)
VM_LIB_OBJS = $(VM_LIB_OBJS) \
$(OBJ_DIR)\startup.obj
!endif
#!if ! $d(BCC_NOSTARTUP)
#VM_LIB_OBJS = $(VM_LIB_OBJS) \
# $(OBJ_DIR)\startup.obj
#!endif
#
# GTCGI.LIB rules

View File

@@ -655,17 +655,8 @@ VM_LIB_OBJS = \
$(OBJ_DIR)\pvalue.obj \
$(OBJ_DIR)\runner.obj \
\
\
\
$(OBJ_DIR)\symbols.obj \
\
$(OBJ_DIR)\harbinit.obj
#
# GTCGI.LIB rules
#