Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-24262

visual studio 6.0 project not able to pick INCLUDE environment variable

XMLWordPrintable

      we are using Jenkins ver. 1.466.2.

      We are migrating from Hudson to Jenkins. We have configured a new job which we have already on Hudson. We have ant build script which calls makefiles defined in our project. In the makefile we are setting environment variable before executing the visual studio project compilation command. For ex:

      export INCLUDE="$(MSSDK)$Dinclude;$(MSVS)$DVC98$DMFC$DINCLUDE;
      msdev "$(IDTLIB).dsp" /MAKE "base32 - Win32 Release"

      where MSSDK=C:/Program Files/Microsoft SDK/
      MSVS=E:/Program Files/Microsoft Visual Studio/

      msdev is not able to include the path set in the above export command.
      we have tried by injecting the environment variable but still its not working. Problem we are getting is that project is not able to resolve the header file which is in the microsoft SDK folder.

      Can you please help us to resolve this issue?

            Unassigned Unassigned
            krvijay Vijay Kumar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: