#i101531# syntax fixed

This commit is contained in:
Kurt Zenker
2009-05-08 10:10:22 +00:00
parent 57249bdb17
commit d5d0ab7ad4

View File

@@ -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