Skip to content

Commit

Permalink
Windows: fix xst build
Browse files Browse the repository at this point in the history
  • Loading branch information
andycarle committed Feb 2, 2023
1 parent 66f2c64 commit 74aa31c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xs/makefiles/win/xst.mak
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ $(OBJECTS) : $(SRC_DIR)\xsScript.h
cd $(TMP_DIR)
cl $< $(C_OPTIONS)
rename *.obj *.o
{$(MODDABLE)\modules\datatext\decoder\}.c{$(TMP_DIR)\}.o:
cd $(TMP_DIR)
{$(MODDABLE)\modules\data\text\decoder\}.c{$(TMP_DIR)\}.o:
cd $(TMP_DIR)
cl $< $(C_OPTIONS)
rename *.obj *.o
{$(MODDABLE)\modules\data\text\encoder\}.c{$(TMP_DIR)\}.o:
Expand Down

0 comments on commit 74aa31c

Please sign in to comment.