mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Fix VC project files to use /objs/ directory instead of /obj/ directory.
This commit is contained in:
@@ -36,8 +36,8 @@ MTL=midl.exe
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 0
|
||||
# PROP Output_Dir "..\obj\release"
|
||||
# PROP Intermediate_Dir "..\obj\release"
|
||||
# PROP Output_Dir "..\objs\release"
|
||||
# PROP Intermediate_Dir "..\objs\release"
|
||||
# PROP Target_Dir ""
|
||||
|
||||
!ELSEIF "$(CFG)" == "examples - Win32 Debug"
|
||||
@@ -49,8 +49,8 @@ MTL=midl.exe
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 1
|
||||
# PROP Output_Dir "..\obj\debug"
|
||||
# PROP Intermediate_Dir "..\obj\debug"
|
||||
# PROP Output_Dir "..\objs\debug"
|
||||
# PROP Intermediate_Dir "..\objs\debug"
|
||||
# PROP Target_Dir ""
|
||||
|
||||
!ENDIF
|
||||
|
||||
Reference in New Issue
Block a user