Hi,
Excuse , but I can't understand with which tool I must to run 'makefile' from fwh\makes\gccmake.zip ?
Thanks in advance !
Hi,
Excuse , but I can't understand with which tool I must to run 'makefile' from fwh\makes\gccmake.zip ?
Thanks in advance !
Antonio Linares wrote:Rimantas,
http://code.google.com/p/fivewin-contributions/downloads/detail?name=win-make.exe&can=2&q=
Rimantas wrote:Antonio Linares wrote:Rimantas,
http://code.google.com/p/fivewin-contributions/downloads/detail?name=win-make.exe&can=2&q=
Thanks .... But for stupidity aren't limits ...
How to use that win-make ? I tried "win-make makefile" , "win-make @makefile" and etc ... Not working
![]()
Regards !
Rimantas,
Please copy those warnings here, thanks! ![]()
Antonio Linares wrote:Rimantas,
Please copy those warnings here, thanks!
test.exe : $(PRG_OBJS) $(C_OBJS)
if not exist one.rc $(mingw)\bin\gcc -otest.exe ./obj/one.o ./obj/two.o ./obj/three.o \
-Wall -s -mwindows $(libspath) -mno-cygwin -Wl,--start-group $(libraries) -Wl,--end-group
if exist one.rc $(mingw)\bin\gcc -otest.exe ./obj/one.o ./obj/two.o ./obj/three.o [color=#FF0000]_one.o [/color]\
-Wall -s -mwindows $(libspath) -mno-cygwin -Wl,--start-group $(libraries) -Wl,--end-groupQuestion - if I wanna to add ONLY windows theme manifest file to exe it must be created and linked rc file ? at a first glance from googles search it seems that no any other way ... How really it's ?
Regards !
No, you can create a manifest file and rename it as
<yourexename>.exe.manifest
EMG
Enrico Maria Giordano wrote:No, you can create a manifest file and rename it as
<yourexename>.exe.manifest
EMG
Hi friends !
Please help again to me . At this moment I have questions : how let to win-make create error log ? Ooops , sorry : how to let mingw linker create error log ?
With best regards !
Rimantas,
have you tried to redirect its output ?
gcc ... > log.txt
Antonio Linares wrote:Rimantas,
have you tried to redirect its output ?
gcc ... > log.txt
\hrb\comp\mingw\bin\gcc -oengel.exe ./obj/engel.o ./obj/func.o ./obj/func_dsg.o ./obj/func_dt.o ./obj/tarray.o ./obj/texcels.o \
-Wall -s -mwindows -L\hrb\comp\mingw\lib -L\hrb\lib\win\mingw -L\fwh\lib -mno-cygwin -Wl,--start-group -lfivehg -lfivehgc -lgtgui -luser32 -lwinspool -lcomctl32 -lcomdlg32 -lgdi32 -lole32 -loleaut32 -luuid -lwinmm -lvfw32 -lwsock32 -lmsimg32 -lhbclipsm -lhbcommon -lhbcpage -lhbcplr -lhbct -lhbcurl -lhbfbird -lhbgd -lhbhpdf -lhbhsx -lhblang -lhbmacro -lhbmainstd -lhbmisc -lhbmzip -lhbnf -lhbpcre -lhbpp -lhbrdd -lhbrtl -lhbsix -lhbsqlit3 -lhbtip -lhbusrrdd -lhbvm -lhbzlib -lrddcdx -lrddfpt -lrddntx -lxhb -Wl,--end-group > link.logSolved ! Now I'm using hbmk2 and all is buikding OK . Log of building : hbmk2 go.hbp >mak.log 2>&1
Reagrds !