Browse Source

Generate Rack.res upon build

tags/v0.6.0
Andrew Belt 7 years ago
parent
commit
68afb04893
2 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Makefile
  2. BIN
      Rack.res

+ 1
- 2
Makefile View File

@@ -81,8 +81,7 @@ endif


clean:
rm -fv libRack.a
rm -rfv $(TARGET) build dist
rm -rfv $(TARGET) libRack.a Rack.res build dist

# For Windows resources
%.res: %.rc


BIN
Rack.res View File


Loading…
Cancel
Save