preset ccPath to 'cl' on msDos
authorClaus Gittinger <cg@exept.de>
Thu, 16 Oct 1997 17:10:13 +0200
changeset 254 9de729ce1390
parent 253 96cf37d23471
child 255 ccb6df643f77
preset ccPath to 'cl' on msDos
host.rc
--- a/host.rc	Sat Sep 20 23:54:02 1997 +0200
+++ b/host.rc	Thu Oct 16 17:10:13 1997 +0200
@@ -36,6 +36,10 @@
     isStupidSYSV3 := true.
 ].
 
+sysType = 'win32' ifTrue:[
+    Compiler ccPath:'cl'
+].
+
 "/ only reset the printer setting, if restarted
 "/ on another host.
 
@@ -93,13 +97,12 @@
 
     "/ in our home-domain, preset the print command for remote printing
     "/ on a host called 'ibm'.
-    "/ You can change this for your environment and/or make it
-    "/ unconditional.
+    "/ You can change this for YOUR environment and/or make it unconditional.
     "/ Consider the stuff below as an example; you should add
     "/ corresponding setup into a private h_xxxx.rc file.
 
     domain := OperatingSystem getDomainName.
-    (domain = 'axept.de' or:[domain = 'exept.de']) ifTrue:[
+    (domain = 'exept.de') ifTrue:[
 	isStupidSYSV3 ifTrue:[
 	    PostscriptPrinterStream printCommand:'cat | remsh ibm lpr -h'.
 	    PrinterStream printCommand:'cat | remsh ibm lpr -h'.