Rev 227 | Rev 7299 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
# -*- mode: perl; tabs: 8; indent-width: 4; -*-################################################################################ Copyright (c) VIX TECHNOLOGY (AUST) LTD## File: PLATFORM/win32## Contents: WIN 32bit support (Visual C/C++)## Revision History:# 19/08/99 APY Created################################################################################Win32Init();sub Win32Init{Toolset( '*', 'vcwin32.pl' );PlatformDefines( 'win32.def' );}