(file) Return to config-win32-iX86-msvc.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / Attic / config-win32-iX86-msvc.mak (download)
Revision: 1.1, Fri Apr 13 19:54:15 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
New configuration files to support porting effort

OS_TYPE = windows

SYS_INCLUDES =

DEPEND_INCLUDES =

DEFINES =

ifdef PEGASUS_DEBUG
  FLAGS = -GX -W3 -Od -Zi -MDd
else
  FLAGS = -GX -W3 -O2 -MD
endif

RM = mu rm

RMDIRHIER = mu rmdirhier

MKDIRHIER = mu mkdirhier

COPY = mu copy

CXX = cl -nologo

EXE_OUT = -Fe

LIB_OUT = -out:

OBJ = .obj

OBJ_OUT = -Fo

EXE = .exe

AR = LINK -nologo -dll

LIB_PREFIX =

LIB_SUFFIX = .lib

SHARED_LIB_SUFFIX = .dll

COPY = mu copy

TOUCH = mu touch

ECHO = mu echo

LEX = flex

YACC = bison

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2