diff options
author | xhmikosr <xhmikosr@yahoo.com> | 2012-07-14 06:10:37 +0300 |
---|---|---|
committer | xhmikosr <xhmikosr@yahoo.com> | 2012-07-14 06:10:37 +0300 |
commit | 3a06b7779afc06890906defa9202773f559c64e6 (patch) | |
tree | 0e3c8f188dec467835556c4e521385ec25472d42 /win32/nls | |
parent | a6729b226628eb7a5c993125d16321ca9dcd9433 (diff) |
win32/nls/nls.vcxproj: get rid of unused elements
Diffstat (limited to 'win32/nls')
-rw-r--r-- | win32/nls/nls.vcxproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/win32/nls/nls.vcxproj b/win32/nls/nls.vcxproj index 94bef1c6..baff5a63 100644 --- a/win32/nls/nls.vcxproj +++ b/win32/nls/nls.vcxproj @@ -61,10 +61,6 @@ <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> </Link> - <PostBuildEvent> - <Command> - </Command> - </PostBuildEvent> <PreBuildEvent> <Command>cd ..\..\po rmdir /q /s "$(OutDir)\locale" @@ -87,10 +83,6 @@ mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES" <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> </Link> - <PostBuildEvent> - <Command> - </Command> - </PostBuildEvent> <PreBuildEvent> <Command>cd ..\..\po rmdir /q /s "$(OutDir)\locale" |