代码搜索结果
找到约 10,000 项符合
W 的代码
makefile.w32
#
# SmallBASIC makefile for Win32
#
PCC = m68k-palmos-gcc
AS = m68k-palmos-as
CPPFLAGS = -Wall -O2
CFLAGS = $(CPPFLAGS)
PCFLAGS = $(CPPFLAGS) -D_PalmOS -g -I/PalmDev/sdk-3.5/full
PLIBS=-
readme.w32
Windows version has a few bugs, its slower, its ugly,
but you can run your programs.
Installation:
Copy the brun.exe into a directory visible by PATH.
(i.e. c:\windows\command)
Copy the SDL
w.m51
BL51 BANKED LINKER/LOCATER V5.03 07/29/2006 09:39:46 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE Text1.
w_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
w.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Options 1,0,0 //
makefile.w32
#
# Windows Makefile for MATLAB interface to sba
#
MEX=mex
MEXCFLAGS=-DWIN32 -I.. -O #-g
# WHEN USING LAPACK, CHANGE THE NEXT TWO LINES TO WHERE YOUR COMPILED LAPACK/BLAS & F2C LIBS ARE!
LAPACKBLASLI