Skip to content

Commit 5552663

Browse files
committed
fix nmake build
1 parent cf6741d commit 5552663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_win_msvc6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
shell: cmd
4141
run: |
4242
call vc6fullvarsgh.bat
43-
nmake -f Makefile.msvc
43+
nmake -f Makefile.vc
4444
copy game.exe isorpg-win32-msvc
4545
4646
- uses: actions/upload-artifact@v4

Makefile.vc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clean:
2626

2727
libs\w32\imago.lib:
2828
cd libs\imago
29-
$(MAKE) /nologo -f Makefile.msvc
29+
$(MAKE) /nologo -f Makefile.vc
3030
cd ..\..
3131

3232
# vi:ft=make:

0 commit comments

Comments
 (0)