diff --git a/float.h b/include/float.h similarity index 100% rename from float.h rename to include/float.h diff --git a/stdarg.h b/include/stdarg.h similarity index 100% rename from stdarg.h rename to include/stdarg.h diff --git a/stdbool.h b/include/stdbool.h similarity index 100% rename from stdbool.h rename to include/stdbool.h diff --git a/stddef.h b/include/stddef.h similarity index 100% rename from stddef.h rename to include/stddef.h diff --git a/tcclib.h b/include/tcclib.h similarity index 100% rename from tcclib.h rename to include/tcclib.h diff --git a/varargs.h b/include/varargs.h similarity index 100% rename from varargs.h rename to include/varargs.h diff --git a/alloca86-bt.S b/lib/alloca86-bt.S similarity index 100% rename from alloca86-bt.S rename to lib/alloca86-bt.S diff --git a/alloca86.S b/lib/alloca86.S similarity index 100% rename from alloca86.S rename to lib/alloca86.S diff --git a/bcheck.c b/lib/bcheck.c similarity index 100% rename from bcheck.c rename to lib/bcheck.c diff --git a/libtcc1.c b/lib/libtcc1.c similarity index 100% rename from libtcc1.c rename to lib/libtcc1.c diff --git a/asmtest.S b/tests/asmtest.S similarity index 100% rename from asmtest.S rename to tests/asmtest.S diff --git a/boundtest.c b/tests/boundtest.c similarity index 100% rename from boundtest.c rename to tests/boundtest.c diff --git a/gcctestsuite.sh b/tests/gcctestsuite.sh old mode 100755 new mode 100644 similarity index 100% rename from gcctestsuite.sh rename to tests/gcctestsuite.sh diff --git a/libtcc_test.c b/tests/libtcc_test.c similarity index 100% rename from libtcc_test.c rename to tests/libtcc_test.c diff --git a/tcctest.c b/tests/tcctest.c similarity index 100% rename from tcctest.c rename to tests/tcctest.c 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