Skip to content

Commit

Permalink
build.bat add lfn alias to lfnapi
Browse files Browse the repository at this point in the history
  • Loading branch information
PerditionC committed Aug 8, 2021
1 parent 246b003 commit 74e9d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ if "%1" == "x86" goto setCPU
if "%1" == "upx" set XUPX=upx --8086 --best

if "%1" == "debug" set ALLCFLAGS=%ALLCFLAGS% -DDEBUG
if "%1" == "lfn" set ALLCFLAGS=%ALLCFLAGS% -DWITHLFNAPI
if "%1" == "lfnapi" set ALLCFLAGS=%ALLCFLAGS% -DWITHLFNAPI

if "%1" == "win" set ALLCFLAGS=%ALLCFLAGS% -DWIN31SUPPORT
Expand Down

0 comments on commit 74e9d4a

Please sign in to comment.