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

File: [Pegasus] / pegasus / mak / Attic / config-windows.mak (download)
Revision: 1.10, Thu Apr 12 21:21:40 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.9: +1 -4 lines
Fixed compiler options

MAKE_TOOL = make

SYS_INCLUDES =

OS_TYPE = windows

DEPEND_INCLUDES =

DEFINES = -DWIN32

FLAGS = -DPEGASUS_OS_TYPE_WINDOWS -GX -W3 -Od -Zi -MDd

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

# A library called "xyz" in windows is of the form: xyz.lib

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