We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c752fb commit c2361eaCopy full SHA for c2361ea
SourceCode/Builds/build_with_msvc6_on_docker.md
@@ -84,13 +84,10 @@ ENV CXX="$VS\\vc98\\bin\\CL.exe"
84
# Clone the source code
85
ENV GIT_VERSION_STRING="2.49.0"
86
RUN git clone https://github.com/TheSuperHackers/GeneralsGameCode.git
87
-RUN mv /build/CnC_Generals_Zero_Hour /build/cnc
+RUN mv /build/GeneralsGameCode /build/cnc
88
89
WORKDIR /build/cnc
90
91
-# Switch to WIP branch
92
-RUN git switch blade/cmake-build
93
-
94
# Run cmake
95
RUN wine /build/tools/cmake/bin/cmake.exe \
96
--preset vc6 \
0 commit comments