makefile for build uploader
This commit is contained in:
9
Makefile
9
Makefile
@@ -1,7 +1,7 @@
|
|||||||
CSC = gmcs
|
CSC = gmcs
|
||||||
CSFLAGS = -nologo -warn:4 -debug:+ -debug:full -optimize- -codepage:utf8 -unsafe
|
CSFLAGS = -nologo -warn:4 -debug:+ -debug:full -optimize- -codepage:utf8 -unsafe
|
||||||
DEFINE = DEBUG;TRACE
|
DEFINE = DEBUG;TRACE
|
||||||
PROGRAMS =fileformats gl game ra cnc aftermath seqed mapcvtr editor ralint
|
PROGRAMS =fileformats gl game ra cnc aftermath seqed mapcvtr editor ralint uploader
|
||||||
prefix = /usr/local
|
prefix = /usr/local
|
||||||
datarootdir = $(prefix)/share
|
datarootdir = $(prefix)/share
|
||||||
datadir = $(datarootdir)
|
datadir = $(datarootdir)
|
||||||
@@ -79,6 +79,12 @@ ralint_KIND = winexe
|
|||||||
ralint_DEPS = $(fileformats_TARGET) $(game_TARGET)
|
ralint_DEPS = $(fileformats_TARGET) $(game_TARGET)
|
||||||
ralint_LIBS = $(COMMON_LIBS) $(ralint_DEPS)
|
ralint_LIBS = $(COMMON_LIBS) $(ralint_DEPS)
|
||||||
|
|
||||||
|
uploader_SRCS = $(shell find OpenRAUploader/ -iname '*.cs')
|
||||||
|
uploader_TARGET = uploader.exe
|
||||||
|
uploader_KIND = winexe
|
||||||
|
uploader_LIBS = $(COMMON_LIBS)
|
||||||
|
|
||||||
|
|
||||||
# -platform:x86
|
# -platform:x86
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
@@ -140,6 +146,7 @@ seqed: $(seqed_TARGET)
|
|||||||
mapcvtr: $(mapcvtr_TARGET)
|
mapcvtr: $(mapcvtr_TARGET)
|
||||||
editor: $(editor_TARGET)
|
editor: $(editor_TARGET)
|
||||||
ralint: $(ralint_TARGET)
|
ralint: $(ralint_TARGET)
|
||||||
|
uploader: $(uploader_TARGET)
|
||||||
|
|
||||||
define BUILD_ASSEMBLY
|
define BUILD_ASSEMBLY
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user