Skip to content

Commit

Permalink
update new makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Jun 19, 2024
1 parent 1655e32 commit 9026531
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rogue-clone.mak
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
mode: exe
int: objs/$(target)-$(profile)

win32/out: rogue-clone.exe
win32/out@debug: rogue-cloned.exe
linux/out: rogue-clone
int: objs/$(target)-$(profile)
linux/out: rogue-cloned

flag: -fno-strict-aliasing
win32/define: PDC_WIDE=1, PDC_FORCE_UTF8=1
win32/flag: -static
Expand Down

0 comments on commit 9026531

Please sign in to comment.