[INSTALLFREELDR]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 26 Sep 2011 19:04:02 +0000 (19:04 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 26 Sep 2011 19:04:02 +0000 (19:04 +0000)
Add to cmake build (built on demand)

svn path=/trunk/; revision=53865

reactos/boot/freeldr/CMakeLists.txt
reactos/boot/freeldr/install/CMakeLists.txt [new file with mode: 0644]

index 859c73a..7c60d8e 100644 (file)
@@ -1,3 +1,4 @@
 
 add_subdirectory(bootsect)
-add_subdirectory(freeldr)
\ No newline at end of file
+add_subdirectory(freeldr)
+add_subdirectory(install)
diff --git a/reactos/boot/freeldr/install/CMakeLists.txt b/reactos/boot/freeldr/install/CMakeLists.txt
new file mode 100644 (file)
index 0000000..cca907c
--- /dev/null
@@ -0,0 +1,8 @@
+
+add_executable(installfreeldr EXCLUDE_FROM_ALL
+    install.c
+    volume.c)
+
+set_module_type(installfreeldr win32cui)
+
+add_importlibs(installfreeldr msvcrt kernel32)