Kaydet (Commit) d5d0ab7a authored tarafından Kurt Zenker's avatar Kurt Zenker

#i101531# syntax fixed

üst 57249bdb
......@@ -117,11 +117,11 @@ BUILD_DIR=PCbuild
# Build python executable and then runs a minimal script. Running the minimal script
# ensures that certain *.pyc files are generated which would otherwise be created on
# solver during registration in insetoo_native
.IF $(SYSBASE) != ""
.IF "$(SYSBASE)" != ""
BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe -useenv pcbuild.sln "Release|Win32"
.ELSE
BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe pcbuild.sln "Release|Win32"
.ENDIF # $(SYSBASE) != ""
.ENDIF # "$(SYSBASE)" != ""
.ENDIF
.ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment