代码搜索:Watcom

找到约 10,000 项符合「Watcom」的源代码

代码结果 10,000
www.eeworm.com/read/109684/6172759

h local.h

/* * Copyright (C) 1996 Systemics Ltd (http://www.systemics.com/) * All rights reserved. * * This file allows watcom to compile java nt dlls. * This file is not required if you are compiling with
www.eeworm.com/read/131510/14142938

h system.h

/* --------------- system.h -------------- */ #ifndef SYSTEM_H #define SYSTEM_H #if MSC | WATCOM #include #else #include #endif #define swap(a,b){int x=a;a=b;b=x;} /* -
www.eeworm.com/read/123072/14649641

h ldev.h

#ifndef LDEV_H #define LDEV_H #include #include #include #include #include #pragma library("\watcom\myh\lsys.lib") #pragma library("\watcom\my
www.eeworm.com/read/375280/9365449

lnk hex.lnk

# HEX.EXE Linker directive file option quiet option map option statics option stack=65536 option stub=wstub debug all libpath %WATCOM%\lib386 libpath %WATCOM%\lib386\dos lib noemu387.lib
www.eeworm.com/read/299091/7889530

lnk hex.lnk

# HEX.EXE Linker directive file option quiet option map option statics option stack=65536 option stub=wstub debug all libpath %WATCOM%\lib386 libpath %WATCOM%\lib386\dos lib noemu387.lib
www.eeworm.com/read/196534/8076973

mk generateimage.mk

project : generateimage.exe .SYMBOLIC generateimage.obj : generateimage.c .AUTODEPEND *wcc386 generateimage.c -i=C:\watcom\h -w4 -e25 -zq -od -d2 -5r -bt=dos -mf -zp=1 generateimage.exe : genera
www.eeworm.com/read/123697/14616163

lnk hex.lnk

# HEX.EXE Linker directive file option quiet option map option statics option stack=65536 option stub=wstub debug all libpath %WATCOM%\lib386 libpath %WATCOM%\lib386\dos lib noemu387.lib
www.eeworm.com/read/383163/8966240

wat makefile.wat

# # Wmake File for seisan2mseed - For Watcom's wmake # Use 'wmake -f Makefile.wat' all: .SYMBOLIC cd libmseed wmake -f Makefile.wat cd ..\src wmake -f Makefile.wat cd .. clean: .SYMB
www.eeworm.com/read/421666/10714605

bat build_glpk_with_owc.bat

rem Build GLPK with Open Watcom C/C++ 1.6 rem NOTE: Make sure that HOME variable specifies correct path. set HOME=C:\WATCOM set WATCOM=%HOME% set PATH=%WATCOM%\BINNT;%WATCOM%\BINW;%PATH% set
www.eeworm.com/read/152695/5670119

bat wc10-x11.bat

@echo off REM Setup for compiling with Watcom C/C++ 10.6 in 32 bit mode SET LIB=%WC10_PATH%\LIB386;%WC10_PATH%\LIB386\NT;. SET EDPATH=%WC10_PATH%\EDDAT SET INCLUDE=%WC10_PATH%\H;%WC10_PATH%\H\NT; SET