2003-07-11 05:05:27 +02:00
|
|
|
|
2022-08-08 13:32:53 +02:00
|
|
|
call setenvvar.bat %*
|
2003-07-11 05:05:27 +02:00
|
|
|
|
|
|
|
:: CLEANING
|
|
|
|
call clean_api.bat
|
|
|
|
|
|
|
|
@echo.
|
2003-07-14 11:21:01 +02:00
|
|
|
@echo preprocessing api14.e
|
2003-07-11 05:05:27 +02:00
|
|
|
%ROOT_PATH%\bin\gpre -r -m -n -z %ROOT_PATH%\examples\api\api14.e %ROOT_PATH%\examples\api\api14.c -b localhost:%ROOT_PATH%\examples\empbuild\
|
|
|
|
|
|
|
|
cd %ROOT_PATH%\examples\api\
|
|
|
|
:: OLD FLAGS (to analyze)
|
|
|
|
:: /c /AL /Ge /Zi /Mq /Od /G2 /Zp1 /W3
|
2022-08-08 13:32:53 +02:00
|
|
|
set CLFLAGS=-I %ROOT_PATH%\include -I %ROOT_PATH%\examples\include
|
2003-07-11 05:05:27 +02:00
|
|
|
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api1.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api2.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api3.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api4.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api5.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api6.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api7.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api8.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api9.c
|
2003-07-11 12:55:24 +02:00
|
|
|
:: TODO : api9f
|
2003-07-11 05:05:27 +02:00
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api10.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api11.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api12.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api13.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api14.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api15.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api16.c
|
2003-07-11 12:55:24 +02:00
|
|
|
:: TODO : winevent
|
2003-07-11 05:05:27 +02:00
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\api16t.c
|
|
|
|
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\api\apifull.c
|
|
|
|
|
|
|
|
cd %ROOT_PATH%\examples\build_win32\
|