if i have m1.prg,m2.prg How can i create a EXE? hbmk m1.prg+m2.prg can i use a harbour define like -DEURO -D__SIM__ Is possible create a lib instead a exe from m1.prg/m2.prg?
2009/2/15 Viktor Szakáts <harbour...@syenar.hu>: > Hi Massimo, > No, compiler and architecture are case-sensitive, currently > lowercase strings all over Harbour. I don't plan to change this, > as this would be very error prone, with no benefit and a > waste of valuable time. > Notice however that you don't need to set ANY values for > these envvars, since they will be automatically detected. > Just try. > I also suggest to read my ChangeLogs from the last few > days, and also the help screen of hbmk. > Brgds, > Viktor > On Sun, Feb 15, 2009 at 11:06 PM, Massimo Belgrano <mbelgr...@deltain.it> > wrote: >> >> Will HB_COMPILER, HB_ARCHITECTURE be in uppercase ? >> If i set >> SET HB_COMPILER=BCC32 >> SET HB_ARCHITECTURE=WIN >> then receive running hbmk test.prg >> hbmk: Error: Architecture not properly set. >> >> MY proposal is >> 237 CASE t_cARCH == "win" >> >> 237 CASE upper(t_cARCH) == "WIN" >> >> Have somebody collect documentation regarding hbmk? >> >> >> -- >> Massimo Belgrano >> >> 81 >> _______________________________________________ >> Harbour mailing list >> Harbour@harbour-project.org >> http://lists.harbour-project.org/mailman/listinfo/harbour > > > _______________________________________________ > Harbour mailing list > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > > -- Massimo Belgrano Albo Nazionale Informatici Professionisti 2620 Socio 2843 Associazione Informatici prof. Analisi e sviluppo software per Lan e Web Consulenza informatica - Formazione Delta Informatica S.r.l. http://www.deltain.it Via Torelli,31 - 28100 Novara - Tel: 0321/30281 _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour