DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦e0d7b5067⟧ TextFile

    Length: 204 (0xcc)
    Types: TextFile
    Names: »cc.bat«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦ff23ba0e6⟧ »./ghostscript-1.3.tar.Z« 
        └─⟦a24a58cd3⟧ 
            └─⟦this⟧ »cc.bat« 

TextFile

echo off
if exist d:tcc.exe goto c
copy \tc\include\stdio.h d: >nul
copy \tc\tcc.exe d: >nul
copy \mc\masm.exe d:tasm.exe >nul
:c
d:tcc -a -d -K -N -A -Id:\ -I\tc\include -Ld:\ %1 %2 %3 %4 %5 %6 %7 %8 %9