updates for msvc

This commit is contained in:
Paul Tucker
2000-05-29 07:27:31 +00:00
parent 879a134ee1
commit ef68bb6fc4
3 changed files with 17 additions and 23 deletions

View File

@@ -1,3 +1,16 @@
2000-05-29 03:25 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* contrib\libct\makefile.vc
* contrib\libgt\makefile.vc
* contrib\libmisc\makefile.vc
* contrib\libnf\makefile.vc
* contrib\rdd_ads\makefile.vc
* contrib\libct\make_vc.bat
* contrib\libgt\make_vc.bat
* contrib\libmisc\make_vc.bat
* contrib\libnf\make_vc.bat
* contrib\rdd_ads\make_vc.bat
* proper parameters are now 'clean' and 'all' (/a can still be used as all)
2000-05-29 08:29 UTC+0100 Victor Szakats <info@szelvesz.hu>
* source/rtl/xsavescr.c

View File

@@ -3,9 +3,6 @@ rem
rem $Id$
rem
if "%1" == "clean" goto CLEAN
if "%1" == "CLEAN" goto CLEAN
:BUILD
nmake /f makefile.vc %1 %2 %3 > make_vc.log
@@ -19,12 +16,6 @@ if "%1" == "CLEAN" goto CLEAN
:BUILD_ERR
notepad make_vc.log
goto EXIT
:CLEAN
call %0 /A %2 %3 %4
goto EXIT
:EXIT

View File

@@ -52,7 +52,7 @@ MK_FLAGS = $(MAKEFLAGS: =)
OBJ_DIR = ..\..\obj\vc
LIB_DIR = ..\..\lib\vc
BIN_DIR = ..\..\bin\vc
BIN_DIR = ..\..\bin
#
# Directory macros. These should never have to change.
@@ -126,14 +126,10 @@ TOOLS_LIB_OBJS = \
#
!if ( "$(MK_FLAGS)"=="A" )
all: zot \
all: \
$(TOOLS_LIB)
MK_FLAGS = $(MK_FLAGS:A=)
zot:
CLEAN:
-@if exist $(OBJ_DIR)\ctchksum.* del $(OBJ_DIR)\ctchksum.*
-@if exist $(OBJ_DIR)\ctchrevn.* del $(OBJ_DIR)\ctchrevn.*
-@if exist $(OBJ_DIR)\ctchrmix.* del $(OBJ_DIR)\ctchrmix.*
@@ -143,13 +139,7 @@ zot:
-@if exist $(OBJ_DIR)\ctposupp.* del $(OBJ_DIR)\ctposupp.*
-@if exist $(OBJ_DIR)\ctmisc.* del $(OBJ_DIR)\ctmisc.*
-@if exist $(OBJ_DIR)\cttoken.* del $(OBJ_DIR)\cttoken.*
!else
all: \
$(TOOLS_LIB)
!endif
-@if exist $(TOOLS_LIB) del $(TOOLS_LIB)
#
# Library dependencies and build rules