Skip to content

Commit

Permalink
update build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavbhatt288 committed Sep 16, 2022
1 parent 18c3061 commit bd0ad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
cl /nologo /W3 /O2 /fp:fast /Gm- /Feramdisk-creator.exe main.c gdi.c gui.c utils_win.c tinyfiledialogs.c common.c user32.lib gdi32.lib Msimg32.lib Comctl32.lib ComDlg32.lib Ole32.lib Shell32.lib /link /incremental:no
cl /nologo /W3 /O2 /fp:fast /Gm- /Feramdisk-creator.exe main.c gdi.c gui.c utils_win.c tinyfiledialogs.c common.c user32.lib gdi32.lib Advapi32.lib Msimg32.lib Comctl32.lib ComDlg32.lib Ole32.lib Shell32.lib /link /incremental:no

0 comments on commit bd0ad27

Please sign in to comment.