diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 20:18:03 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 21:08:31 +1000 |
commit | a7cbf340236985f2c6294d2c244e5b720b648792 (patch) | |
tree | 1f64ba4ed2a4df63e64ea38cb18cf5cd2df8121b /src/wixstdba | |
parent | 0d3848a8e5fc6ff289a7faa80a77eb43c010011a (diff) | |
download | wix-a7cbf340236985f2c6294d2c244e5b720b648792.tar.gz wix-a7cbf340236985f2c6294d2c244e5b720b648792.tar.bz2 wix-a7cbf340236985f2c6294d2c244e5b720b648792.zip |
Create symbols package.
Diffstat (limited to 'src/wixstdba')
-rw-r--r-- | src/wixstdba/wixstdba.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixstdba/wixstdba.vcxproj b/src/wixstdba/wixstdba.vcxproj index 04809d3c..46769531 100644 --- a/src/wixstdba/wixstdba.vcxproj +++ b/src/wixstdba/wixstdba.vcxproj | |||
@@ -100,7 +100,7 @@ | |||
100 | <Message>Compiling message file...</Message> | 100 | <Message>Compiling message file...</Message> |
101 | <Command>mc.exe -h "$(IntDir)." -r "$(IntDir)." -A -c -z wixstdba.messages "$(InputDir)wixstdba.mc" | 101 | <Command>mc.exe -h "$(IntDir)." -r "$(IntDir)." -A -c -z wixstdba.messages "$(InputDir)wixstdba.mc" |
102 | rc.exe -fo "$(OutDir)wixstdba.res" "$(IntDir)wixstdba.messages.rc"</Command> | 102 | rc.exe -fo "$(OutDir)wixstdba.res" "$(IntDir)wixstdba.messages.rc"</Command> |
103 | <Outputs>$(IntDir)wixstdba.messages.h;$(OutDir)wixstdba.messages.rc</Outputs> | 103 | <Outputs>$(IntDir)wixstdba.messages.h;$(IntDir)wixstdba.messages.rc</Outputs> |
104 | </CustomBuild> | 104 | </CustomBuild> |
105 | </ItemGroup> | 105 | </ItemGroup> |
106 | 106 | ||