https://github.com/virtualagc/virtualagc
Raw File
Tip revision: 9b51b477f8d1e54b0374a8ef17b9ebff1ed49f19 authored by Ron Burkey on 05 April 2024, 12:14:14 UTC
Changed "modern" comments in XPL source code from /*/ to /*@, because I
Tip revision: 9b51b47
Dockerfile.dev
FROM jlawton/virtualagc
MAINTAINER Jim Lawton

# Use this to clone directly from Github.
#RUN git clone https://github.com/rburkey2005/virtualagc

# Use this to build a copy of the current directory. 
RUN mkdir /virtualagc
COPY . /virtualagc

RUN cd virtualagc && make clean
RUN cd virtualagc && DEV_BUILD=yes make yaLEMAP yaAGC yaAGS yaYUL missions corediffs
back to top