1
0
mirror of https://github.com/nigelbarink/R3c0v3r.git synced 2026-02-14 02:10:50 +00:00

started openening and reading file. Added copy instruction to premake file. TODO: correctly add premake copy instruction as a build step

This commit is contained in:
2020-09-12 21:37:01 +02:00
parent beffbd85b6
commit c983b5d589
3 changed files with 40 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ solution "Rec0ver_H4rv4rd"
configuration "Debug"
defines {"DEBUG"}
symbols "On"
os.copyfile("rsc/card.raw" , "build/debug/card.raw")
configuration "Release"
defines {"NDEBUG"}