Skip to content

Instantly share code, notes, and snippets.

@alexeyr
Created December 17, 2010 11:47
Show Gist options
  • Save alexeyr/744819 to your computer and use it in GitHub Desktop.
Save alexeyr/744819 to your computer and use it in GitHub Desktop.
F:\MyProgramming\erlang-sqlite3\sqlite3>dir src\*.erl
Volume in drive F has no label.
Volume Serial Number is 0C3D-7A1B
Directory of F:\MyProgramming\erlang-sqlite3\sqlite3\src
11.12.2010 17:40 40 308 sqlite3.erl
11.12.2010 17:07 18 265 sqlite3_lib.erl
2 File(s) 58 573 bytes
F:\MyProgramming\erlang-sqlite3\sqlite3>erlc -I include -o ebin src\*.erl
f:/MYPROG~1/erlang-sqlite3/sqlite3/src/*.erl:none: I/O error
F:\MyProgramming\erlang-sqlite3\sqlite3>erlc -I include -o ebin src\sqlite3.erl src\sqlite3_lib.erl
%% it works
@alexeyr
Copy link
Author

alexeyr commented Dec 17, 2010

How can I make this work without listing .erl files explicitly?

@alexeyr
Copy link
Author

alexeyr commented Dec 17, 2010

Ah, right, cmd doesn't expand wildcards :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment