diff options
Diffstat (limited to '3rdparty/lzma/CPP/7zip/LzFindOpt.mak')
-rw-r--r-- | 3rdparty/lzma/CPP/7zip/LzFindOpt.mak | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3rdparty/lzma/CPP/7zip/LzFindOpt.mak b/3rdparty/lzma/CPP/7zip/LzFindOpt.mak new file mode 100644 index 00000000000..169e10f0b1e --- /dev/null +++ b/3rdparty/lzma/CPP/7zip/LzFindOpt.mak @@ -0,0 +1,7 @@ +!IF defined(USE_C_LZFINDOPT) || "$(PLATFORM)" != "x64" +C_OBJS = $(C_OBJS) \ + $O\LzFindOpt.obj +!ELSE +ASM_OBJS = $(ASM_OBJS) \ + $O\LzFindOpt.obj +!ENDIF |