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 cf6741d commit 5552663Copy full SHA for 5552663
.github/workflows/build_win_msvc6.yml
@@ -40,7 +40,7 @@ jobs:
40
shell: cmd
41
run: |
42
call vc6fullvarsgh.bat
43
- nmake -f Makefile.msvc
+ nmake -f Makefile.vc
44
copy game.exe isorpg-win32-msvc
45
46
- uses: actions/upload-artifact@v4
Makefile.vc
@@ -26,7 +26,7 @@ clean:
26
27
libs\w32\imago.lib:
28
cd libs\imago
29
- $(MAKE) /nologo -f Makefile.msvc
+ $(MAKE) /nologo -f Makefile.vc
30
cd ..\..
31
32
# vi:ft=make:
0 commit comments