summaryrefslogtreecommitdiff
path: root/test/win32
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2010-05-24 10:33:23 +0200
committerReinhard Tartler <siretart@tauware.de>2010-05-24 10:33:23 +0200
commitc26bef64a6b02346d2f1e2fc8176a7efff144fb8 (patch)
treeb6ed63dad0435e69aec004411607bd20dcc1a67b /test/win32
parent9a40dc310f9858558c5cefe5a0ef6c9da1a60211 (diff)
* Non-maintainer upload.
* No longer hardcode path to tune2fs in config script * Fix pending l10n issues. Debconf translations: - Spanish (Omar Campagne). Closes: #537589 - Japanese (Hideki Yamane (Debian-JP)). Closes: #558074 - Danish (Joe Hansen). Closes: #582174
Diffstat (limited to 'test/win32')
-rw-r--r--test/win32/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/win32/Makefile b/test/win32/Makefile
new file mode 100644
index 00000000..1212bc6f
--- /dev/null
+++ b/test/win32/Makefile
@@ -0,0 +1,5 @@
+timezone.exe: timezone.cpp Makefile
+ g++ -g -O0 -mno-cygwin -I../../lib/win32 -o timezone.exe timezone.cpp
+
+clean:
+ rm timezone.exe