aboutsummaryrefslogtreecommitdiff
path: root/deps/mman/mman-win32.pro
diff options
context:
space:
mode:
Diffstat (limited to 'deps/mman/mman-win32.pro')
-rw-r--r--deps/mman/mman-win32.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/deps/mman/mman-win32.pro b/deps/mman/mman-win32.pro
new file mode 100644
index 0000000..b58b4d9
--- /dev/null
+++ b/deps/mman/mman-win32.pro
@@ -0,0 +1,13 @@
+QT -= core gui
+
+TARGET = mman
+TEMPLATE = lib
+
+DEFINES += MMAN_LIBRARY_DLL
+DEFINES += MMAN_LIBRARY
+
+HEADERS += \
+ mman.h
+
+SOURCES += \
+ mman.c