######################################################################
##
## This makefile compiles CorbaScript for
##   - OS:  Windows 95/98/NT/2000
##   - C++: Visual C++ 6.0
##   - ORB: VisiBroker 4.5
##
##  Update the following variables to your configuration.
##

# set the C++ compiler, here is Visual C++.
CXX = cl.exe

# set C++ compiler flags.
CXXFLAGS = /nologo /MD /DTHREAD -DWIN32 /GX /DSTRICT /DALIGNED /DCS_for_WinMSVC

# set the C++ linker.
LD = link.exe

LDFLAGS = /nologo /subsystem:console /incremental:no

# The tool to create new archives.
AR = lib.exe /nologo /out:

# The system dynamic libraries needed by your ORB.
# on Windows 95, need winsocket 32 library.
ORB_NEEDED_LIBRARIES = wsock32.lib kernel32.lib  

######################################################################
# don't modify ORB name.

ORB_NAME = VisiBroker4

######################################################################
##
## end of file 'config/platforms/VB4_WIN_MSVC'.
##
######################################################################
