See changelog 2001-12-25 14:40 UTC-0300
This commit is contained in:
@@ -59,7 +59,7 @@ PRG_SOURCES= \
|
||||
datetime.prg \
|
||||
numconv.prg \
|
||||
|
||||
LIBNAME=libct
|
||||
LIBNAME=ct
|
||||
|
||||
include $(TOP)$(ROOT)config/lib.cf
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ if "%1" == "CLEAN" goto CLEAN
|
||||
|
||||
:BUILD_OK
|
||||
|
||||
copy ..\..\lib\b32\gt.lib ..\..\lib\*.* > nul
|
||||
copy ..\..\lib\b32\libgt.lib ..\..\lib\*.* > nul
|
||||
goto EXIT
|
||||
|
||||
:BUILD_ERR
|
||||
|
||||
@@ -10,7 +10,7 @@ rem
|
||||
|
||||
:BUILD_OK
|
||||
|
||||
copy ..\..\lib\vc\gt.lib ..\..\lib\*.* >nul
|
||||
copy ..\..\lib\vc\libgt.lib ..\..\lib\*.* >nul
|
||||
goto EXIT
|
||||
|
||||
:BUILD_ERR
|
||||
|
||||
@@ -77,7 +77,7 @@ LDFLAGS = $(LDFLAGS)
|
||||
# Macros to access our library names
|
||||
#
|
||||
|
||||
TOOLS_LIB = $(LIB_DIR)\gt.lib
|
||||
TOOLS_LIB = $(LIB_DIR)\libgt.lib
|
||||
|
||||
HARBOUR_EXE = $(BIN_DIR)\harbour.exe
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@ LDFLAGS = $(LDFLAGS)
|
||||
# Macros to access our library names
|
||||
#
|
||||
|
||||
TOOLS_LIB = $(LIB_DIR)\gt.lib
|
||||
TOOLS_LIB = $(LIB_DIR)\libgt.lib
|
||||
|
||||
HARBOUR_EXE = $(BIN_DIR)\harbour.exe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user