diff options
author | Robin Watts <robin.watts@artifex.com> | 2010-01-07 14:00:11 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2010-01-07 14:00:11 +0000 |
commit | a409a6307dde82cb6c7076dc6b191dbf5babc240 (patch) | |
tree | 18dd139bc7dafec87395abd590f519583dfe2a5b /win32 | |
parent | 7a405de9686b7c6ef2b92e643496de8569fa3d57 (diff) |
Fix typo in nmake invocation in selection file - thanks to Ken for spotting
this.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10594 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'win32')
-rwxr-xr-x | win32/xps.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/xps.vcproj b/win32/xps.vcproj index 21233b5f4..f795c9cdd 100755 --- a/win32/xps.vcproj +++ b/win32/xps.vcproj @@ -43,8 +43,8 @@ >
<Tool
Name="VCNMakeTool"
- BuildCommandLine="cd ..\xps && nmake -f xps_msvc.mak SBR=1 && nmake -f xps_msvc.mak bsd"
- ReBuildCommandLine="cd ..\xps && nmake /A -f xps_msvc.mak SBR=1 && nmake -f xps_msvc.mak bsd"
+ BuildCommandLine="cd ..\xps && nmake -f xps_msvc.mak SBR=1 && nmake -f xps_msvc.mak bsc"
+ ReBuildCommandLine="cd ..\xps && nmake /A -f xps_msvc.mak SBR=1 && nmake -f xps_msvc.mak bsc"
CleanCommandLine="cd ..\xps && nmake -f xps_msvc.mak clean"
Output=""
PreprocessorDefinitions="WIN32;NDEBUG;"
|