#i101531# syntax fixed
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user