repo.or.cz
/
c1cc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix
[c1cc.git]
/
c1
/
c1.bat
blob
0cf98eefa1874f9ce1fcd4f5ba8b33dadc80de03
1
@echo off
\r
2
\r
3
setlocal
\r
4
set compiler=%~dp0c1cc.exe
\r
5
set assembler=%~dp0asm.exe
\r
6
\r
7
type %~1|%compiler%|%~dp0asm %~2
\r