diff options
| author | grischka <grischka> | 2009-04-18 14:28:45 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-04-18 15:08:03 +0200 |
| commit | ea5e81bd6a3376232bf4747b2fa2e0a91c19b337 (patch) | |
| tree | f88b43a25996cd7f4b9c32aac70fdd33e3f4dc2c /win32/examples | |
| parent | e8a52a824957808410a8eb13d4b5e2f3e1776553 (diff) | |
| download | tinycc-ea5e81bd6a3376232bf4747b2fa2e0a91c19b337.tar.gz tinycc-ea5e81bd6a3376232bf4747b2fa2e0a91c19b337.tar.bz2 | |
new subdirs: include, lib, tests
Diffstat (limited to 'win32/examples')
| -rw-r--r-- | win32/examples/dll.def | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/examples/dll.def b/win32/examples/dll.def deleted file mode 100644 index a14d7f1..0000000 --- a/win32/examples/dll.def +++ /dev/null @@ -1,6 +0,0 @@ -; Windows DLL example - export definition for the DLL - -LIBRARY dll.dll - -EXPORTS -HelloWorld |
