diff options
author | marha <marha@users.sourceforge.net> | 2009-11-05 17:54:55 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-05 17:54:55 +0000 |
commit | 17cd2280a71d7ae609961734b0aa750919147529 (patch) | |
tree | cffbeeecaafa816fefab27d75b85d88bcd255c93 /libwinmain/makefile | |
parent | f5e3ac8167abd20db9f19c8f8794d9c68596e284 (diff) | |
download | vcxsrv-17cd2280a71d7ae609961734b0aa750919147529.tar.gz vcxsrv-17cd2280a71d7ae609961734b0aa750919147529.tar.bz2 vcxsrv-17cd2280a71d7ae609961734b0aa750919147529.zip |
Move WinMain to seperate library.
Diffstat (limited to 'libwinmain/makefile')
-rw-r--r-- | libwinmain/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libwinmain/makefile b/libwinmain/makefile new file mode 100644 index 000000000..80292d3d3 --- /dev/null +++ b/libwinmain/makefile @@ -0,0 +1,3 @@ +LIBRARY = libwinmain + +CSRCS = winmain.c |