diff options
| author | grischka <grischka> | 2010-01-14 20:55:34 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2010-01-14 20:59:41 +0100 |
| commit | bdb9387a7494d7d5e299cb13bcc94f00215976dd (patch) | |
| tree | 030d1644ea14dd6553fa5c339da928d2bf33085d /win32 | |
| parent | 903b6001e7c0a78fed74ca49d9513cf8c3c15606 (diff) | |
| download | tinycc-bdb9387a7494d7d5e299cb13bcc94f00215976dd.tar.gz tinycc-bdb9387a7494d7d5e299cb13bcc94f00215976dd.tar.bz2 | |
win32: readme: add libtcc_test example
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/tcc-win32.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/win32/tcc-win32.txt b/win32/tcc-win32.txt index bbc4097..563967f 100644 --- a/win32/tcc-win32.txt +++ b/win32/tcc-win32.txt @@ -35,11 +35,6 @@ ----------------------------------------- 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.) - - Set the system PATH: -------------------- @@ -61,12 +56,15 @@ tcc hello_win.c - for the 'Hello DLL' example type + For the 'Hello DLL' example type tcc -shared dll.c tiny_impdef dll.dll (optional) tcc hello_dll.c dll.def + For the 'libtcc_test' example type + + tcc examples/libtcc_test.c -I. libtcc.dll Import Definition Files: |
