|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T b
Length: 1202 (0x4b2) Types: TextFile Names: »build«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./DVIware/crt-viewers/others/dvitovdu/src/build« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/crt-viewers/others/dvitovdu/src/build«
# Compile and link DVItoVDU. # Order is unimportant since .def files are not compiled. # cc -c unixio.c mod -c screenio.mod # imports unixio, vduinterface mod -c sysinterface.mod mod -c dvireader.mod # imports screenio mod -c pxlreader.mod # imports screenio mod -c tek4010vdu.mod # imports screenio, vduinterface mod -c ansivdu.mod # imports screenio, vduinterface mod -c vis500vdu.mod # imports screenio, tek4010vdu, vduinterface mod -c vt640vdu.mod # imports screenio, tek4010vdu, vduinterface, ansivdu mod -c vis550vdu.mod # imports screenio, tek4010vdu, vduinterface, # vt640vdu, vis500vdu mod -c aed512vdu.mod # imports screenio, vduinterface mod -c regisvdu.mod # imports screenio, vduinterface, ansivdu mod -c vt220vdu.mod # imports screenio, vduinterface, ansivdu mod -c vduinterface.mod # imports screenio, sysinterface, # aed512vdu, ansivdu, regisvdu, # vis500vdu, vis550vdu, vt640vdu mod -c dvitovdu.mod # imports screenio, sysinterface, vduinterface, # dvireader, pxlreader mod *.o -o dv # link and create dv