代码搜索结果

找到约 10,000 项符合 W 的代码

vc60-w16.bat

@echo off REM Setup environment variables for Visual C++ 1.52c 16 bit edition if .%CHECKED%==.1 goto checked_build set LIB=%SCITECH_LIB%\LIB\RELEASE\WIN16\VC6;%VC_PATH%\LIB;. echo Release build enabl

bc50-w32.bat

@echo off REM Setup for compiling with Borland C++ 5.0 in 32 bit Windows mode. if .%CHECKED%==.1 goto checked_build SET LIB=%SCITECH_LIB%\LIB\RELEASE\WIN32\BC5;%BC5_PATH%\LIB;. echo Release build ena

bc45-w16.bat

@echo off REM Setup for compiling with Borland C++ 4.5 in 16 bit Windows mode. if .%CHECKED%==.1 goto checked_build SET LIB=%SCITECH_LIB%\LIB\RELEASE\WIN16\BC4;%BC4_PATH%\LIB;. echo Release build ena

vc60-w32.bat

@echo off REM Setup environment variables for Visual C++ 6.0 32 bit edition SET MSDevDir=%VC6_MSDevDir% SET MSVCDir=%VC6_MSVCDir% if .%CHECKED%==.1 goto checked_build set LIB=%SCITECH_LIB%\LIB\RELEA

bc50-w16.bat

@echo off REM Setup for compiling with Borland C++ 5.0 in 16 bit Windows mode. if .%CHECKED%==.1 goto checked_build SET LIB=%SCITECH_LIB%\LIB\RELEASE\WIN16\BC5;%BC5_PATH%\LIB;. echo Release build en

vc40-w32.bat

@echo off REM Setup environment variables for Visual C++ 4.2 32 bit edition if .%CHECKED%==.1 goto checked_build set LIB=%SCITECH_LIB%\LIB\RELEASE\WIN32\VC4;%VC4_PATH%\LIB;%TNT_PATH%\LIB;. echo Relea

w77c32.h

/*-------------------------------------------------------------------------- W77C32.H Header file for Winbond W77C32, W77C58, W77E58, W77CE58 Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil

w77c468.h

/*-------------------------------------------------------------------------- W77C468.H Header file for Winbond W77C468 Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc. All ri

w32_test_impl.cpp

// w32_test_impl.cpp,v 1.3 1999/11/15 21:56:50 schmidt Exp #include "w32_test_impl.h" W32_Test_Impl::~W32_Test_Impl (void) { } W32_Test_Impl::W32_Test_Impl (void) { blabla = 1; }

w32_test_impl.h

// w32_test_impl.h,v 1.2 1999/10/06 13:05:45 schmidt Exp #ifndef w32_test_impl_h #define w32_test_impl_h #include "w32_testS.h" class W32_Test_Impl : public POA_W32_Test_Interface { public