[問題] 有無vs c++ proj file <=>makefile 軟體

看板C_and_CPP作者 (下來一個正妹)時間13年前 (2011/06/02 00:13), 編輯推噓6(6010)
留言16則, 9人參與, 最新討論串1/2 (看更多)
開發平台(Platform): (Ex: VC++, GCC, Linux, ...) VC++ 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...) 問題(Question): vc++ proj file 跟makefile 互相轉換的軟體 餵入的資料(Input): proj file , or makefile 預期的正確結果(Expected Output): proj=>makefile makefile=> proj 錯誤結果(Wrong Output): 程式碼(Code):(請善用置底文網頁, 記得排版) 補充說明(Supplement): 小弟有個proj 檔太大了,想要變成 makefile ※ 編輯: dos792 來自: 118.168.88.143 (06/02 00:14)

06/02 00:53, , 1F
變 makefile 就會變小???
06/02 00:53, 1F

06/02 00:53, , 2F
如果你只是要在 console build,那 devenv 就行了
06/02 00:53, 2F

06/02 00:56, , 3F
檔案size太大 現在的硬體還有這種困擾@@?
06/02 00:56, 3F

06/02 02:13, , 4F
是說太大不想人工翻譯吧...
06/02 02:13, 4F

06/02 08:06, , 5F
h上正解,linux環境不能用vc proj
06/02 08:06, 5F

06/02 08:34, , 6F
autoconf和automake 可以把你.h和.cpp檔合併成makefile
06/02 08:34, 6F

06/02 08:34, , 7F
然後就直接用make去編譯一次吧
06/02 08:34, 7F

06/02 09:06, , 8F
cmake
06/02 09:06, 8F

06/02 09:37, , 9F
proj又不大,應該是vc proj資料夾裡面的*.ncb檔才會大
06/02 09:37, 9F

06/02 09:37, , 10F
但那個檔可以刪掉
06/02 09:37, 10F

06/02 10:03, , 11F
cmake
06/02 10:03, 11F

06/02 15:26, , 12F
我也推cmake,跨平台的最佳選擇~
06/02 15:26, 12F

06/02 18:19, , 13F
不好意思,請問一下有人有Jim Huang的pdf嗎?
06/02 18:19, 13F

06/02 18:20, , 14F
有的話可以傳給我嗎?我目前再研究cmake中
06/02 18:20, 14F

06/02 19:25, , 15F
我的proj檔引了數百個 .hpp / .cpp 手動會死人
06/02 19:25, 15F

06/02 21:28, , 16F
那就研究cmake吧,windows和linux都有支援
06/02 21:28, 16F
文章代碼(AID): #1DvcKdum (C_and_CPP)
文章代碼(AID): #1DvcKdum (C_and_CPP)