aboutsummaryrefslogtreecommitdiff
path: root/win32/examples/dll.def
diff options
context:
space:
mode:
authorgrischka <grischka>2009-04-18 14:28:45 +0200
committergrischka <grischka>2009-04-18 15:08:03 +0200
commitea5e81bd6a3376232bf4747b2fa2e0a91c19b337 (patch)
treef88b43a25996cd7f4b9c32aac70fdd33e3f4dc2c /win32/examples/dll.def
parente8a52a824957808410a8eb13d4b5e2f3e1776553 (diff)
downloadtinycc-ea5e81bd6a3376232bf4747b2fa2e0a91c19b337.tar.gz
tinycc-ea5e81bd6a3376232bf4747b2fa2e0a91c19b337.tar.bz2
new subdirs: include, lib, tests
Diffstat (limited to 'win32/examples/dll.def')
-rw-r--r--win32/examples/dll.def6
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