summary refs log tree commit diff stats
path: root/tinyc/win32
diff options
context:
space:
mode:
authorAdam Strzelecki <ono@java.pl>2015-09-04 23:11:11 +0200
committerAdam Strzelecki <ono@java.pl>2015-09-04 23:12:25 +0200
commitc5d7f6d2b34c82769991629e2dec7abdc01d7b69 (patch)
treed8e48e49a23204f669cbe4b57bea0a52bc2dc84a /tinyc/win32
parentc99a9e5a6cdb6be1f716e5bea0a4e6429f0a53d7 (diff)
downloadNim-c5d7f6d2b34c82769991629e2dec7abdc01d7b69.tar.gz
Trim remaining .txt files trailing whitespace
via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
Diffstat (limited to 'tinyc/win32')
-rw-r--r--tinyc/win32/tcc-win32.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tinyc/win32/tcc-win32.txt b/tinyc/win32/tcc-win32.txt
index 5b8ddb404..c720272fc 100644
--- a/tinyc/win32/tcc-win32.txt
+++ b/tinyc/win32/tcc-win32.txt
@@ -14,10 +14,10 @@
     	http://www.mingw.org
 
     Untar the TCC archive and type in the MSYS shell:
-    
+
        ./configure
        make
-       make install 
+       make install
 
     The default install location is c:\Program Files\tcc
 
@@ -34,7 +34,7 @@
     Installation from the binary ZIP package:
     -----------------------------------------
     Unzip the package to a directory of your choice.
-    
+
     (Note that the binary package does not include libtcc.  If you
     want TCC as dynamic code generator, please use the source code
     distribution.)
@@ -74,7 +74,7 @@
     To link with Windows system DLLs, TCC uses import definition
     files (.def) instead of libraries.
 
-    The included 'tiny_impdef' program may be used to make additional 
+    The included 'tiny_impdef' program may be used to make additional
     .def files for any DLL. For example:
 
         tiny_impdef.exe opengl32.dll