Skip to content

Commit

Permalink
Make a start on the Windows installer.
Browse files Browse the repository at this point in the history
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
  • Loading branch information
daira committed Oct 20, 2014
1 parent 2435560 commit 764b196
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions misc/build_helpers/windows/installer.c
@@ -0,0 +1,9 @@
#include <stdio.h>

int main(int argc, char **argv);

int main(int argc, char **argv) {
printf("hello");

return 0;
}

0 comments on commit 764b196

Please sign in to comment.