Skip to content

Commit

Permalink
Fixup paths to deal with s7 in a sub directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScatteredRay committed Jun 9, 2024
1 parent d0295bc commit 9b5d811
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cl /DWITH_SYSTEM_EXTRAS=1 /Fes7pp.exe s7pp.c s7.c
cl /DWITH_MAIN=1 /DWITH_SYSTEM_EXTRAS=1 /Fes7.exe s7.c
cl /DWITH_SYSTEM_EXTRAS=1 /Fes7pp.exe s7pp.c s7/s7.c
cl /DWITH_MAIN=1 /DWITH_SYSTEM_EXTRAS=1 /Fes7.exe s7/s7.c
2 changes: 1 addition & 1 deletion s7pp.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "s7.h"
#include "s7/s7.h"
#include <stdio.h>
#include <assert.h>
#include <malloc.h>
Expand Down

0 comments on commit 9b5d811

Please sign in to comment.