mirror of
https://github.com/nigelbarink/R3c0v3r.git
synced 2026-02-14 10:20:50 +00:00
Initial setup
This commit is contained in:
24
premake4.lua
Normal file
24
premake4.lua
Normal file
@@ -0,0 +1,24 @@
|
||||
#!lua
|
||||
solution "Rec0ver_H4rv4rd"
|
||||
|
||||
configurations { "Debug", "Release" }
|
||||
|
||||
project "Rec0ver Program"
|
||||
basedir "./"
|
||||
language "C"
|
||||
|
||||
files {
|
||||
"src/recover.c"
|
||||
}
|
||||
|
||||
kind "ConsoleApp"
|
||||
targetname "recover"
|
||||
targetdir "build/debug"
|
||||
|
||||
configuration "Debug"
|
||||
defines {"DEBUG"}
|
||||
Symbols "On"
|
||||
|
||||
configuration "Release"
|
||||
defines {"NDEBUG"}
|
||||
Optimize "On"
|
||||
Reference in New Issue
Block a user