Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions SourceCode/Builds/build_with_msvc6_on_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,10 @@ ENV CXX="$VS\\vc98\\bin\\CL.exe"
# Clone the source code
ENV GIT_VERSION_STRING="2.49.0"
RUN git clone https://github.com/TheSuperHackers/GeneralsGameCode.git
RUN mv /build/CnC_Generals_Zero_Hour /build/cnc
RUN mv /build/GeneralsGameCode /build/cnc

WORKDIR /build/cnc

# Switch to WIP branch
RUN git switch blade/cmake-build

# Run cmake
RUN wine /build/tools/cmake/bin/cmake.exe \
--preset vc6 \
Expand Down