mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +08:00
3957adff10
Recompiled tier1 and mathlib for all platforms will come in next commit.
35 lines
563 B
Plaintext
35 lines
563 B
Plaintext
PROG = 7zS2con.sfx
|
|
CFLAGS = $(CFLAGS) -D_CONSOLE
|
|
|
|
C_OBJS = \
|
|
$O\7zAlloc.obj \
|
|
$O\7zArcIn.obj \
|
|
$O\7zBuf.obj \
|
|
$O\7zBuf2.obj \
|
|
$O\7zCrc.obj \
|
|
$O\7zCrcOpt.obj \
|
|
$O\7zFile.obj \
|
|
$O\7zDec.obj \
|
|
$O\7zStream.obj \
|
|
$O\Bcj2.obj \
|
|
$O\Bra.obj \
|
|
$O\Bra86.obj \
|
|
$O\CpuArch.obj \
|
|
$O\Lzma2Dec.obj \
|
|
$O\LzmaDec.obj \
|
|
|
|
7Z_OBJS = \
|
|
$O\SfxSetup.obj \
|
|
|
|
OBJS = \
|
|
$(7Z_OBJS) \
|
|
$(C_OBJS) \
|
|
$O\resource.res
|
|
|
|
!include "../../../CPP/Build.mak"
|
|
|
|
$(7Z_OBJS): $(*B).c
|
|
$(COMPL_O1)
|
|
$(C_OBJS): ../../$(*B).c
|
|
$(COMPL_O1)
|