1
0
Fork 0
flightgear/Lib/Audio/README.win
2009-09-14 13:34:43 +02:00

15 lines
222 B
Text

Building SL for win32 (msvc)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:>nmake win32
don't forget to set the environment !
example:
set include=c:\msdev\include;
set lib=c:\msdev\lib
path c:\msdev\bin;c:\bin;c:\winnt;......