Skip to content

Commit

Permalink
Clean up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Dec 6, 2021
1 parent 1311803 commit 86b6290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ target("doorstop")
add_cxflags("-GS-", "-Ob2", "-MT", "-FS", "-GL-")
add_shflags("-nodefaultlib",
"-entry:DllEntry",
"-dynamicbase kernel32.lib",
"-dynamicbase shell32.lib",
"-dynamicbase:no",
{force=true})
add_links("shell32", "kernel32")
add_defines("UNICODE")
end

add_files("src/*.c")
add_files("src/*.c")

0 comments on commit 86b6290

Please sign in to comment.