aboutsummaryrefslogtreecommitdiff
path: root/attic/modules/kde4init_win32lib_dummy.cpp.in
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-07-26 20:56:54 +0200
committerAlex Neundorf <neundorf@kde.org>2011-07-26 20:56:54 +0200
commit6e5329428b1ce5adfae825595f2ce8548c0e7d44 (patch)
tree54965874df8ce55b1254986df25986c2a7a5a1d0 /attic/modules/kde4init_win32lib_dummy.cpp.in
parentc195f8d0b9d4788daa0cf3d890008106ff296810 (diff)
downloadextra-cmake-modules-6e5329428b1ce5adfae825595f2ce8548c0e7d44.tar.gz
extra-cmake-modules-6e5329428b1ce5adfae825595f2ce8548c0e7d44.tar.bz2
These files belong to KDE (kdelibs), so we don't need them here.
Alex
Diffstat (limited to 'attic/modules/kde4init_win32lib_dummy.cpp.in')
-rw-r--r--attic/modules/kde4init_win32lib_dummy.cpp.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/attic/modules/kde4init_win32lib_dummy.cpp.in b/attic/modules/kde4init_win32lib_dummy.cpp.in
deleted file mode 100644
index 0aa704bc..00000000
--- a/attic/modules/kde4init_win32lib_dummy.cpp.in
+++ /dev/null
@@ -1,5 +0,0 @@
-/* dummy file, used by KDE4_ADD_KDEINIT_EXECUTABLE() under Windows,
- * so that the created static library is not completely empty */
-
-extern "C" int kdeinit_${_KDEINIT4_TARGET_NAME_}_dummy(void) { return 42; }
-