Viktor Szakáts wrote:
It worked for me after massaging it a bit:
---
set PATH=%~dp0
pexports ace32.dll > ace32.def
dlltool -d ace32.def -D ace32.dll -k -l libace32.a
---
I finally did some research to find out what on earth %~dp0 does. Nice.
You may not know about setlocal and endlocal, which are handy. I do not know
which versions of cmd support it, certainly XP and later.
Regards
Alex
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour