Skip to content

Commit

Permalink
First Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Myron472 committed Jun 16, 2024
1 parent ead59ba commit 2975dc4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set masm32=C:\Masm32
%masm32%\Bin\RC.EXE "ni.rc"
%masm32%\Bin\ML.EXE /c /coff /Cp /nologo /I"%masm32%\Include" "ni.asm"
%masm32%\Bin\LINK.EXE /SUBSYSTEM:WINDOWS /RELEASE /VERSION:4.0 /LIBPATH:"%masm32%\Lib" /OUT:"ni.exe" "ni.obj" "ni.RES"
%masm32%\Bin\LINK.EXE /SUBSYSTEM:WINDOWS /RELEASE /VERSION:4.0 /LIBPATH:"%masm32%\Lib" /OUT:"NumLockIndicator.exe" "ni.obj" "ni.RES"
del Ni.obj
del Ni.RES
Binary file modified off.ico
Binary file not shown.
Binary file modified on.ico
Binary file not shown.

0 comments on commit 2975dc4

Please sign in to comment.