Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
xenu committed Mar 18, 2024
1 parent d35fec9 commit 1d0f001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion win32/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ endif
$(XCOPY) $(PERLSTATICLIB) $(COREDIR)

$(PERLEXE_MANIFEST): $(MINIPERL) generate_manifest.pl
$(MINIPERL) -I ..\lib generate_manifest.pl --codepage $(PERL_CODEPAGE) > $(PERLEXE_MANIFEST)
$(MINIPERL) -I ..\lib generate_manifest.pl --codepage $(CODEPAGE) > $(PERLEXE_MANIFEST)

$(PERLEXE_RES): perlexe.rc $(PERLEXE_MANIFEST) $(PERLEXE_ICO)

Expand Down
2 changes: 1 addition & 1 deletion win32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ $(PERLSTATICLIB): Extensions_static
$(XCOPY) $(PERLSTATICLIB) $(COREDIR)

$(PERLEXE_MANIFEST): $(MINIPERL) generate_manifest.pl
$(MINIPERL) -I ..\lib generate_manifest.pl --codepage $(PERL_CODEPAGE) > $(PERLEXE_MANIFEST)
$(MINIPERL) -I ..\lib generate_manifest.pl --codepage $(CODEPAGE) > $(PERLEXE_MANIFEST)

$(PERLEXE_RES): perlexe.rc $(PERLEXE_MANIFEST) $(PERLEXE_ICO)

Expand Down

0 comments on commit 1d0f001

Please sign in to comment.