How to use system environment variables in VS 2008 Post-Build events?

后端 未结 1 1016
日久生厌
日久生厌 2021-02-07 01:37

How do I use system environment variables in my project post-build events without having to write and execute an external batch file? I thought that it would be as easy as crea

相关标签:
1条回答
  • 2021-02-07 01:53

    Did you try $(LHDLLDEPLOY) instead of %LHDLLDEPLOY%?

    0 讨论(0)
提交回复
热议问题