ultradefrag/src/native/defrag_native.build

14 lines
338 B
Plaintext
Executable File

-- this is the UltraDefrag boot time (native) interface build options
name = "defrag_native"
target_type = "native"
src = { "defrag_native.c", "script.c", "commands.c", "udefrag.c" }
rc = { "defrag_native.rc" }
libs = { "ntdll" }
adlibs = {
"$(UDEFRAG_LIB_PATH)\\zenwinx",
"$(UDEFRAG_LIB_PATH)\\udefrag"
}