Welcome to mirror list, hosted at ThFree Co, Russian Federation.

makefile « 7zipUninstall « Util « C - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c7a22eec641643c03a83be1636b2d941e569880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PROG = 7zipUninstall.exe

!IFDEF _64BIT_INSTALLER
CFLAGS = $(CFLAGS) -D_64BIT_INSTALLER
!ENDIF

MAIN_OBJS = \
  $O\7zipUninstall.obj \

OBJS = \
  $(MAIN_OBJS) \
  $O\resource.res

!include "../../../CPP/Build.mak"

$(MAIN_OBJS): $(*B).c
	$(COMPL_O1)