Skip to content

Commit

Permalink
Close #194: Build with Nmake-Jumpstart, finally
Browse files Browse the repository at this point in the history
+ GHA: Use "native" curl on Windows, no need to install wget!
  • Loading branch information
xparq committed Oct 10, 2023
1 parent 1047d06 commit 1fa6696
Show file tree
Hide file tree
Showing 13 changed files with 219 additions and 421 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
# run: wget -h
# WELL: NOT installed! (So much about lots of download actions on the marketplace...)

- name: Install prerequisites (wget...)
run: choco install wget
# - name: Install prerequisites (wget...)
# run: choco install wget

- name: Setup SFML...
shell: cmd
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ import/
cache/

*.sav

extern/*
!extern/sfw/
extern/sfw/lib/msvc/*-d.lib
305 changes: 0 additions & 305 deletions Makefile

This file was deleted.

0 comments on commit 1fa6696

Please sign in to comment.