*** empty log message ***

committer: mfx <mfx> 1048663373 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-03-26 07:22:53 +00:00
parent 728be1867f
commit 0c1d544e98
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ endif # bc
### ###
### win32 - Digital Mars C++ 8.32 ### win32 - Digital Mars C++ 8.33
### ###
ifeq ($(target),dm) ifeq ($(target),dm)
+1 -1
View File
@@ -8,7 +8,7 @@
# `make target=mingw32' # win32 - mingw32 # `make target=mingw32' # win32 - mingw32
# `make target=no-cygwin' # win32 - mingw32 as included in cygwin 1.3.x # `make target=no-cygwin' # win32 - mingw32 as included in cygwin 1.3.x
# `make target=bc' # win32 - Borland C++ 5.5.1 # `make target=bc' # win32 - Borland C++ 5.5.1
# `make target=dm' # win32 - Digital Mars C++ 8.32 # `make target=dm' # win32 - Digital Mars C++ 8.33
# `make target=ic' # win32 - Intel C++ 7.0 # `make target=ic' # win32 - Intel C++ 7.0
# `make target=vc' # win32 - Visual C++ 6 # `make target=vc' # win32 - Visual C++ 6
# `make target=wc' # win32 - Watcom C++ 11.0c # `make target=wc' # win32 - Watcom C++ 11.0c
+1 -2
View File
@@ -58,8 +58,7 @@
#if 1 && defined(__DJGPP__) #if 1 && defined(__DJGPP__)
# define USE_SCREEN # define USE_SCREEN
#endif #endif
#if 1 && (ACC_OS_CYGWIN || ACC_OS_WIN32 || ACC_OS_WIN64)
#if (1 && ACC_OS_WIN32)
# define USE_SCREEN # define USE_SCREEN
#endif #endif
+1 -1
View File
@@ -56,7 +56,7 @@ void init_options(struct options_t *o)
o->overlay = -1; o->overlay = -1;
o->console = CON_FILE; o->console = CON_FILE;
#if (ACC_OS_DOS32 || ACC_OS_WIN32) #if (ACC_OS_CYGWIN || ACC_OS_DOS32 || ACC_OS_WIN32 || ACC_OS_WIN64)
o->console = CON_INIT; o->console = CON_INIT;
#elif 1 && defined(__linux__) #elif 1 && defined(__linux__)
o->console = CON_INIT; o->console = CON_INIT;
+1 -1
View File
@@ -28,7 +28,7 @@
#include "conf.h" #include "conf.h"
#if defined(USE_SCREEN) && (ACC_OS_WIN32 || ACC_OS_WIN64) #if defined(USE_SCREEN) && (ACC_OS_CYGWIN || ACC_OS_WIN32 || ACC_OS_WIN64)
#include "screen.h" #include "screen.h"