代码搜索:Watcom
找到约 10,000 项符合「Watcom」的源代码
代码结果 10,000
www.eeworm.com/read/100126/15883482
bat make.bat
REM for Borland C/C++
bcc -ml -v -d -O1 cl386.c
REM for Watcom C/C++
rem wcl -ml -y -ox cl386.c
www.eeworm.com/read/383163/8966195
wat makefile.wat
#
# Wmake file - For Watcom's wmake
# Use 'wmake -f Makefile.wat'
.BEFORE
@set INCLUDE=.;$(%watcom)\H;$(%watcom)\H\NT
@set LIB=.;$(%watcom)\LIB386
cc = wcc386
cflags = -zq
lflags = O
www.eeworm.com/read/383163/8966244
wat makefile.wat
#
# Wmake File - for Watcom's wmake
# Use 'wmake -f Makefile.wat'
.BEFORE
@set INCLUDE=.;$(%watcom)\H;$(%watcom)\H\NT
@set LIB=.;$(%watcom)\LIB386
cc = wcc386
cflags = -zq
lflags = O
www.eeworm.com/read/358640/10183107
bat wat11copts.bat
@echo off
rem WAT11COPTS.BAT
rem
rem Compile and link options used for building MEX-files with
rem the WATCOM C compiler version 11.0
rem
rem $Revision: 1.23 $ $Date: 2000/08/26 05:29
www.eeworm.com/read/358640/10183110
bat watcopts.bat
@echo off
rem WATCOPTS.BAT
rem
rem Compile and link options used for building MEX-files with
rem the WATCOM C compiler
rem
rem $Revision: 1.17 $ $Date: 2000/08/26 05:29:18 $
rem
rem
www.eeworm.com/read/358640/10183136
bat wat11engmatopts.bat
@echo off
rem WAT11ENGMATOPTS.BAT
rem
rem Compile and link options used for building MAT and engine standalone files
rem
rem $Revision: 1.14 $ $Date: 2000/04/17 18:48:54 $
rem
rem ******
www.eeworm.com/read/358640/10183144
bat watengmatopts.bat
@echo off
rem WATENGMATOPTS.BAT
rem
rem Compile and link options used for building MAT and engine standalone files
rem
rem $Revision: 1.13 $ $Date: 2000/04/17 18:48:55 $
rem
rem ********
www.eeworm.com/read/421666/10714518
config_owc
/* GLPK configuration file (Open Watcom C/C++ 1.6) */
#if 0
#define __WOE__ 1
#endif
/* eof */
www.eeworm.com/read/196535/8076960
mk flashupdate.mk
project : mvFlshUp.com .SYMBOLIC
!define BLANK ""
mvflash.obj : mvflash.c .AUTODEPEND
*wcc mvflash.c -i=C:\watcom\h -i=..\..\..\CoreDriver -w4 -e25 -zq -od -d2 -bt=dos -ms -DLE -3
mvupdateflash