Add files via upload
This commit is contained in:
17
LegacyUpdate/Makefile
Normal file
17
LegacyUpdate/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
ifeq ($(CI),1)
|
||||
MSBUILDFLAGS += /p:PlatformToolset=v141_xp
|
||||
endif
|
||||
|
||||
all:
|
||||
cmd.exe /c build.cmd $(MSBUILDFLAGS)
|
||||
|
||||
ifeq ($(SIGN),1)
|
||||
../build/sign.sh \
|
||||
../Release/LegacyUpdate.dll \
|
||||
../x64/Release/LegacyUpdate.dll
|
||||
endif
|
||||
|
||||
clean:
|
||||
@# Not needed, build.cmd cleans before it builds
|
||||
|
||||
.PHONY: all clean
|
Reference in New Issue
Block a user