Thread (48 messages) flat view 48 messages, 8 authors, 2016-06-15

Re: [PATCH 14/15] Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)

From: Marius Storm-Olsen <hidden>
Date: 2016-06-15 22:47:25

Johannes Sixt said the following on 17.09.2009 22:28:
On Mittwoch, 16. September 2009, Marius Storm-Olsen wrote:
quoted
--- a/.gitignore
+++ b/.gitignore
@@ -179,3 +179,14 @@ configure
 tags
 TAGS
 cscope*
+*.obj
+*.lib
+*.sln
+*.suo
+*.ncb
+*.vcproj
+*.user
+*.idb
+*.pdb
+Debug/
+Release/
If I understand correctly, then 'make MSVC=1' still produce *.o files, not 
*.obj. But if the VC++ project is used, I expect that the *.obj, *.idb, and 
*.pdb end up in Debug/ or Release/ directories. Then why do you need entries 
for *.obj, *.idb, and *.pdb?
When using only the vcproj generator, you are correct. However, if you 
use the qmake generator, and create vcprojs from those, the *.idb and 
*.pdb files are located in the project directory itself, and not under 
Debug/. I'm not too worried about this case though, so for me, the 
three entries *.obj, *.idb and *.pdb can go.

Junio, you want me to push a new patch?

--
.marius
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help